Skip to content

Commit

Permalink
release: release 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Cogitri committed Mar 9, 2019
1 parent 4530081 commit 6e39e1d
Show file tree
Hide file tree
Showing 5 changed files with 37 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.3"
version = "0.5.4"
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
29 changes: 29 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
## Changes in v0.5.4

### Feature changes

- (i18n): create nb_NO translation
- (edit_view): open/close find&replace dialog upon triggering action again
- (about_win): display icon and translator credit
- (edit_view): make linecount more consistent

### Bugfixes

- (appdata): fix typo in 0.5.0 changelog
- (*): use ellipsis (…) instead of three dots (...)
- (i18n): update lang Norwegian Bokmål
- (i18n): update lang Portuguese (Brazil)
- (edit_view): linecount is its own widget; don't include it in x/y -> cell calculations
- (edit_view): don't try to add Searchbar to two boxes
- (i18n): update translations
- (edit_view): fix drawing spaces after tabs
- (edit_view): fix horizotal scrollbar width on empty document
- (edit_view): fix linecount placement upon opening search/replace
- (edit_view): intialize EditView with font set by Config
- (edit_view): fix font size calculation on font changed
- (prefs_win): Remove unsupported properties
- (data): resize icons to 128x128
- (build): remove rust-target option
- (edit_view): redraw upon font changes
- (edit_view): fix width of linecount for numbers >=100

## Changes in v0.5.3

### 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.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>
</description>
</release>
<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>
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.3',
version: '0.5.4',
license: 'MIT',
)

Expand Down

0 comments on commit 6e39e1d

Please sign in to comment.