Skip to content

0.2.0

Pre-release
Pre-release

Choose a tag to compare

@emersion emersion released this 22 Mar 20:39
· 158 commits to master since this release
v0.2.0
e6f8149
This version contains very few changes, but is a breaking release.

The main change is that all configuration files are moved to `$XDG_CONFIG_HOME`
(or `$HOME/config` if not set). Thus you need to move files manually when
upgrading:

    mkdir ~/.config/hydroxide
    cp auth.json *.db ~/.config/hydroxide

emersion (3):
      Upgrade app version
      readme: add more user-friendly instructions
      Store everything in XDG_CONFIG_HOME, add `status` command