Skip to content

Commit

Permalink
release: release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cogitri committed May 9, 2019
1 parent e476498 commit be95ba9
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gxi"
version = "0.6.2"
version = "0.7.0"
authors = ["Rasmus Thomsen <[email protected]>", "Brian Vincent <[email protected]>"]
homepage = "https://github.com/Cogitri/gxi"
description = "GTK frontend, written in Rust, for the xi editor"
Expand Down
23 changes: 23 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## Changes in v0.7.0

### Feature changes

- (edit_view): keybind Shift+Tab to outdent
- (edit_view): keybind Escape to stopping the current search
- (edit_view): keybind Ctrl+Backspace to delete_word_backward
- (main_win): open in existing tab if there's an empty tab
- (po): Add zh_Hans and zh-Hant to LINGUAS file
- (po): add zh_Hans to LINGUAS
- (po): add zh-Hant to LINGUAS
- (edit_view|prefs_win): support setting a custom tab size

### Bugfixes

- (ui): remove startup_id property of ApplicationWindow
- (edit_view): measure FontMetrics in en-US locale
- (edit_view): use IMContextSimple to fix inserting dead/non latin characters
- (i18n): update lang (Chinese (Traditional))
- (i18n): update lang (Chinese (Traditional))
- (i18n): update lang (Portuguese (Brazil))
- (i18n): update lang (Norwegian Bokmål)

## Changes in v0.6.2

### Feature changes
Expand Down
25 changes: 25 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,31 @@
</provides>

<releases>
<release version="0.7.0" date="2019-05-09">
<description>
<p>Changes in this release:</p>
<ul>
<li>(edit_view): keybind Shift+Tab to outdent</li>
<li>(edit_view): keybind Escape to stopping the current search</li>
<li>(edit_view): keybind Ctrl+Backspace to delete_word_backward</li>
<li>(main_win): open in existing tab if there's an empty tab</li>
<li>(po): Add zh_Hans and zh-Hant to LINGUAS file</li>
<li>(po): add zh_Hans to LINGUAS</li>
<li>(po): add zh-Hant to LINGUAS</li>
<li>(edit_view|prefs_win): support setting a custom tab size</li>
</ul>
<p>Bugfixes in this relase:</p>
<ul>
<li>(ui): remove startup_id property of ApplicationWindow</li>
<li>(edit_view): measure FontMetrics in en-US locale</li>
<li>(edit_view): use IMContextSimple to fix inserting dead/non latin characters</li>
<li>(i18n): update lang (Chinese (Traditional))</li>
<li>(i18n): update lang (Chinese (Traditional))</li>
<li>(i18n): update lang (Portuguese (Brazil))</li>
<li>(i18n): update lang (Norwegian Bokmål)</li>
</ul>
</description>
</release>
<release version="0.6.2" date="2019-03-31">
<description>
<p>Bugfix release to fix build on flathub and trace log app_id on startup</p>
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.6.2',
version: '0.7.0',
license: 'MIT',
)

Expand Down

0 comments on commit be95ba9

Please sign in to comment.