aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p@janouch.name>2018-06-27 04:26:43 +0200
committerPřemysl Janouch <p@janouch.name>2018-06-27 05:18:22 +0200
commit41d68e6636eea803e2704abbefac6ebcf3b7a09d (patch)
tree63a195710e4ff312af9d5362db0ce25fd7909c53
parent12ac611a14b66fbb24c13110762fab50b540ef79 (diff)
downloadlogdiag-41d68e6636eea803e2704abbefac6ebcf3b7a09d.tar.gz
logdiag-41d68e6636eea803e2704abbefac6ebcf3b7a09d.tar.xz
logdiag-41d68e6636eea803e2704abbefac6ebcf3b7a09d.zip
Bump version, update NEWS
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS9
-rw-r--r--README.adoc6
-rw-r--r--docs/user-guide/user-guide-cs.asciidoc2
-rw-r--r--docs/user-guide/user-guide-en.asciidoc2
5 files changed, 13 insertions, 10 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fdf1ece..1e3b709 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,8 +11,8 @@ option (BUILD_TESTING "Build tests" OFF)
# Project information
set (project_VERSION_MAJOR "0")
-set (project_VERSION_MINOR "1")
-set (project_VERSION_PATCH "2")
+set (project_VERSION_MINOR "2")
+set (project_VERSION_PATCH "0")
set (project_VERSION "${project_VERSION_MAJOR}")
set (project_VERSION "${project_VERSION}.${project_VERSION_MINOR}")
diff --git a/NEWS b/NEWS
index 0e8b16b..89f75f7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,18 +1,21 @@
-Version TBD
+Version 0.2.0
- Added a library pane instead of a toolbar.
- Added scrolling using the middle mouse button.
- View menu settings are remembered.
- Fixed command line parsing on Windows;
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.
- Disallowed wheel zooming when holding mouse buttons.
- Fixed the behaviour of saving.
- Fixed rapid right-clicking rotating more than it should.
- 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.
+ - 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.
+ - Known issues: Windows XP looks ugly now and there's little we can do.
Version 0.1.2
- Updated symbol library.
diff --git a/README.adoc b/README.adoc
index 4b4d505..22f21d0 100644
--- a/README.adoc
+++ b/README.adoc
@@ -15,11 +15,11 @@ a package with the latest development version from Archlinux's AUR.
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 from source on Unix-like
-------------------------------
+Build from source on Unix-like systems
+--------------------------------------
First check that you have all the required dependencies installed, including
development packages, if your distribution provides them.
diff --git a/docs/user-guide/user-guide-cs.asciidoc b/docs/user-guide/user-guide-cs.asciidoc
index 7f4265c..a3b5cfe 100644
--- a/docs/user-guide/user-guide-cs.asciidoc
+++ b/docs/user-guide/user-guide-cs.asciidoc
@@ -5,7 +5,7 @@
logdiag: Průvodce uživatele
===========================
Přemysl Janouch <p@janouch.name>
-v0.2, 2018-06-25
+v0.2.0, 2018-06-27
:toc: left
:toc-title: Obsah
:sectnums:
diff --git a/docs/user-guide/user-guide-en.asciidoc b/docs/user-guide/user-guide-en.asciidoc
index c7453ef..65dad48 100644
--- a/docs/user-guide/user-guide-en.asciidoc
+++ b/docs/user-guide/user-guide-en.asciidoc
@@ -5,7 +5,7 @@
logdiag: User Guide
===================
Přemysl Janouch <p@janouch.name>
-v0.2, 2018-06-25
+v0.2.0, 2018-06-27
:toc: left
:sectnums:
:xrefstyle: short