Skip to content

Commit

Permalink
RELEASE 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Apr 10, 2020
1 parent c6eb186 commit 83a5362
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 11 deletions.
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2020-04-10: Gaupol 1.8
======================

* Add action set start from video position (#148)
* Add and fix English spell-check special cases
* Add and fix OCR spell-check special cases
* Add Interlingue translation (OIS)
* Add Portuguese translation (Hugo Carvalho)
* Update translations

2019-08-04: Gaupol 1.7
======================

Expand Down
4 changes: 0 additions & 4 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
Gaupol 1.7.1/1.8
================

* [x] Add action set start from video position (#148)
* [x] Add and fix English spell-check special cases
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__ = "1.7"
__version__ = "1.8"

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,11 +1,11 @@
# -*- conf -*-

[Extension]
GaupolVersion=1.7
GaupolVersion=1.8
Module=custom-framerates
Name=Custom Framerates
Description=Allow use of non-standard framerates
Version=1.7
Version=1.8
Authors=Osmo Salomaa <otsaloma@iki.fi>;
Copyright=Copyright © 2011 Osmo Salomaa;
Website=https://otsaloma.io/gaupol/
2 changes: 1 addition & 1 deletion data/io.otsaloma.gaupol.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<url type="translate">https://www.transifex.com/otsaloma/gaupol/</url>
<launchable type="desktop-id">io.otsaloma.gaupol.desktop</launchable>
<releases>
<release version="1.7" date="2019-08-04"/>
<release version="1.8" date="2020-04-10"/>
</releases>
<mimetypes>
<mimetype>application/x-subrip</mimetype>
Expand Down
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__ = "1.7"
__version__ = "1.8"
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 1.7
AppVerName=Gaupol 1.8
AppPublisher=Osmo Salomaa
AppPublisherURL=https://otsaloma.io/gaupol/
DefaultDirName={pf}\Gaupol
DefaultGroupName=Gaupol
AllowNoIcons=yes
OutputDir=".."
OutputBaseFilename=gaupol-1.7-win32
OutputBaseFilename=gaupol-1.8-win32
Compression=lzma
SolidCompression=yes

Expand Down

0 comments on commit 83a5362

Please sign in to comment.