Skip to content

Commit

Permalink
Update NEWS, bump version to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Dec 12, 2014
1 parent a4c8b23 commit 565f9d6
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SET(ENV{LC_ALL} "C")
# Project properties
PROJECT(gimagereader)
SET(PACKAGE_NAME gImageReader)
SET(PACKAGE_VERSION 2.94)
SET(PACKAGE_VERSION 3.0)
SET(PACKAGE_LOCALE_DIR "${CMAKE_INSTALL_PREFIX}/share/locale")

# Variables
Expand Down
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
gImageReader 3.0 (Dec 12 2014):
* gImageReader 3.0 stable
* New Qt4/5 interface, as alternative to the Gtk interface
* Fixed scanning on Windows
* Memorize image settings (brightness, contrast, etc) when switching images
* Search forward and backward, replace all, case sensitive search
* Many bug fixes
* Translation updates
* Full details in commit log: https://github.com/manisandro/gImageReader/commits/master

gImageReader 2.93 (Apr 30 2014):
* gImageReader 3.0 beta 4
* Add possibility to choose multiple recognition languages
Expand Down
13 changes: 12 additions & 1 deletion data/manual.html.in
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,17 @@
</ul>
<h3><a name="News">News</a></h3>
<p><i>A detailed list of changes can be found in the commit log: https://github.com/manisandro/gImageReader/commits/master</i></p>
<p>gImageReader 3.0 (Dec 12 2014):</p>
<ul>
<li>gImageReader 3.0 stable</li>
<li>New Qt4/5 interface, as alternative to the Gtk interface</li>
<li>Fixed scanning on Windows</li>
<li>Memorize image settings (brightness, contrast, etc) when switching images</li>
<li>Search forward and backward, replace all, case sensitive search</li>
<li>Many bug fixes</li>
<li>Translation updates</li>
<li>Full details in commit log: https://github.com/manisandro/gImageReader/commits/master</li>
</ul>
<p>gImageReader 2.93 (Apr 30 2014):</p>
<ul>
<li>gImageReader 3.0 beta 4</li>
Expand Down Expand Up @@ -166,7 +177,7 @@ If you find an issue or have a suggestion, please file a ticket to the <a href="
<li>Try to describe as best as you can what you were doing and whether the problem is reproducible.</li>
</ul>
<hr />
<p>Copyright &copy;2009-2014 Sandro Mani, revision: Sat, 29 Nov 2014</p>
<p>Copyright &copy;2009-2014 Sandro Mani, revision: Sat, 12 Dec 2014</p>
</body>

</html>

0 comments on commit 565f9d6

Please sign in to comment.