Skip to content

Commit c54bf40

Browse files
author
Martin Rotter
committed
CHANGELOG
1 parent 9f6f6f9 commit c54bf40

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

resources/desktop/io.github.martinrotter.textosaurus.appdata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<binary>textosaurus</binary>
2323
</provides>
2424
<releases>
25-
<release version="0.9.9" date="2018-11-09" />
25+
<release version="0.9.10" date="2018-11-13" />
2626
</releases>
2727
<content_rating type="oars-1.0">
2828
<content_attribute id="violence-cartoon">none</content_attribute>

resources/text/CHANGELOG

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
0.9.10
2+
-----
3+
Added:
4+
* Textosaurus now has command line interface. Run "textosaurus --help" for more info. (#56)
5+
* FS sidebar is now able to follow path of currently displayed document.
6+
* Folding support for even more programming languages.
7+
* Installer now automatically installs VC++ runtime files.
8+
* Added SAS and STATA lexers.
9+
* Adjustable vertical line for indicating long lines.
10+
11+
Changed:
12+
* Adjusted sizes of icons in tabs and in toolbar.
13+
* "Plain Text" menu item is now moved to top of "Language" menu.
14+
* Substyles adjusted in "Diff" lexer.
15+
* Some more optimizations.
16+
* Debug logging to "error output" is now bit more polished.
17+
18+
Fixed:
19+
* Fixed incorrect "modified" icon in .LOG files.
20+
* Fixed QString::arg() incorrect usage on some places.
21+
* MacOS build now works.
22+
123
0.9.9
224
-----
325
Added:

0 commit comments

Comments
 (0)