From 9dc1d20d6ccf7659ce521003d135bc83ea6c0331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Wed, 3 Nov 2021 07:18:35 +0100 Subject: Bump version, update NEWS --- CMakeLists.txt | 2 +- NEWS | 11 +++++++++++ docs/user-guide/user-guide-cs.html | 2 +- docs/user-guide/user-guide-en.html | 2 +- po/logdiag.pot | 2 +- 5 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e14bd8b..3518f5e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # The last version with Windows XP support is 3.13, we want to keep that cmake_minimum_required (VERSION 3.10) -project (logdiag VERSION 0.2.1 DESCRIPTION "Schematic editor" LANGUAGES C) +project (logdiag VERSION 0.3.0 DESCRIPTION "Schematic editor" LANGUAGES C) # Options option (OPTION_CLANG_TIDY "Enable use of clang-tidy" OFF) diff --git a/NEWS b/NEWS index ebd66a5..4b1fbfa 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +Version 0.3.0 + - Added basic print functionality (lines may have the wrong width). + - Fine-tuned rendering of a few symbols. + - Bound toggling of the grid to the # key, following Inkscape. + - Ensured all opened files are added to the list of recent files. + - View position is reset when opening files. + - Made the user guide available from the Help menu. + - The website link in the About dialog now opens on Windows XP. + - Put the project's license in the About dialog. + - Made Windows builds considerably slimmer. + Version 0.2.1 - Set up grounds for 64-bit Windows builds using the latest GTK+ 3. - Made the Windows installer ask to uninstall previous versions first. diff --git a/docs/user-guide/user-guide-cs.html b/docs/user-guide/user-guide-cs.html index f14e556..5c38f1b 100644 --- a/docs/user-guide/user-guide-cs.html +++ b/docs/user-guide/user-guide-cs.html @@ -16,7 +16,7 @@ q:lang(cs):after { content: "“"; }

Přemysl Eric Janouch
p@janouch.name
-verze 0.2.2, +verze 0.3.0, 2021-10-28

Okno programu logdiag diff --git a/docs/user-guide/user-guide-en.html b/docs/user-guide/user-guide-en.html index 3104c39..7330ac2 100644 --- a/docs/user-guide/user-guide-en.html +++ b/docs/user-guide/user-guide-en.html @@ -16,7 +16,7 @@ q:lang(en):after { content: "’"; }

Přemysl Eric Janouch
p@janouch.name
-version 0.2.2, +version 0.3.0, 2021-10-28

logdiag program window diff --git a/po/logdiag.pot b/po/logdiag.pot index ba711cd..e70b48a 100644 --- a/po/logdiag.pot +++ b/po/logdiag.pot @@ -6,7 +6,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: logdiag 0.2.2\n" +"Project-Id-Version: logdiag 0.3.0\n" "Report-Msgid-Bugs-To: https://git.janouch.name/p/logdiag/issues\n" "POT-Creation-Date: 2021-10-28 20:07+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -- cgit v1.2.3