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
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,27 @@
6
6
7
7
All notable changes to this project will be documented in this file.
8
8
9
-
## UNRELEASED
9
+
## 3.3.0 - 2025-05-29
10
10
### ℹ️ Notes
11
11
- The Node version was increased to current LTS version 22.
12
12
- The `callback` parameter of the `loadTranslations` method is deprecated.
13
13
Instead just use the returned promise like `loadTranslations('app').then(callback)`.
14
14
15
+
### 🚀 Enhancements
16
+
* feat: add method to format relative time [#921](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/921) ([susnux](https://github.com/susnux))
17
+
18
+
### 🐛 Fixed bugs
19
+
* fix: export types used in gettext exports [#905](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/905) ([susnux](https://github.com/susnux))
20
+
* fix(translations): use language instead of locale + refactor the `loadTranslations` method [#927](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/927) ([susnux](https://github.com/susnux))
21
+
* fix(locale): fallback to device preferences instead of 'en' [#864](https://github.com/nextcloud-libraries/nextcloud-l10n/pull/864) ([ShGKme](https://github.com/ShGKme))
0 commit comments