Skip to content

Releases: martinrotter/textosaurus

0.9.3.1

23 Apr 08:30
Compare
Choose a tag to compare
fix build

0.9.3

23 Apr 07:04
Compare
Choose a tag to compare

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

19 Apr 07:00
Compare
Choose a tag to compare

Fixed:

  • Fixed code flow error when quitting application.

0.9.1

19 Apr 05:09
Compare
Choose a tag to compare

Added:

  • Automatically display main window when running commands from tray icon context menu.
  • Tray icon context menu enhanced.
  • FS sidebar is enhanced:
    • New combobox with know file filters at the bottom.
    • Text box with path is now multiline.

Fixed:

  • Fixed behavior of #13 and #31.

0.9.0

18 Apr 06:28
Compare
Choose a tag to compare

Added:

  • Tray icon support. (#13)
  • Main window can stay on top. (#31)

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

15 Apr 20:15
Compare
Choose a tag to compare

New Textosaurus release.

2018.04.15

15 Apr 18:14
Compare
Choose a tag to compare

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

11 Apr 06:38
Compare
Choose a tag to compare

Fixed:

  • Correctly activate last active tab when restoring session. (#24)
  • Restored "temporary" session documents are now "modified" on startup.

2018.04.09

09 Apr 05:10
Compare
Choose a tag to compare

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.

2018.03.26

26 Mar 05:52
Compare
Choose a tag to compare

Added:

  • More precise styling for SQL, CSS lexers.

Fixed:

  • Opening multiple files via drag-drop action. (#26)
  • Better regex for URL recongition. (#25)
  • Correct saving of custom color schemes when some substyle was explicitly removed.
  • Color scheme editor correctly handles removing of substyles.