Speechr Changelog

What's new in Speechr 0.6.7

Dec 10, 2020
  • Removed FN keys from scripting hotkeys shortcuts. They will be reserved for application wide shortcuts.
  • Improve UX for restoring project backups.
  • Fix dump database not triggering a manual backup.
  • Fix project settings not loading correctly after backup restore.
  • Project logo on project manager now shows correct letter.
  • Remove legacy 'quick save' button.
  • Small bugfixes and maintenance.

New in Speechr 0.6.6 (Nov 19, 2020)

  • Added Drag and drop support for tree items.
  • Tree Search box now also filters by alias .
  • Fix styling on selected tree items.

New in Speechr 0.6.5 (Nov 12, 2020)

  • Good news! The dialogue editor for speechr got a nice and much needed update:
  • Added 3 new dialogue nodes: Start, End, Return:
  • Start: Its intended usage is to identify the start of the dialogue.
  • End: Its intended usage is to end the dialogue when reaching this node..
  • Return: Its intended usage is to return to the previous choice when reaching this node.
  • Every type of dialogue node can now have an attached script.
  • Dialogue Item now auto-saves on node addition.
  • Addded option to create new port when right clicking on a dialogue node title.
  • Added UI Icons for context menu
  • Also, a new option have been added to auto create a database dump on project load.
  • Added option to auto generate backup export of database when loading a project

New in Speechr 0.5.1 (Jun 9, 2020)

  • This release addresses exporting errors, specifically quests were not being exported as a proper JSON object.
  • BREAKING CHANGE! If you are using quest export now, you are probably parsing it on your engine. There’s no need to do that anymore.
  • Also, Miscs and Items are included on the export now.

New in Speechr 0.5.0 (Apr 19, 2020)

  • I’ve upgrade a LOT of dependencies, fixed a few bugs and gave Kanban boards a little love. Now its possible to write and preview in markdown.
  • GDDs also get a new subitem called Timelines, letting the user create, well… timelines!
  • [Kanban] Autosave after card edit, add, move.
  • [Kanban] Tweak board CSS for dark mode.
  • [Kanban] Remove label.
  • [Kanban] Fix Kanban board interaction in readonly - mode
  • [Kanban] Fix Kanban Scrolling.
  • [Kanban] Fix Kanban Card heading not wrapping properly in readonly-mode.
  • [GDD] Re-added timelines
  • Remove unused/old code and documentation.
  • Upgrade almost all Dependencies to latest versions.

New in Speechr 0.4.9 (Jan 17, 2020)

  • Brand new GDD/Notes editor!
  • Gdds, Dialogues and scripts now autosave automatically on selection change.
  • Option to automatically toggle locking/unlocking items on selection change.
  • Fixed autosave on selection change and unmounting.
  • Fixed delete dialogue leaving scripts behind.
  • Minor bugfixes.