From 9ecb0989895ea4c33da67ad9edc2d6dcd2d8d4c7 Mon Sep 17 00:00:00 2001 From: Matthew Jakeman Date: Wed, 17 Aug 2022 21:01:07 +1200 Subject: [PATCH 1/2] readme: Update known issues section Clarify about the status of updating with regards to the official GNOME application. Link to the Wiki page with more details and a helpful guide. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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. From 590bb75f7fa05c6ef03ec7de4652ddb4d1bbd44a Mon Sep 17 00:00:00 2001 From: Matthew Jakeman Date: Wed, 17 Aug 2022 21:14:23 +1200 Subject: [PATCH 2/2] project: Release version 0.3.2 --- NEWS | 17 +++++++++++++++++ ...akeman.ExtensionManager.metainfo.xml.in.in | 9 +++++++++ meson.build | 2 +- src/release-notes.txt | 19 +++++++++++++++++++ 4 files changed, 46 insertions(+), 1 deletion(-) 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/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: