Skip to content

Commit

Permalink
RELEASE 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Oct 29, 2016
1 parent bd5893d commit bf4b881
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 14 deletions.
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2016-10-29: Gaupol 1.0
======================

* Fix size of custom font with GTK+ 3.22 (#40)
* Show an error dialog if the integrated video player fails
to initialize playback due to e.g. missing codecs
* Fix error trying to undo more actions than exist when holding down
Ctrl+Z (#38)

2016-08-20: Gaupol 0.92
=======================

Expand Down
8 changes: 0 additions & 8 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,8 +0,0 @@
Gaupol 1.0
==========

* [x] Fix size of custom font with GTK+ 3.22 (#40)
* [x] Show an error dialog if the integrated video player fails
to initialize playback due to e.g. missing codecs
* [x] Fix error trying to undo more actions than exist when holding down
Ctrl+Z (#38)
2 changes: 1 addition & 1 deletion aeidon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
import re
import sys

__version__ = "0.92"
__version__ = "1.0"

RUNNING_SPHINX = (sys.argv[0].endswith("autogen.py") or
sys.argv[0].endswith("sphinx-build"))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[Extension]
GaupolVersion=0.92
GaupolVersion=1.0
Module=custom-framerates
_Name=Custom Framerates
_Description=Allow use of non-standard framerates
Version=0.92
Version=1.0
Authors=Osmo Salomaa <[email protected]>;
Copyright=Copyright © 2011 Osmo Salomaa;
Website=http://otsaloma.io/gaupol/
2 changes: 1 addition & 1 deletion gaupol/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

"""GTK+ user interface for the Gaupol subtitle editor."""

__version__ = "0.92"
__version__ = "1.0"
COMBO_SEPARATOR = "<separator/>"

import sys
Expand Down
4 changes: 2 additions & 2 deletions win32/gaupol.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

[Setup]
AppName=Gaupol
AppVerName=Gaupol 0.92
AppVerName=Gaupol 1.0
AppPublisher=Osmo Salomaa
AppPublisherURL=http://otsaloma.io/gaupol/
DefaultDirName={pf}\Gaupol
DefaultGroupName=Gaupol
AllowNoIcons=yes
OutputDir=".."
OutputBaseFilename=gaupol-0.92-win32
OutputBaseFilename=gaupol-1.0-win32
Compression=lzma
SolidCompression=yes

Expand Down

0 comments on commit bf4b881

Please sign in to comment.