feat: update changelog for version 1.4.0 with new features and fixes

feat: update README.md to reflect version 1.4.0 and new features
chore: bump version to 1.4.0 in VERSION and package files
feat: implement identity refresh behavior in identity management
feat: add TNEF support for Outlook emails and archive organization modes
feat: enhance UI with configurable sidebar apps and branding options
refactor: remove unused addon-plugin-theme-concept.md file
This commit is contained in:
Linus Rath
2026-03-18 00:18:48 +01:00
parent 8a92d53125
commit 84abfe79dd
7 changed files with 35 additions and 1010 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import { discoverOAuth, type OAuthMetadata } from "@/lib/oauth/discovery";
import { generateCodeVerifier, generateCodeChallenge, generateState } from "@/lib/oauth/pkce";
import { OAUTH_SCOPES } from "@/lib/oauth/tokens";
const APP_VERSION = "1.2.4";
const APP_VERSION = "1.4.0";
const THEME_OPTIONS = [
{ value: "light" as const, icon: Sun, label: "Light" },