Skip to content

Commit

Permalink
chore: release 0.2
Browse files Browse the repository at this point in the history
New version and a brand new gnvim is here! Rewritten from the ground up
for gtk4, and now has:

* More complete and correct implementation of the ui api
* Custom rpc client
* Better code structure for easier development
* Updated UI
* Feature wise all the features are here.
* Rendering artefacts are now fixed, and the rendering performance should be
  better or at least on bar compared to the previous version.
  • Loading branch information
vhakulinen committed Nov 29, 2022
1 parent 8429c2b commit 72a8ea8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 ui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gnvim"
version = "0.1.0"
version = "0.2.0"
authors = ["Ville Hakulinen <ville.hakulinen@gmail.com>"]
edition = "2021"

Expand Down

0 comments on commit 72a8ea8

Please sign in to comment.