Releases: mgoral/subconvert
2.1.0
2.0.0
1.1.0
Changelog
New features
c90415f Added widget showing undo stack in sidebar.
75f8435 Added subtitles-video linking/unlinking.
a521961 Added drag and dropping files on Subconvert window to open them.
Improvements
466cd0d Updated Polish translation.
2efa0ae Added some encodings to supported encodings list
fbc22cb Store latest visited dir in state.ini
1c5f4d6 GUI readability improvements
aba95fa Flush temporary file on atomic write.
6a78965 Disable video slider when video is not loaded
1deb06b Improved version control
4bfe1ca Added FPS info to file list.
Bug fixes
ec40cb3 Fixed a problem where changing FPS made it impossible to edit subtitles.
85342d1 Fixed some Polish translation issues.
0dd3b6b Respect symbolic links on file write.
ef3ee7c Fixed exceptions thrown on changing of playing movie.
1.0.3
This release contains fixes from 1.0.2, which wasn't released (it was only present on dev
branch)
Changelog:
New features:
- Enabled menu bar subtitles editing (+undo/redo)
- "Save as..." opens a file in new tab to which subs are saved.
- Inserting and removing subtitles.
- Jumping to the start of highlighted sub
Fixes:
- Fixed not showing errors on "save all"
- Show a message box when there's an error on SPF saving
- Update "subtitles menu" on file list selection change
- Strip subtitles from whitespaces
- Fixed loading autoInputEncoding SPF flag
- Fixed displaying timestamp for some kind of movies
- Added missing window icon
Behaviour modifications:
- Change SubtitleProperties format: pickle -> JSON
- Changed forward/rewind shortucts to ctrl+right, ctrl+left
1.0.1
Brave New World
Changelog:
- complete redesign of GUI which has a lot of cool features:
- subtitle editing
- undo/redo
- batch or single file works
- reencoding of subtitle file
- side panel
- introduced Subtitle Property Files
- introduced output file syntax ("%f" substitution)
- correct internationalization (moved *.po files + use of ngettext)
- HUGE code refactoring
- changed hand made install script to autotools
- migrate Subconvert to Python 3
- subconvert by default spawns GUI. Use '-c' to access commandline interface