Skip to content

Releases: subethaedit/SubEthaEdit

SubEthaEdit v5.2.4

08 Jan 15:51
Compare
Choose a tag to compare

Bug fixes and maintenance:

  • Updated expired certificate on the see tool installer
  • Fixed issues with german localization

SubEthaEdit v5.2.3

04 Jan 06:13
Compare
Choose a tag to compare

SubEthaEdit 5.2.3

Bug fixes and maintenance:

  • Fixed issue where open remote documents were incorrectly autosaved and reopened locally on next startup

Improved modes:

SubEthaEdit v5.2.2

15 Nov 14:07
Compare
Choose a tag to compare

Features:

  • Autosaves and restores unsaved untitled windows now on quit to be less intrusive

Bug fixes and maintenance:

  • Fixed an issue where the services menu did not get the contents of the selection
  • Fixed issues with scripting and document ids
  • Fixed issue on macOS 12 where the com.apple.quarantine attribute was set on saving executable scripts, making them not exectuable anymore

Improved modes:

  • Lua
    • Fixed check build
    • Added pico-8 recognition

SubEthaEdit v5.2.1

19 Jul 16:22
Compare
Choose a tag to compare

Features:

  • New Line spacing preference
  • Clear and disable search history
  • Move selected paragraphs a line up/down

Improvements:

  • Modernised look of line numbers and position field
  • Modernised look of invisble characters
  • Improved visual stability of top status bar
  • Made preferences layout more consistent

SubEthaEdit v5.2

26 Feb 09:26
Compare
Choose a tag to compare

Features:

  • macOS 11 style app icon
  • Modernised search and replace user interface
  • Modernised preference user interface

Bug fixes and maintenance:

  • Fixed layout issues in web preview
  • Fixed issue where the split view icon could disappear

Improved modes:

  • Made bash mode also trigger for .zshrc/.zshenv

SubEthaEdit v5.1.7

11 Dec 07:42
Compare
Choose a tag to compare

Bug fixes and maintenance:

  • Fixed an accidential de-map of the find next/previous shortcut in v5.1.6

Special thanks to ellduin GitHub for catching this early

SubEthaEdit v5.1.6

10 Dec 09:42
Compare
Choose a tag to compare

Bug fixes and maintenance:

  • Modernised the document hub
  • Modernised open URL popover
  • Fixed crashing issue when connecting to manual addresses or see urls
  • Fixed issue with printing and multiple pages on macOS 11
  • Moved selection of the current highlighted entity from triple to 4 clicks, keeping double and triple click more in line with the system behavior

Improved modes:

  • Fixed wrong highlight of default in python mode

Special thanks to new contributor Jan Cornelissen - GitHub

SubEthaEdit v5.1.5

16 Nov 13:48
Compare
Choose a tag to compare

Features:

  • Support for future macOS Releases.
  • Support for Apple Silicon.

Bug fixes and maintenance:

  • Increased size limit for default syntax highlighting.
  • Add Change Log to Help menu.
  • Updated the certificate the see-tool installer is signed with (App Store).

SubEthaEdit v5.1.5-AS-9699

05 Jul 16:02
Compare
Choose a tag to compare
Pre-release

First Apple Silicon pre-release - also contains some general Big Sur related tweaks.

Note that you have to move the app out of downloads to work on Big Sur.

SubEthaEdit v5.1.4

05 Jul 11:50
Compare
Choose a tag to compare

Features:

  • New Option: Show inconsistent indentations - easily see mixed use of tabs and spaces.
  • New Option: System monospaced Font is now available in the style preferences.

Bug fixes and maintenance:

  • Fixed issue with style preferences that could lead to the font change not being taken.

Improved modes:

  • Markdown preview: Fixed wrong table header colors in light mode
  • Markdown preview: Fixed incorrect stripping of leading whitespace in code blocks
  • Improved Bash mode: Added support for heredoc strings