Textosaurus Versions Save

Cross-platform text editor based on Qt and Scintilla.

0.9.3.1

6 years ago

0.9.3

6 years ago

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

6 years ago

Fixed:

  • Fixed code flow error when quitting application.

0.9.1

6 years ago

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

6 years ago

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

6 years ago

New Textosaurus release.

2018.04.15

6 years ago

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

6 years ago

Fixed:

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

2018.04.09

6 years ago

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

6 years ago

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.