Skip to content

Releases: emersion/hydroxide

0.2.1

03 Apr 16:41
v0.2.1
8f16741

Choose a tag to compare

0.2.1 Pre-release
Pre-release
emersion (2):

      cmd/hydroxide: bump AppVersion
      Update go-smtp to latest version

0.2.0

22 Mar 20:39
v0.2.0
e6f8149

Choose a tag to compare

0.2.0 Pre-release
Pre-release
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

0.1.0

08 Jan 08:57
b3f1e59

Choose a tag to compare

0.1.0 Pre-release
Pre-release

First pre-release.

  • SMTP is well-tested
  • CardDAV works but needs more testing
  • IMAP is still WIP