Skip to content

Commit

Permalink
release: release 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rasmus Thomsen committed Feb 21, 2019
1 parent 6dddd2b commit 77ac42d
Show file tree
Hide file tree
Showing 5 changed files with 22 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.2"
version = "0.5.3"
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
14 changes: 14 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## Changes in v0.5.3

### Feature changes

- (main_win): ask user if unsaved changes should be save upon closing
- (main): use human_panic for better panic output

### Bugfixes

- (main_win): prefix params with an underscore in plugin_started
- (build): set plugin_dir to '/usr/local/lib/gxi/plugins' by default
- (main_win): set title for ask_save_dialog
- (edit_view): fix line numbers upon scrolling

## Changes in v0.5.2

### 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.3" date="2019-02-21">
<description>
<p> Ask user if changes should be saved upon closing. Also makes panics more readable.</p>
</description>
</release>
<release version="0.5.2" date="2019-02-18">
<description>
<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.2',
version: '0.5.3',
license: 'MIT',
)

Expand Down

0 comments on commit 77ac42d

Please sign in to comment.