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.4.2 #418

Merged
merged 3 commits into from
Jun 19, 2023
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
67 changes: 65 additions & 2 deletions NEWS → NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,68 @@
# NEWS

## 0.4.2

### Features & Fixes
- Horizontal scroll fix in Upgrade Assistant
- Pixel perfect app icon

### Translations
- Adds Ukrainian


## 0.4.1
Minor update

### Features & Fixes

- Official snap support
- Improved error log generation

### Translations

- Updates Arabic
- Updates Simplified Chinese
- Updates Traditional Chinese
- Updates French
- Updates Norwegian Bokmal
- Updates Occitan
- Updates Turkish
- Updates Estonian
- Updates Persian
- Updates Greek
- Updates Dutch
- Updates Russian
- Updates Portuguese
- Updates Brazillian Portuguese


## 0.4.0
Major feature update to extension-manager

### Features & Fixes

- Fully adaptive mobile-friendly user interface
- Paginated search results
- Upgrade Assistant for checking extension compatibility
- Unsupported extensions are hidden by default
- Overhauled error and crash reporting
- Fullscreen image viewer
- Handles new gnome-extensions:// URI scheme
- Randomised extension suggestions
- Performance and stability

### Translations

- Adds Tamil
- Adds Estonian
- Updates Arabic
- Updates French
- Updates Traditional Chinese
- Updates Greek
- Updates Persian
- Updates Spanish
- Update Italian

## 0.3.2
Minor update

Expand Down Expand Up @@ -95,14 +158,14 @@ First feature update to extension-manager

### General
- Support for i18n and translations

### GUI
- Dark Theme
- Allow overriding system theme
- Add new details view for online extensions
- Display screenshots in extension listings
- Show supported shell versions

### Local Management
- Display system and user extensions separately
- Sort alphabetically
Expand Down
2 changes: 1 addition & 1 deletion com.mattjakeman.ExtensionManager.Devel.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"app-id" : "com.mattjakeman.ExtensionManager.Devel",
"runtime" : "org.gnome.Platform",
"runtime-version" : "43",
"runtime-version" : "44",
"sdk" : "org.gnome.Sdk",
"command" : "extension-manager",
"finish-args" : [
Expand Down
18 changes: 18 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,24 @@
</keywords>
<translation type="gettext">extension-manager</translation>
<releases>
<release version="0.4.2" date="2023-06-19">
<description>
<ul>
<li>Translation updates</li>
<li>Upgrade Assistant scroll fix</li>
<li>Pixel perfect app icon</li>
</ul>
</description>
</release>
<release version="0.4.1" date="2023-05-06">
<description>
<ul>
<li>Translation updates</li>
<li>Official snap support</li>
<li>Improved error log generation</li>
</ul>
</description>
</release>
<release version="0.4.0" date="2022-09-26">
<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.4.0',
version: '0.4.2',
meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2',
'c_std=gnu11',
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: extension-manager # you probably want to 'snapcraft register <name>'
base: core22 # the base snap is the execution environment for this snap
version: '0.4.0' # just for humans, typically '1.2+git' or '1.3.2'
version: '0.4.2' # just for humans, typically '1.2+git' or '1.3.2'
summary: A utility for browsing and installing GNOME Shell Extensions. # 79 char long summary
description: |
A native tool for browsing, installing, and managing GNOME Shell Extensions. Written with GTK 4 and libadwaita.
Expand Down
12 changes: 3 additions & 9 deletions src/res/release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<ul>
<li>Fully adaptive mobile-friendly user interface</li>
<li>Paginated search results</li>
<li>Upgrade Assistant for checking extension compatibility</li>
<li>Unsupported extensions are hidden by default</li>
<li>Overhauled error and crash reporting</li>
<li>Full-screen image viewer</li>
<li>Handles new <code>gnome-extensions://</code> URI scheme</li>
<li>Randomised extension suggestions</li>
<li>Performance and stability</li>
<li>Translation updates</li>
<li>Upgrade Assistant scroll fix</li>
<li>Pixel perfect app icon</li>
</ul>