forked from mjakeman/extension-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
99 lines (76 loc) · 2.06 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# NEWS
## 0.3.0
Second feature update to extension-manager
### General
- Add new app icon
### Features
- In-app updates
- Display comments and reviews
- Display extension errors to user
- Handle 'out of date' extensions
- In-app release notes on first run
- Allow installing unsupported extensions
- Option to sort extensions by enabled status
- Add placeholder labels when no extensions are installed
- Focus search entry on first open
### Maintenance
- Added text-engine as a dependency for displaying markup
- Add badges for build, version, license, downloads to readme file
- Use latest meson features
- Run appstream validate test without network
### Translations
- Adds context to various translation strings
- Adds Norwegian Nynorsk
- Adds Indonesian
- Adds Occitan
- Updates Spanish
- Updates Italian
## 0.2.3
Minor update
- Various translation updates
## 0.2.2
Minor update
- Various translation updates
- Fix special characters in search results
## 0.2.1
Hotfix update
- Fixes crash when uninstalling extension
- Makes details-view more robust
## 0.2.0
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
- Global extension toggle
- Link to new details page
### Browsing
- Avoid searching on start-up
- Add progress indicator
- Sort search results
- Handle no results found
### Internal Changes
- Restructure of directory layout
- Use gdbus-codegen for dbus interface
- Selectively update rows rather than recreating model
- Rewrite GUI using Blueprint and MVC pattern
- Use debug output and reduce logging
- Performance and stability
- Enforce shell version compatibility
### Translations:
- German
- Spanish
- Italian
- Japanese
- Dutch
- Polish
- Brazilian Portuguese
## 0.1.0
Initial release of extension-manager