Releases: celenityy/Dove
20241229-1
-
Update to Phoenix 20241229-1 - See there for more details.
-
Disabled SVG, due to security reasons - https://codeberg.org/celenity/Dove/commit/325280b6e59f498902b61aad2e38343da03eb406 (
svg.disabled
). -
Password Manager is now disabled by default instead of locked... meaning users may enable it if they wish to do so.
-
Users may now enable Thunderbird's Calendar Extraction Service if they wish to do so - though it is still disabled by default (
calendar.extract.service.enabled
). -
Users may now disable GnuPG if they wish to do so - though it is still enabled by default. (
mail.openpgp.allow_external_gnupg
). -
Users may now set custom reply headers, though this is NOT recommended - https://codeberg.org/celenity/Dove/commit/4cfe214b1c8a772fd47e11cf5bbb43d6bffa24c8 (
mailnews.reply_header_authorwroteondate
,mailnews.reply_header_authorwrotesingle
,mailnews.reply_header_ondateauthorwrote
, &mailnews.reply_header_type
). -
Various other minor tweaks, fixes, & enhancements.
Codeberg: See here for more details.
GitHub: See here for more details.
:)
20241216-1
Welcome to the new Dove! 🎉
Built off of Phoenix 20241216-1, this is a major update, with fundamental changes to Dove's design & how it operates.
The most notable difference is that Dove is now entirely local. You can see details here as to why this decision was made & the major benefits it will provide in terms of privacy, security, performance, usability, etc.
This is currently available for users of Arch Linux, Fedora Linux, & macOS. Debian installations are currently broken anyways at the moment :/ and are being re-worked in the near future, as a top priority.
Simply run the upgrade script for your platform, and it'll handle everything for you:
sudo bash -c "$(curl -fsSL https://dove.celenity.dev/upgrade.sh)"
Once it's complete, you should be good to go!
Can't wait to see what you think :) - looking forward to any and all feedback!
Codeberg: See here for more details.
GitHub: See here for more details.
:)
20241211-1
IMPORTANT: To continue receiving updates, macOS users must migrate to the new centralized Homebrew Tap and reinstall the dove-policies
package.
To migrate, please enter the following commands:
brew remove dove-policies
brew untap celenity/dove-policies-macos
brew tap celenity/tap https://codeberg.org/celenity/tap
brew install dove-policies
dove-up
Notes
- Synced with Upstream - Phoenix 20241211-1 - See release notes here
- Other minor tweaks & enhancements
:)