Updated Files
NEWS |
install.py |
scripts/version.py |
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,15 @@
+ birdfont (2.3.0) stable;
+
+ * Customizable color themes and better icons
+ * High contrast settings for better readability
+ * Fixes for problems in TTF creation and other bugs
+
+ -- Johan Mattsson <johan.mattsson.m@gmail.com> Wed Mar 18 14:46:30 CET 2015
+
birdfont (2.2.0) stable;
* Customizable guides
* Bug fixes and many small UI improvements
-
-- Johan Mattsson <johan.mattsson.m@gmail.com> Mon Mar 9 13:01:03 CET 2015
--- a/install.py
+++ b/install.py
@@ -86,6 +86,7 @@
install ('resources/icons.bf', '/share/birdfont', 644)
install ('resources/default.theme', '/share/birdfont', 644)
+ install ('resources/high_contrast.theme', '/share/birdfont', 644)
install ('resources/key_bindings.xml', '/share/birdfont', 644)
install ('resources/roboto.bf', '/share/birdfont', 644)
--- a/scripts/version.py
+++ b/scripts/version.py
@@ -13,8 +13,8 @@
Lesser General Public License for more details.
"""
- VERSION = '2.2.0'
- SO_VERSION_MAJOR = '35'
+ VERSION = '2.3.0'
+ SO_VERSION_MAJOR = '36'
SO_VERSION_MINOR = '0'
SO_VERSION = SO_VERSION_MAJOR + '.' + SO_VERSION_MINOR