Releases: trufae/Therm
Releases · trufae/Therm
0.3.0
Changes from 0.2.2 to 0.3.0:
- Resizing font doesn't changes window size (it was glitchy and anoying)
- Deployment builds are now done with -O3 (no more -Os)
- Enable LTO in deployment builds
- Remove the Instant Replay feature (it was buggy, useless and incomplete)
- Simplify the Preferences panel removing tmux and remote configuration options.
0.2.2
Bugs fixed:
- Fix scrollback refresh issue (blank screen and glitches when selecting text)
- Fix crash when dragging a tab
Refactoring:
- Fix all warnings reported by latest XCode
- Remove more useless code
- Rebrand all the internal identifiers from com.iterm2 to com.pancake.therm
- Delete the tools/ directory
0.2.1
- Clean many more warnings, some of them related to deprecated apis
- Hackaround to make keyboard split pane move work on Mojave
- Fix backlog scrolling glitches
- More fixes related to Dark Aqua, improved about and preferences panels
- Increase FPS on burst situations, improve feedback
- Cleaner Quit dialog
- Fix some regressions introduced in 0.2.0
- Completely kill the accessibilities dependency
Therm-0.2.0
- Build for Mojave (Preferences panel honor dark theme)
- Delete some unreachable code
- Fix a memory leak
- Aim to drop the Accessibility permissions request
Therm v0.1.9
Changelog:
- Kill the 'exclude from dock/app switcher' option which is confusing and can result on no-way-back situations
- Find cursor is now done with CMD+. instead of CMD+/
- Fix a bug in findCursor that make it possible to have multiple of them at the same time
- Use black to make everything more dark instead of white to find cursor
- Always jiggle after clearing buffer (fixes behaviour in CMD+L)
0.1.8
- Expose feature has been removed
- Remove animation and borders from the search panel
- Window title uses the same color and transparency than terminal background
- Avoid 100% cpu usage by not searching when the console contents are being updated
- Increase delay between type+search to avoid unnecessary cpu usage
- Kill the default hotkeys to hide all windows (alt+h crap)