Skip to content

Commit

Permalink
Update to version 0.2.0
Browse files Browse the repository at this point in the history
Changelog:
- quiet batch mode (not available on OSX) - #13
- bugfixes in Napisy24 engine - #23
- icons placed at directories according to their sizes - #24
- HiDPI display awareness (OSX) - #27
- support for paths containing special characters (Windows) - #28
- bugfixed SRT conversion adding empty lines to resulting file (Windows) - #29
- application self-closing in batch mode (OSX) - #31
- added version information to .exe file (Windows) - #32
- bugfixes in file encoding detection (UTF-8 with BOM amongst others) - #34
- preserving original file encoding during subtitle format conversion
- bugfixed backup language support - #36


git-svn-id: svn+ssh://svn.freebsd.org/ports/head@402375 35697150-7ecd-e111-bb59-0022644237b5
  • Loading branch information
pawel committed Nov 24, 2015
1 parent 285d994 commit d6d48af
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion polish/qnapi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= qnapi
PORTVERSION= 0.1.9
PORTVERSION= 0.2.0
CATEGORIES= polish multimedia

MAINTAINER= pawel@FreeBSD.org
Expand Down
4 changes: 2 additions & 2 deletions polish/qnapi/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SHA256 (qnapi-qnapi-0.1.9_GH0.tar.gz) = 93c62f056ce035794e7bdd5b66a6ba8f5e020774ee51ad57f97a8d562beee5d6
SIZE (qnapi-qnapi-0.1.9_GH0.tar.gz) = 1209830
SHA256 (qnapi-qnapi-0.2.0_GH0.tar.gz) = 6ce0fda2fc09e10bdc4a52df711b635df6aef856a79d7802cd30b55cdd694969
SIZE (qnapi-qnapi-0.2.0_GH0.tar.gz) = 1231064
9 changes: 5 additions & 4 deletions polish/qnapi/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ man/man1/qnapi.1.gz
share/applications/qnapi-download.desktop
share/applications/qnapi-scan.desktop
share/applications/qnapi.desktop
share/icons/qnapi-128.png
share/icons/qnapi-48.png
share/icons/qnapi-512.png
share/icons/qnapi.png
share/icons/hicolor/128x128/apps/qnapi.png
share/icons/hicolor/16x16/apps/qnapi.png
share/icons/hicolor/32x32/apps/qnapi.png
share/icons/hicolor/48x48/apps/qnapi.png
share/icons/hicolor/512x512/apps/qnapi.png

0 comments on commit d6d48af

Please sign in to comment.