You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dust-Mail/CHANGELOG.md

3.7 KiB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.4 (2022-11-19)

Features

  • server+web: remove 'OtherLogins' and now recognize when logging in with google (bc87680)
  • versioning: now using standard-version to generate changelogs and update version (532e6f1)
  • web: added a changelog (57927ea)

Bug Fixes

  • server+web: greatly increase security of oauth logins (d452bc2)

0.2.3 (2022-11-15)

0.2.2 (2022-11-15)

Bug Fixes

  • about: github sponsors link (5a2a669)
  • about: make all checkboxes readonly (17d8f75)
  • deploy-docs: remove cd command from workflow file (0814829)
  • dockerfile: secrets directory env name (9432ec6)
  • docs: path to docs directory in ci (caad764)
  • server: not being able to refresh tokens (6ac7198)
  • web: 404 error in console on avatar not found (ca1a898)
  • web: remove useHttpClient from overview.tsx (256f778)
  • web: update the default server to be the new domain (5289e4f)

Features

  • about: finish landing page + add nav to download page (c8fae14)
  • docs: basic documentation website (3360979)
  • lint-staged: added lint-staged (4ec2467)
  • server: mark message as read in cache (b337798)
  • web+server: added support for attachments, added crypto helper to server (74987cb)
  • web: add little collapse button on message overview (f7e38ee)

Performance Improvements

  • server: server now encrypts cache (d521d77)