Skip to content

Commit

Permalink
release: relase 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cogitri committed Jun 3, 2019
1 parent 1d0f0a3 commit bb377b7
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## Changes in v0.8.1

### Feature changes

- (gxi): set gxi's icon as window icon
- (gxi): add option to launch new instance

### Bugfixes

- (gxi): set gettext domain for glade files
- (i18n): update lang (Dutch)

## Changes in v0.8.0

### Feature changes
Expand Down
16 changes: 16 additions & 0 deletions data/com.github.Cogitri.gxi.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,22 @@
</provides>

<releases>
<release version="0.8.1" date="2019-06-03">
<p>
Please not that this is the last relase of gxi which will use xi-editor backed
into gxi as a static lib. 0.9.0 will switch to using the global xi-core instance! :)
</p>
<p>Feature changes in this release:</p>
<ul>
<li>(gxi): set gxi's icon as window icon</li>
<li>(gxi): add option to launch new instance</li>
</ul>
<p>Bugfixes in this release</p>
<ul>
<li>(gxi): set gettext domain for glade files</li>
<li>(i18n): update lang (Dutch)</li>
</ul>
</release>
<release version="0.8.0" date="2019-05-29">
<p>
Please note that this release switches everything to the GSettings config backend!
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'gxi', 'rust',
version: '0.8.0',
version: '0.8.1',
license: 'MIT',
)

Expand Down

0 comments on commit bb377b7

Please sign in to comment.