Skip to content

Releases: trufae/Therm

0.3.0

09 Jul 11:29
Compare
Choose a tag to compare

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

09 Jul 10:38
Compare
Choose a tag to compare

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

03 Oct 12:56
Compare
Choose a tag to compare

screenshot 2018-10-03 at 16 15 13

  • 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

02 Oct 16:21
Compare
Choose a tag to compare
  • 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

01 Aug 12:32
Compare
Choose a tag to compare

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

17 Jun 11:51
Compare
Choose a tag to compare
  • 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)

screen shot 2018-06-17 at 13 55 47

0.1.7

31 May 16:28
Compare
Choose a tag to compare
  • Merge all commits that matter from iTerm2 from 2017-11 to 2018-06

NOTE: This release hasnt been tested too much, consider 0.1.6 the stable for now.

0.1.6

30 May 21:23
Compare
Choose a tag to compare
  • Removed protobuf dependency and kill the API server and scripting functionalities
  • Use try/catch to avoid a crash when rendering invalid glyphs
  • More cleanup of the Settings panel and other Storyboard stuff
  • Initial deprecation of the triggers code

0.1.5

16 Feb 11:29
Compare
Choose a tag to compare
  • Fix regression when handling the Lion-style fullscreen with the mouse
  • Remove the settings to enable a escape code that allows shell programs to read the clipboard
  • Remove the option to add a newline when pasting text in the shell (dangerous behaviour)

0.1.4

31 Jan 21:43
Compare
Choose a tag to compare
  • Fix a crash in setTermType (just remove all the code :D)
  • Remove LetsMove dependency (the annoying "wanna move into apps?" dialog)