Releases: trufae/Therm
Releases · trufae/Therm
0.1.3
- Remove AddressBook and UKCrashReporter dependencies
- Fix some memory leaks
- Remove alpha and animations in the tab expose to make it less sluggish (i'll probably kill it)
- Remove more password manager related code
- Removed command history logic in the update callbacks
0.1.2
0.1.1
- Add custom Resources/fonts to be used from the term app without having to install new system-wide typographies.
- cmd+shift+f toggles the foreground (always-on-top) mode of the current window
- Printing keybindings removed, just use the menu entry
- Use CMD+pP instead of CMD+gG to rotate between all the search results
0.1.0
- Drop the setTitle escape codes (can cause DoS and memleak, because no length is enforced)
- Hide the 'new-tab' button in the tabbar (fixed full width adjustment of tab list)
- Better defaults for tabs: High Contrast Dark, bottom by default
- Default DIM for non-focused sessions is 0.1, not 0.4. Less distractions
Bring back the tabs!
0.0.8
0.0.7
- Remove the NMSSH dependency (https://github.com/NMSSH/NMSSH).
- it was not updated (v1.7) (-3MB)
- Remove all the upload/download via scp hidden magic
- implies parallel history database with commandline parsing to get host and directory
- Use dark split lines (less eye-damage)
- Bring back the DIM and broadcast input options
0.0.6
- Remove the Sparkle framework (we dont want autoupdates, that should be managed by the appstore or the user, i dont trust automatic process that download stuff and execute it and leak which software you use in the network) (12 MB -> 8MB)
- Disable the force-touch to preview links, embedding webviews, even in sandbox is a bad idea if you care about security, and non https links it doesn't work because of the way its configured, so better just open the link in a browser
- More rebranding (iTerm2 -> Therm)
0.0.5
- Update About Window
- Use CMD + [HJKL] to resize panes
- Use CMD + [jk] to select next/prev pane
- Use CMD + l to clear buffer (like ^l, but in clears backbuffer too)
- Remove the Password Manager and the SSKeychain dependency
- Use UNICODE 10 (fixes overlapped emojis issue) (instead of 8)
- CMD+F hiddes all search entries in nonfocused panes (experimental behaviour)
- Remove the image decoder (faster build, do not distribute that binary)
- Use -O3 for ThermShared
- More rebranding
- Cleanedup menubar
- Fix position of key emoji when ssh asks for password