Skip to content

Commit d6f4149

Browse files
author
Michał Góral
committedApr 19, 2014
Merge branch 'dev'
Conflicts: CHANGELOG configure.ac
2 parents 1853919 + a9e56ee commit d6f4149

21 files changed

+1294
-312
lines changed
 

‎CHANGELOG

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
Version history
22

3+
1.0.3 : 19.04.2013 (contains not released fixes from 1.0.2)
4+
* ADD: Enabled menu bar subtitles editing (+undo/redo)
5+
* ADD: "Save as..." opens a file in new tab to which subs are saved.
6+
* ADD: Inserting and removing subtitles.
7+
* ADD: Jumping to the start of highlighted sub
8+
* FIX: Fixed not showing errors on "save all"
9+
* FIX: Show a message box when there's an error on SPF saving
10+
* FIX: Update "subtitles menu" on file list selection change
11+
* FIX: Strip subtitles from whitespaces
12+
* FIX: Fixed loading autoInputEncoding SPF flag
13+
* FIX: Fixed displaying timestamp for some kind of movies
14+
* FIX: Added missing window icon
15+
* MOD: Change SubtitleProperties format: pickle -> JSON
16+
* MOD: Changed forward/rewind shortucts to ctrl+right, ctrl+left
17+
318
1.0.1 : 21.12.2013
419
* ADD: spinbox on subtitle time edit
520
* FIX: installing Subconvert icons

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,4 @@ Subconvert is free software, available under terms of GNU General Public License
161161
`License.txt` which should be delivered with Subconvert.
162162

163163
[wiki]: https://github.com/mgoral/subconvert/wiki
164-
[wiki-gui]: https://github.com/mgoral/subconvert/wiki/GUI
164+
[wiki-gui]: https://github.com/mgoral/subconvert/wiki/Graphical-User-Interface

‎configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([Subconvert], [1.0.1], [https://github.com/mgoral/subconvert/issues])
1+
AC_INIT([Subconvert], [m4_esyscmd_s([git describe --abbrev=4 --dirty --always --tags])], [https://github.com/mgoral/subconvert/issues])
22
AM_INIT_AUTOMAKE([foreign -Wall])
33

44
AC_PREFIX_DEFAULT([/usr])

0 commit comments

Comments
 (0)
Please sign in to comment.