Skip to content

Commit

Permalink
Merge pull request #239 from mjakeman/update-for-0.3.2
Browse files Browse the repository at this point in the history
Release version 0.3.2
  • Loading branch information
mjakeman authored Aug 17, 2022
2 parents 3c68fe1 + 590bb75 commit ce75cfd
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 3 deletions.
17 changes: 17 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
9 changes: 9 additions & 0 deletions data/com.mattjakeman.ExtensionManager.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@
</keywords>
<translation type="gettext">extension-manager</translation>
<releases>
<release version="0.3.2" date="2022-08-17">
<description>
<ul>
<li>Translation updates</li>
<li>Various bug fixes</li>
<li>Performance and stability</li>
</ul>
</description>
</release>
<release version="0.3.1" date="2022-06-04">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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',
Expand Down
19 changes: 19 additions & 0 deletions src/release-notes.txt
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit ce75cfd

Please sign in to comment.