Skip to content

Releases: matryer/xbar

v2.0.38-beta

31 Mar 06:44
651cf73
Compare
Choose a tag to compare

v2.0.37-beta

30 Mar 12:08
7449383
Compare
Choose a tag to compare

v2.0.36-beta

30 Mar 10:48
Compare
Choose a tag to compare

v2.0.35-beta

29 Mar 10:00
Compare
Choose a tag to compare
  • Default variables were being ignored unless you edited them (at which point the json vars sidecar file is created). Now, the defaults will be loaded each time. #669 - thanks @Joshfindit

v2.0.34-beta

28 Mar 08:56
Compare
Choose a tag to compare

v2.0.33-beta

22 Mar 12:39
Compare
Choose a tag to compare
  • Removed requirement for variables to have VAR_ prefix (although it is still recommended) #656 cc @picatz

v2.0.32-beta

19 Mar 17:19
Compare
Choose a tag to compare

v2.0.31-beta

19 Mar 10:11
Compare
Choose a tag to compare
  • Fixed bug where separators and nesting dashes were getting confused - #648 thanks @onaront

v2.0.30-beta

19 Mar 08:56
Compare
Choose a tag to compare

v2.0.29-beta

18 Mar 12:35
Compare
Choose a tag to compare
  • Changed "Preferences" menu to "xbar" because it contains more than preferences - thanks @magicus
  • Waiting ten seconds before checking for updates so the app doesn't block on startup - #646 thanks @chew-z
  • Menu bar items (in the top) now respect formatting (fonts, colours, etc) - thanks @leaanthony
  • On refresh, items go into a disabled state, rather than showing ... - prevents jitter
  • Fixed a bug where nested separators were being misunderstood - #648 thanks @onaront
  • The usual small tweaks and bug fixes