Skip to content

Latest commit

 

History

History
145 lines (90 loc) · 4.72 KB

NEWS.md

File metadata and controls

145 lines (90 loc) · 4.72 KB

gTranscribe 0.11 Release Notes

New features

  • Add undo/redo functionality. [d4ba34b]

gTranscribe 0.10.1 Release Notes

Bug fixes

  • Make it possible to open file that are longer than 24h. [2e0a4d0]

gTranscribe 0.10 Release Notes

Dependency changes

  • Remove fallback to GtkSpell - Gspell is available everywhere now. [8d068a5]

Bug fixes

  • Correctly toggle play button when used via keyboard shortcuts. [57b02fc]

  • Better cope with GStreamer not able to get the duration of a file. [14f64d1] [d8be2b6]

  • Fix traceback on slower/faster before file is opened. [1fe77d0]

gTranscribe 0.9 Release Notes

Bug fixes

  • Fix media keys. [99b1958]

  • Fixes for deprecation warnings & refactoring. [0e26be2] [7a9c06d]

  • Make close button work in about dialog. [c29dd68]

  • Activate speed scale only after a file was loaded. [447e447]

gTranscribe 0.8 Release Notes

Changed behavior

  • Remap key bindings for search: Change key bindings for forward/rewind from Left/Right to Left/Right so the standard key bindings for moving one word backwards/forwards are still usable. [d8c7ef2]

New features

  • Add timestamp when pressing F8. [7ed0575]

  • Use the de facto standard as timestamp format to make it easier to use the output with popular text analysis software. Don't worry, the old format is still recognized. [68169a8]

Bug fixes

  • Fix loading of audio files. [8c1da0f]

  • Enable override warning in save dialog. [f037de6]

  • Only insert timestamp if not at start of file. [b99a96b]

gTranscribe 0.7.1 Release Notes

Bug fixes

  • Use correct root directory when searching for data files. [0d11280]

gTranscribe 0.7 Release Notes

New features

  • Use Gspell if available and fallback to GtkSpell. Gspell is faster and much more reliable. [b856011]

  • Pressing CTRL+J will move the audio file and the cursor to the beginning of the current paragraph. [de322d2] [fb81c24]

Bug fixes

  • Always show application icon and logo in AboutDialog. [c9e8686]

  • Scroll Text to bottom after loading a text file. [f9d9cb9]

  • Don't freeze when opening a text file and no audio file is loaded. [f8319b8]