Skip to content

Commit

Permalink
Merge branch 'update-changelog-for-v1.14'
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyedel committed Dec 1, 2015
2 parents 46f6a9c + ad39cdf commit 3f9aec7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ inspect the output of commands like `git diff -w v1.11..v1.12` directly.



v1.14 - 2015-12-01
------------------

New features:

* Translation support
* For now, a german translation is included, thanks to projekter.
* Experimental i3 support
* If you specify the --i3-workaround=true option, dspdfviewer will try to
use i3-cmd to move the audience window one screen to the right.
* This code is not well tested, please leave feedback and suggestions.
* Add support for Qt5
* Add support for Windows, thanks to projekter.


v1.13.1 - 2015-08-06
--------------------

Expand Down
2 changes: 1 addition & 1 deletion cmake/version_number.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if( NOT DSPDFVIEWER_VERSION )
# Use default

# TODO: Keep me updated!
set(DSPDFVIEWER_VERSION "1.14-unreleased")
set(DSPDFVIEWER_VERSION "1.14")
message(STATUS "Embedding version number ${DSPDFVIEWER_VERSION}. If you want to override this, "
"for example to embed the git revision you built from, please pass "
"-DDSPDFVIEWER_VERSION=1.2.3.4.5 to the cmake command.")
Expand Down

0 comments on commit 3f9aec7

Please sign in to comment.