Releases: subethaedit/SubEthaEdit
Releases · subethaedit/SubEthaEdit
SubEthaEdit v5.2.4
Bug fixes and maintenance:
- Updated expired certificate on the see tool installer
- Fixed issues with german localization
SubEthaEdit v5.2.3
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:
- New Mode: wren ( https://wren.io )
SubEthaEdit v5.2.2
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
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
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
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
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
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
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
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