Releases: martinrotter/textosaurus
Releases · martinrotter/textosaurus
0.9.3.1
fix build
0.9.3
Added:
- AWK lexer. (#33)
- LCD-optimized fonts on Windows.
- Switchable behavior when closing main window via "X" with tray icon enabled. Now user can decide whether the window is hidden or app should quit.
Changed:
- Using hoextdown instead of hoedown for Markdown preview.
- Scintilla component updated to latest master (4.0.4).
Fixed:
- Some smaller FS sidebar-related fixes.
0.9.2
Fixed:
- Fixed code flow error when quitting application.
0.9.1
0.9.0
Added:
Changed:
- File save dialog does not append ".txt".
- Switched to semantic versioning. Versioning now uses MAJOR.MINOR.PATCH scheme, which means:
- MAJOR number is changed if major breaking feature is added,
- MINOR number is changed if less important feature is added,
- PATCH number is changed when bugs are fixed and tiny new features are added.
- Code refactoring.
2018.04.16
New Textosaurus release.
2018.04.15
Added:
- Couple of fixes related to Flatpak deployment.
- Allow to remove user-defined color schemes.
Changed:
- Overall application refactoring.
Fixed:
- Store file path to recent files when saved.
2018.04.11
Fixed:
- Correctly activate last active tab when restoring session. (#24)
- Restored "temporary" session documents are now "modified" on startup.
2018.04.09
Added:
- Saving/restoring of session. (#24)
- Substyles for Pascal lexer.
- Monokai Neo color scheme.
- Base16 Light color scheme.
Fixed:
- Broken rendering of occurrences highlighting for bigger files.
- Some minor fixes and polishments.