-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add CHANGELOG.md to document changes
- Loading branch information
Showing
2 changed files
with
41 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [2025-02-23.0] - 2025-02-23 | ||
|
||
### 🚀 Features | ||
|
||
- *(ui)* Remove links to half-baked features | ||
|
||
## [2025-02-21.0] - 2025-02-21 | ||
|
||
### 🚀 Features | ||
|
||
- *(ui)* Reorganize e-mail lists and data training | ||
- *(ui)* Clean up and visually improve /emails | ||
- *(ui)* Unify input styles on different pages | ||
- *(ui)* Email details page is styled in the new fashion | ||
- [**breaking**] Remove check for training binaries before starting imap client | ||
- Enrich e-mails parsed from an mbox | ||
- Rename the page "watchers" to "connections" | ||
- Create directories on imap servers upon category creation | ||
- Set log level from ui | ||
- *(ui)* Async operations and errors are shown to the user as toast messages | ||
|
||
### 🐛 Bug Fixes | ||
|
||
- Message ids are now url encoded in the email list | ||
- Exception when moving emails if they could not be categorized | ||
- Save language metadata in detail view and preferences | ||
- Display category as n/a in email views if note set | ||
- N/a no longer listed as a language in admin | ||
- Event loops restart when they fail | ||
- Change wrong order of functions on main | ||
- Compare categorization threshold with the probability correctly | ||
- Restart all event loops after a failure or restart in messaging | ||
- Add new languages to language preferences with the value false | ||
- Confidence is set properly after categorization | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,5 +7,6 @@ pkgs.mkShell { | |
pkgs.clojure-lsp | ||
pkgs.clj-kondo | ||
pkgs.cljfmt | ||
pkgs.jdk23]; | ||
pkgs.jdk23 | ||
pkgs.git-cliff]; | ||
} |