Bump version, update NEWS
This commit is contained in:
parent
12ac611a14
commit
41d68e6636
|
@ -11,8 +11,8 @@ option (BUILD_TESTING "Build tests" OFF)
|
||||||
|
|
||||||
# Project information
|
# Project information
|
||||||
set (project_VERSION_MAJOR "0")
|
set (project_VERSION_MAJOR "0")
|
||||||
set (project_VERSION_MINOR "1")
|
set (project_VERSION_MINOR "2")
|
||||||
set (project_VERSION_PATCH "2")
|
set (project_VERSION_PATCH "0")
|
||||||
|
|
||||||
set (project_VERSION "${project_VERSION_MAJOR}")
|
set (project_VERSION "${project_VERSION_MAJOR}")
|
||||||
set (project_VERSION "${project_VERSION}.${project_VERSION_MINOR}")
|
set (project_VERSION "${project_VERSION}.${project_VERSION_MINOR}")
|
||||||
|
|
9
NEWS
9
NEWS
|
@ -1,18 +1,21 @@
|
||||||
Version TBD
|
Version 0.2.0
|
||||||
- Added a library pane instead of a toolbar.
|
- Added a library pane instead of a toolbar.
|
||||||
- Added scrolling using the middle mouse button.
|
- Added scrolling using the middle mouse button.
|
||||||
- View menu settings are remembered.
|
- View menu settings are remembered.
|
||||||
- Fixed command line parsing on Windows;
|
- Fixed command line parsing on Windows;
|
||||||
it's not limited to the system ANSI codepage anymore.
|
it's not limited to the system ANSI codepage anymore.
|
||||||
- Fixed checking for the shift key when selecting.
|
- Fixed checking for the Shift key when selecting.
|
||||||
- Terminals are ignored when hovering the cursor above a selection.
|
- Terminals are ignored when hovering the cursor above a selection.
|
||||||
- Disallowed wheel zooming when holding mouse buttons.
|
- Disallowed wheel zooming when holding mouse buttons.
|
||||||
- Fixed the behaviour of saving.
|
- Fixed the behaviour of saving.
|
||||||
- Fixed rapid right-clicking rotating more than it should.
|
- Fixed rapid right-clicking rotating more than it should.
|
||||||
- Symbol categories are also loaded from user-specific directories.
|
- Symbol categories are also loaded from user-specific directories.
|
||||||
- Show the current zoom in the statusbar.
|
- Show current zoom in the statusbar.
|
||||||
- Ported to GTK+ 3 and Lua 5.2.
|
- Ported to GTK+ 3 and Lua 5.2.
|
||||||
|
- This is the last version supporting Windows XP (we use an outdated GTK+
|
||||||
|
bundle, support for this operating system has been dropped in version 3.18).
|
||||||
- Various unimportant fixes and changes.
|
- Various unimportant fixes and changes.
|
||||||
|
- Known issues: Windows XP looks ugly now and there's little we can do.
|
||||||
|
|
||||||
Version 0.1.2
|
Version 0.1.2
|
||||||
- Updated symbol library.
|
- Updated symbol library.
|
||||||
|
|
|
@ -15,11 +15,11 @@ a package with the latest development version from Archlinux's AUR.
|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
------------
|
------------
|
||||||
Runtime dependencies: GTK+ >= 3.8, json-glib >= 0.10.4, lua = 5.2 +
|
Runtime dependencies: GTK+ >= 3.8, json-glib >= 0.10.4, lua >= 5.2 +
|
||||||
Build dependencies: CMake >= 2.8
|
Build dependencies: CMake >= 2.8
|
||||||
|
|
||||||
Build from source on Unix-like
|
Build from source on Unix-like systems
|
||||||
------------------------------
|
--------------------------------------
|
||||||
First check that you have all the required dependencies installed, including
|
First check that you have all the required dependencies installed, including
|
||||||
development packages, if your distribution provides them.
|
development packages, if your distribution provides them.
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
logdiag: Průvodce uživatele
|
logdiag: Průvodce uživatele
|
||||||
===========================
|
===========================
|
||||||
Přemysl Janouch <p@janouch.name>
|
Přemysl Janouch <p@janouch.name>
|
||||||
v0.2, 2018-06-25
|
v0.2.0, 2018-06-27
|
||||||
:toc: left
|
:toc: left
|
||||||
:toc-title: Obsah
|
:toc-title: Obsah
|
||||||
:sectnums:
|
:sectnums:
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
logdiag: User Guide
|
logdiag: User Guide
|
||||||
===================
|
===================
|
||||||
Přemysl Janouch <p@janouch.name>
|
Přemysl Janouch <p@janouch.name>
|
||||||
v0.2, 2018-06-25
|
v0.2.0, 2018-06-27
|
||||||
:toc: left
|
:toc: left
|
||||||
:sectnums:
|
:sectnums:
|
||||||
:xrefstyle: short
|
:xrefstyle: short
|
||||||
|
|
Loading…
Reference in New Issue