Skip to content

Commit

Permalink
release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lidaobing committed May 10, 2024
1 parent 05abc7e commit 251aa1e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Version 0.9.0
~~~~~~~~~~~~~
Released: 2024-05-09

Features:
* [#524] add more sort methods and view methods.
* [#517] add system tray icon / appindicator.
* [#559] support change port in the Preferences dialog.

Bugfixes:
* [#536]: don't show headerbar and menu at the same time; support headerbar
for peer/group dialog

Translation:
* Spanish translation. Thanks to gallegonovato.

Version 0.8.5
~~~~~~~~~~~~~
Released: 2024-04-14
Expand Down
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
project('iptux', 'cpp',
license: 'GPL2+',
version: '0.8.5',
version: '0.9.0',
default_options: ['warning_level=3', 'cpp_std=c++14'])
add_global_arguments('-Werror=format', language : 'cpp')
so_version = '0.8.5'
so_version = '0.9.0'
subdir('src')
subdir('share')
subdir('po')
Expand Down

0 comments on commit 251aa1e

Please sign in to comment.