Skip to content

Latest commit

 

History

History
122 lines (100 loc) · 6.22 KB

NEWS.md

File metadata and controls

122 lines (100 loc) · 6.22 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 (2013-03-25)

v10 (2013-04-21)

v11 (2013-04-28)

v12 (2013-05-08)

v13 (2013-09-25)

  • support up to 3.10
  • disable use of very recently deprecated methods in Vte as the methods are not visible from GJS

v14 (2014-03-26)

  • support up to 3.12
  • fix terminal jumping to secondary monitor (thanks to Martin Pöhlmann!)
  • tentative fix for transparency loss with utter failure

v15 (2014-09-23)

  • support up to 3.14

v16 (2014-09-27)

  • enabled back transparency as certain distributions support it again (mainly Fedora)

v17 (2015-03-25)

  • toggle the terminal by scrolling on the top panel (thanks to Kristoffer Kleine)
  • added settings to set foreground/background color (thanks to kraiz)
  • make terminal opacity configurable (thanks to Tonic Artos)
  • fixed a wrong vertical offset (thanks to Alexander Shabalin)
  • port to Gnome 3.16 (thanks to Ádám Barancsuk)
  • added prefs for foreground/background color
  • fixed terminal position on HiDPI
  • fixed space at the top when top panel hidden
  • only keep compat with Gnome-Shell 3.10+ (older versions are becoming a huge maintenance burden)
  • port prefs gtkbuilder file to gtk3

v18 (2015-09-23)

  • fix for broken context menu in 3.16 (thanks to nikolowry)
  • match 3.16+ menu border (not the thick gray border anymore)

v19 (2015-11-04)

  • fix animation and positioning on 3.18 (thanks to imnotjames and daniviga)

v20 (2016-03-25)

  • support up to 3.20
  • add configurable position (top/bottom/left/right) (thanks to TonicArtos)

v21 (2016-08-17)

  • prepare support for 3.22 (thanks to MedicMomcilo)
  • add preference to toggle audible bell (thanks to Simon Flack)
  • refresh the readme screenshots (thanks to Dennis Schürholz)
  • fixed dash-to-dock compatibility (thanks to Tom Gehrke and Dennis Schürholz)
  • update CSS for gtk 3.20+ (thanks to Rom Grk)
  • new tips/scripts in the wiki (thanks to Rom Grk)
  • use the new gtk3 scrollbars (better look & feel)
  • drop support for gnome 3.12 (even Debian is on 3.13 since Jessie)

v22 (2016-08-29)

v23 (2017-01-23)

  • support for 3.22 (thanks to palopezv)