Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 0.3.2 #239

Merged
merged 2 commits into from
Aug 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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