Skip to content

Commit

Permalink
Release version 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
innir committed Sep 16, 2018
1 parent 68169a8 commit c10afeb
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 4 deletions.
39 changes: 39 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
gTranscribe 0.8 Release Notes
=============================

Changed behavior
------------

* Remap key bindings for search:
Change key bindings for forward/rewind from <CTRL>Left/Right to
<CRTL><SHIFT>Left/Right so the standard key bindings for moving one
word backwards/forwards are still usable.
[[d8c7ef2](https://github.com/innir/gtranscribe/commit/d8c7ef29f6cd200202f34df6597e2bcce3ec80d4)]


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

* Add timestamp when pressing F8.
[[7ed0575](https://github.com/innir/gtranscribe/commit/7ed05758c550c3f8c0d0fb6d73d26ce705c0f771)]

* 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](https://github.com/innir/gtranscribe/commit/68169a8d968f98f587a137c4c039ca89b09cf369)]


Bug fixes
---------

* Fix loading of audio files.
[[8c1da0f](https://github.com/innir/gtranscribe/commit/8c1da0f705edd1915aced4fa2359b76ca662a3ae)]

* Enable override warning in save dialog.
[[f037de6](https://github.com/innir/gtranscribe/commit/f037de662a4204f19e35744c0d1d62b4da7211a2)]

* Only insert timestamp if not at start of file.
[[b99a96b](https://github.com/innir/gtranscribe/commit/b99a96b3952ec99e284a1a285d0d99a96ced22b0)]



gTranscribe 0.7.1 Release Notes
=============================

Expand Down
2 changes: 1 addition & 1 deletion bin/gtranscribe
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# gTranscribe is a software focussed on easy transcription of spoken words.
# Copyright (C) 2013-2016 Philip Rinn <rinni@inventati.org>
# Copyright (C) 2013-2018 Philip Rinn <rinni@inventati.org>
# Copyright (C) 2010 Frederik Elwert <frederik.elwert@web.de>
#
# This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion gtranscribe/helpers.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# gTranscribe is a software focussed on easy transcription of spoken words.
# Copyright (C) 2013-2016 Philip Rinn <rinni@inventati.org>
# Copyright (C) 2013-2018 Philip Rinn <rinni@inventati.org>
# Copyright (C) 2010 Frederik Elwert <frederik.elwert@web.de>
#
# This program is free software: you can redistribute it and/or modify
Expand Down
1 change: 1 addition & 0 deletions org.innir.gtranscribe.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<release version="0.6" date="2016-12-04" />
<release version="0.7" date="2016-12-28" />
<release version="0.7.1" date="2016-12-30" />
<release version="0.8" date="2018-09-16" />
</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.7\n"
"Project-Id-Version: gTranscribe 0.8\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.7.1',
version='0.8',
license='GPL-3',
author='Philip Rinn',
author_email='rinni@inventati.org',
Expand Down

0 comments on commit c10afeb

Please sign in to comment.