Skip to content

Releases: trufae/Therm

0.1.3

31 Jan 10:31
Compare
Choose a tag to compare
  • 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

24 Dec 13:00
Compare
Choose a tag to compare
  • Add PowerlineSymbols font
  • Fix terminal width regression
  • Remove spinning wheel from tabs

0.1.1

12 Dec 04:08
Compare
Choose a tag to compare
  • 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

11 Dec 16:36
Compare
Choose a tag to compare
  • 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!

11 Dec 03:04
Compare
Choose a tag to compare

This version contains the following changes:

  • APIServer has been enforced as disabled in code. This feature will be completely removed soon or late
  • Bring back the tabs. But in "mini" style.

screen shot 2017-12-11 at 04 05 09

0.0.8

27 Nov 17:36
Compare
Choose a tag to compare
  • Fix #27 crash (another random command parser that was half removed)
  • Rebrand iTerm2 -> Therm in the Makefile

0.0.7

27 Nov 02:25
Compare
Choose a tag to compare
  • 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

26 Nov 12:52
Compare
Choose a tag to compare
  • 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

21 Nov 23:40
Compare
Choose a tag to compare
  • 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

0.0.4

18 Nov 16:05
Compare
Choose a tag to compare
  • CMD+F toggles the search box
  • Search box background is now black
  • Disable all the scary escape sequences that download files, show images and execute programs in sandbox mode (thats a quick patch, so its not really tested)