diff --git a/NEWS b/NEWS index 59002d1b..c6d44a7b 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,22 @@ # NEWS +## 0.3.2 +Minor update + + - Fix double slashes in extension urls + - Make window title translatable + - Miscellaneous translation fixes + +### Translations + - Adds Arabic + - Adds Greek + - Adds Portuguese + - Adds Taiwanese Chinese + - Updates Brazilian Portuguese + - Updates Hungarian + - Updates Russian + - Updates Turkish + ## 0.3.1 Minor update diff --git a/README.md b/README.md index d6abccb5..e724b2fb 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,10 @@ The tool supports: If there's something you'd like to see, contributions are welcome! ## ⚠️ Known Issues -### May not check for updates -Currently there is an issue in which automatic updates will not work **unless the official GNOME Extensions app is also installed**. You can handle all updates from within Extension Manager but [`org.gnome.Extensions`](https://flathub.org/apps/details/org.gnome.Extensions) must also be installed on your computer in order for GNOME Shell to check for updates. The status of this issue can be checked here: [Issue #165](https://github.com/mjakeman/extension-manager/issues/165#issuecomment-1101004729) +### Extensions are not being updated +Updates do not work out of the box on GNOME 40 and certain older versions of GNOME +41 and 42 **unless the official GNOME Extensions app is also installed**. See here +for details and a simple workaround: [Wiki Page](https://github.com/mjakeman/extension-manager/wiki/Known-Issue:-Updates) ## 💻 Installing Flatpak is the recommended way to install Extension Manager. diff --git a/data/com.mattjakeman.ExtensionManager.metainfo.xml.in.in b/data/com.mattjakeman.ExtensionManager.metainfo.xml.in.in index 8fa37ca9..19094e1f 100644 --- a/data/com.mattjakeman.ExtensionManager.metainfo.xml.in.in +++ b/data/com.mattjakeman.ExtensionManager.metainfo.xml.in.in @@ -38,6 +38,15 @@ extension-manager + + +
    +
  • Translation updates
  • +
  • Various bug fixes
  • +
  • Performance and stability
  • +
+
+
    diff --git a/meson.build b/meson.build index 7de059af..96ba27d8 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('extension-manager', 'c', - version: '0.3.1', + version: '0.3.2', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', 'c_std=gnu11', diff --git a/src/release-notes.txt b/src/release-notes.txt index c820f390..272638e3 100644 --- a/src/release-notes.txt +++ b/src/release-notes.txt @@ -1,3 +1,22 @@ +Extension Manager 0.3.2 + +Minor update to extension-manager: + + - Fix double slashes in extension urls + - Make window title translatable + - Miscellaneous translation fixes + +Translations + - Adds Arabic + - Adds Greek + - Adds Portuguese + - Adds Taiwanese Chinese + - Updates Brazilian Portuguese + - Updates Hungarian + - Updates Russian + - Updates Turkish + + Extension Manager 0.3.1 Minor update to extension-manager: