Skip to content

Commit

Permalink
version 1.17.2.16323
Browse files Browse the repository at this point in the history
  • Loading branch information
cbucher committed Nov 18, 2016
1 parent a59c470 commit a9daf34
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,20 @@ Changelog
+ added
* fixed

Changes in 1.17.2 (18 Nov 2016)

! New Icons (a gift from BlazenBundy).
! Use icon defined in appearance settings as default tab icon.
+ Allow configuration of icon size.
+ Option to prevent exiting ConsoleZ on closing of last tab.
+ Support for underlined text.
* Fix "snap to edges" feature.
* Fix rebar auto sizing bug.
* Fix docking bug when showing/hiding bar.
* Update window icon after settings edition.
* Update tab icons after settings edition.
* German localization (thanks to sskopnik).

Changes in 1.17.1 (22 Sep 2016)

! Handle XML parsing errors (configuration file and snippets).
Expand Down
8 changes: 0 additions & 8 deletions help/html/copyright.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@ <h1>Copyright</h1>
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
</p>
<p>
ConsoleZ toolbar icons:
<ul>
<li>Oxygen Icons - Artist: <a href="http://www.oxygen-icons.org">Oxygen Team</a>, License: <a href="http://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License">GNU Lesser General Public License</a></li>
<li>Snowish Icons - Artist: <a href="http://www.iconarchive.com/artist/saki.html">Saki (Alexandre Moore)</a>, License: <a href="http://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License">GNU Lesser General Public License</a></li>
<li>Small &amp; Flat Icons - Artist: <a href="http://emey87.deviantart.com)">Artist Arnaud</a>, License: <a href="http://en.wikipedia.org/wiki/Public_domain">Public Domain</a></li>
</ul>
</p>
</body>

</html>
10 changes: 5 additions & 5 deletions shared/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

#define VERSION_MAJOR 1
#define VERSION_MINOR 17
#define VERSION_BUILD 1
#define VERSION_BUILD2 16266
#define VERSION_FILE "1.17.1.16266"
#define VERSION_PRODUCT "1.17.1"
#define VERSION_BUILD 2
#define VERSION_BUILD2 16323
#define VERSION_FILE "1.17.2.16323"
#define VERSION_PRODUCT "1.17.2"
#define VERSION_COPYRIGHT "Copyright (C) 2011-2016 Bucher Christophe"

#ifndef _WIN32

VERSION = 1.17.1.16266
VERSION = 1.17.2.16323

#endif

0 comments on commit a9daf34

Please sign in to comment.