Skip to content

Commit

Permalink
Release version 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
innir committed Dec 28, 2016
1 parent 1decfed commit 8143a90
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 5 deletions.
27 changes: 27 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
gTranscribe 0.7 Release Notes
=============================

New features
------------

* Use Gspell if available and fallback to GtkSpell. Gspell is faster and much
more reliable.
[[b856011](https://github.com/innir/gtranscribe/commit/b8560119670be36b93c074ddc4a843e7cdda33b1)]

* Pressing CTRL+J will move the audio file and the cursor to the beginning of
the current paragraph.
[[de322d2](https://github.com/innir/gtranscribe/commit/de322d2a2eef0a13dd596468a21c9e13c551ff3f)]
[[fb81c24](https://github.com/innir/gtranscribe/commit/fb81c24995285cbdb13b1eba9a44eee3da6395ca)]


Bug fixes
---------

* Always show application icon and logo in AboutDialog.
[[c9e8686](https://github.com/innir/gtranscribe/commit/c9e8686b3efeda3a04d0c411f1b2044568b5ca75)]

* Scroll Text to bottom after loading a text file.
[[f9d9cb9](https://github.com/innir/gtranscribe/commit/f9d9cb91e0eebcb16fe343b8cd38117548082084)]

* Don't freeze when opening a text file and no audio file is loaded.
[[f8319b8](https://github.com/innir/gtranscribe/commit/f8319b867738579e83e13bb9c23f4464df0f1c4f)]
6 changes: 3 additions & 3 deletions bin/gtranscribe
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ class gTranscribeWindow:
about_dialog.set_transient_for(self.window)
about_dialog.set_modal(True)
about_dialog.set_name("gTranscribe")
about_dialog.set_version("0.6")
about_dialog.set_copyright("Copyright 2013-2016 Philip Rinn\n"
"Copyright 2010 Frederik Elwert")
about_dialog.set_version("0.7")
about_dialog.set_copyright("Copyright \u00A9 2013-2016 Philip Rinn\n"
"Copyright \u00A9 2010 Frederik Elwert")
about_dialog.set_comments(_("gTranscribe is a software focussed "
"on easy transcription of spoken words."))
about_dialog.set_website("https://github.com/innir/gtranscribe")
Expand Down
1 change: 1 addition & 0 deletions gtranscribe.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<release version="0.5.1" date="2016-07-03" />
<release version="0.5.2" date="2016-07-06" />
<release version="0.6" date="2016-12-04" />
<release version="0.7" date="2016-12-28" />
</releases>
<url type="homepage">https://github.com/innir/gtranscribe</url>
<url type="bugtracker">https://github.com/innir/gtranscribe/issues</url>
Expand Down
2 changes: 1 addition & 1 deletion po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: gTranscribe 0.6\n"
"Project-Id-Version: gTranscribe 0.7\n"
"Report-Msgid-Bugs-To: rinni@inventati.org\n"
"POT-Creation-Date: 2016-12-28 15:24+0100\n"
"PO-Revision-Date: 2016-12-28 17:59+0100\n"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

DistUtilsExtra.auto.setup(
name='gTranscribe',
version='0.6',
version='0.7',
license='GPL-3',
author='Philip Rinn',
author_email='rinni@inventati.org',
Expand Down

0 comments on commit 8143a90

Please sign in to comment.