Skip to content

Commit f0908a3

Browse files
author
Martin Rotter
committed
changelog
1 parent de827e0 commit f0908a3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

pri/vars.pri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ APP_LOW_NAME = "textosaurus"
33
APP_REVERSE_NAME = "io.github.martinrotter.textosaurus"
44
APP_AUTHOR = "Martin Rotter"
55
APP_COPYRIGHT = "(C) 2018 $$APP_AUTHOR"
6-
APP_VERSION = "0.9.6"
6+
APP_VERSION = "0.9.7"
77
APP_LONG_NAME = "$$APP_NAME $$APP_VERSION"
88
APP_EMAIL = "rotter.martinos@gmail.com"
99
APP_URL = "https://github.com/martinrotter/textosaurus"

resources/text/CHANGELOG

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
0.9.7
22
-----
33
Added:
4-
* Code folding (see menu "View" -> "Code Folding") for all supported languages/lexers.
4+
* Code folding (see menu "View" -> "Code Folding"):
5+
* supports many languages/lexers,
6+
* respects active editor color theme (uses paper background color and primary text color),
7+
* fold column is automatically hidden if used language/lexer is not supported.
58
* Added notification to "Output" sidebar (or tray icon) when document gets reloaded upon external change.
69
* All sidebars can now be shrinked to very minimum width/height.
710

0 commit comments

Comments
 (0)