Releases: kitone/subtitleeditor
Releases · kitone/subtitleeditor
0.54.0
- move from gna! to github
- Replace std::auto_ptr with std::unique_ptr.
- Merge pull request #4 from innir/remove-gna-links
- Fix sr #3373: Compiling subtitleeditor-0.52.1 '--disable-nls' fails with '/usr/include/libintl.h' errors : (Peter Levine )
- Fix some spelling errors. (Philip Rinn )
- Fix: setup the default value of do-auto-timing-check in the timing group.
- Fix constructor order
- Fix constructor order and formatting
- Fix bug #25243 : Fix some spelling errors. (Philip Rinn )
- Fix bug #25184 : Fix build with gstreamermm-1.0 1.8.0. (Philip Rinn )
- Fix bug #24949 : Remove deprecated gnome-common variable GNOME2_DIR.
- Fix: Ask for maximize-window instead of window-maximized config key.
- Fix appdata screenshoot
- compile with Wformat-security
- Change homepage links to github (Philip Rinn)
- Change domain of email address to 'free dot fr' (Philip Rinn)
- Build with the flags -Werror=reorder -Werror=float-conversion.
0.53.0
- Fix bug #24407 : Undo/redo should be unlimited/have configurable limit/ higher limit
- Fix bug #24066 : Trailing spaces count for cps calculation.
- Fix bug #19010 : subtitleeditor needs a style template system for all formats.
- Fix bug #23714 : glibmm 2.45.40 requires C++11 -- please build with C++11 support
- Fix bug #23714 : include memory and build string using compose.
- Fix bug #23714 : Explicit cast. patch by Philip Rinn
- Fix bug #24302 : FPS Field in change Framerate dialog not editable anymore. Port to gtk3 and fix regression.
- Fix bug #23727 : Error Checking should close on pressing Escape.
- Fix bug #23718 : Move plugin should remember the checkbox to only move selected.
- Fix bug #23706 : Error checking preferences should be the same in preferences and error checking. Patch by Tomáš Hnyk
- Bump dependence of gtkmm from 3.0 to 3.10