Skip to content

Commit

Permalink
Bump version to 0.8 and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Lentz committed Aug 11, 2022
1 parent 0b34f17 commit 5d3d3f1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.8
* New build-time dependency: Meson
* New build-time dependency: scdoc
* Preliminary i18n support via gettext. No translations are available yet, but
contributions are welcome!
* Dark theme support via config file option
* Customizable time/date format via config file option
* Customizable window dimensions via config file options
* New iwgtk(5) man page to document the config file
* Fix memory leak

## 0.7
* New dependency: libqrencode
* New Provision menu with initial Easy Connect (DPP) support
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'iwgtk',
'c',
version: '0.7',
version: '0.8',
license: 'GPL-3.0-or-later',
meson_version: '>=0.60.0'
)
Expand Down

0 comments on commit 5d3d3f1

Please sign in to comment.