You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,19 +5,33 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.9.4]
9
+
10
+
### Added
11
+
- Added buttons to select and deselect all calendars for easier management.
12
+
13
+
### Fixed
14
+
- Fixed an issue where editing events in the popup was not functioning correctly.
15
+
16
+
### Improvements
17
+
- Completed all missing translations for English (`en`) and Italian (`it`).
18
+
- Enhanced the overall layout for a cleaner and more user-friendly interface.
19
+
- Updated the UI font to **Open Sans** for a modern and consistent appearance.
20
+
- Upgraded all frontend libraries to ensure better performance, security, and compatibility.
21
+
8
22
## [0.9.3]
9
23
10
-
## Added
24
+
###Added
11
25
- Timezone management: Users can now select a specific timezone for each event and view the calendar in a different timezone. The default timezone is set to "Europe/Rome," but it can be customized in the user preferences page.
12
26
- Added user preferences
13
27
14
-
## Improvements
28
+
###Improvements
15
29
- Updated all frontend dependencies to use Node.js version 24, ensuring improved performance and compatibility
16
30
- Enhanced the design and usability of the event popup for a better user experience.
0 commit comments