Skip to content

Releases: altdesktop/i3-style

Version 1.0.2

16 Feb 18:09
Compare
Choose a tag to compare

This version contains some bugfixes.

  • Fix panic when config does not validate (#43)
  • Fix some other error logic in the cli

Version 1.0.1

19 Nov 23:43
Compare
Choose a tag to compare

i3-style has been completely rewritten in Rust.

https://crates.io/crates/i3-style

Adds the following new themes:

Version 0.10.0

23 Nov 21:42
Compare
Choose a tag to compare

This version adds two new themes.

Version 0.9.0

07 Jan 09:46
Compare
Choose a tag to compare

Version 0.9.0 adds the gruvbox theme by @freeware-preacher.

Version 0.8.0

10 Nov 04:04
Compare
Choose a tag to compare

Version 0.8.0 adds the following new themes:

And the following bug fixes:

  • Add new line to end of config file when validating
  • Clarify -o command line option
  • Fix packaging bug so dev dependencies actually install

Version 0.5.0

19 Jul 04:03
Compare
Choose a tag to compare

Bump to version 0.5.0

Version 0.5.0 adds the following new themes:

Version 0.4.0

09 Apr 23:13
Compare
Choose a tag to compare

Version 0.4.0 includes the following new features

  • the tomorrow-night-80s theme by @jmfurlott
  • the --to-theme switch to convert a config file to a theme

Version 0.3.0

25 Feb 08:30
Compare
Choose a tag to compare

Version 0.3.0 adds the Slate theme and the Seti theme by @jodyribton.

Version 0.2.3

30 Jun 01:06
Compare
Choose a tag to compare

This release adds the lime theme by @wei2912.

Version 0.2.2

27 Apr 03:09
Compare
Choose a tag to compare

This release adds some new command line options, some tests, and bugfixes

  • Bugfix: ignore single-line bar blocks (one of these is in the default config)
  • Add the -s "save" option - sets the output file to the path of the input file
  • Add the -r "reload" option - calls i3-msg reload after writing
  • Automatically create a backup when writing - backup is written to /tmp/config.bak.[TIMESTAMP]
  • Add mocha and chai tests - run with cake test
  • Remove lib/*.js from the repository and add a prepublish script to build coffeescript files