Skip to content

Latest commit

 

History

History
52 lines (44 loc) · 2.98 KB

File metadata and controls

52 lines (44 loc) · 2.98 KB

v1 (2012-09-05)

  • initial, basic version

v2 (2012-09-22)

  • support for 3.5.92 (3.6 was already targetd in v1)

v3 (2012-10-06)

  • added an animation
  • added a border to mimick the shell style
  • added preferences (animation, height, shortcut)
  • fixed the default key to really be the Above_Tab key, not F12 (thanks to Obsidien for spotting that)
  • fixed the focus issue (way~~~~~~~~~ better) (the cursor is still not in block form though)
  • fixed link activation
  • stop opening directly the terminal in the child process by watching the bus name appearance. this simplifies shell restart survival a lot

v4 (2012-10-19)

v5 (2012-10-25)

  • feature: check for dependencies at startup (asked by l300lvl -- Debian distributes gir files in their own packages)
  • feature: custom command (suggested by sequentious, to be able to always run 'mutt' or 'screen' for instance)
  • bugfix: terminal on wrong monitor (github #10)
  • bugfix: better animation depending on monitor position (animate the height instead of the position if there is a monitor above the primary one)
  • bugfix: glitch at animation startup (the window can be briefly seen at the wrong location)
  • code: investigate if the inner-border can be retrieved

v6 (2012-11-05)

v7 (2012-12-08)

v8 (2012-12-17)

v9 (????-??-??)