Skip to content

Commit

Permalink
release: release 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Cogitri committed Mar 18, 2019
1 parent b2e7004 commit 99dc3ed
Show file tree
Hide file tree
Showing 5 changed files with 28 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.5.4"
version = "0.5.5"
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
20 changes: 20 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## Changes in v0.5.5

### Feature changes

- (main_win): switch to respective EditView upon asking if it should be saved
- (main_win): use different Dialog style for ask_save_dialog
- (theme): use darker version of ThemeSettings::background for right hand margin
- (edit_view|pref_{storage,view}): implement right hand margin

### Bugfixes

- (i18n): update translations
- (po): add nb_NO to LINGUAS
- (main_win): fix pressing the cancel button on the ask_save_dialog
- (prefs_win): redraw EditView's edit_area when changing right hand margin
- (edit_view): center linecount's font
- (edit_view): instead of a different color for linecount add more padding
- (edit_view): only queue linecount draw if actually necessary
- (pref_storage): return config_dir as String in Config::new()

## Changes in v0.5.4

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

<releases>
<release version="0.5.5" date="2019-03-18">
<description>
<p>This release adds an option for creating a right hand margin, uses a different save dialog and fixes pressing 'Cancel' on thesave dialog.</p>
</description>
</release>
<release version="0.5.4" date="2019-03-09">
<description>
<p>This release made the linecount nicer (as in more visible/readable). gxi also offers a Norwegian Bokmål translation.</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.5.4',
version: '0.5.5',
license: 'MIT',
)

Expand Down

0 comments on commit 99dc3ed

Please sign in to comment.