Skip to content

Releases: iptux-src/iptux

v0.9.1

13 May 05:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

10 May 04:09
Compare
Choose a tag to compare

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.

v0.8.5

14 Apr 20:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.4...v0.8.5

v0.8.4

16 Jun 13:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.3...v0.8.4

v0.8.3

07 Oct 10:21
Compare
Choose a tag to compare

[#476] open chat when clicking the new message notification (only works under Linux).

v0.8.2

21 Jun 15:29
Compare
Choose a tag to compare
  • [#473] iconify main window when delete.
  • Translation updated:
    • Norwegian Bokmål - Thanks to Allan Nordhøy
    • German, French, Italy - Thanks to J. Lavoie

v0.8.1

03 May 16:11
f98bf99
Compare
Choose a tag to compare
  • [#442] fix unittest fail under 32-bit system.
  • [#439] try to fix compile problem under Hurd.
  • [#447] fix bug: use defined icon no longer works.
  • [#422] fix bug: request shared resource no longer works.
  • [#441] use GtkHeaderBar under Linux.
  • [#462] when recv file, if file exist, save to foo (1).ext (was 1_foo.ext).
  • Translation updated

0.8.0

11 Apr 06:51
Compare
Choose a tag to compare

Features

  • migrate to GTK+3, and use GtkApplication.
  • switch from GtkStatusIcon to GNotification.
    • for macOS, we use terminal-notifier.
  • split non-UI part to libiptux-core, now you can write a bot for iptux, check examples.
  • add a config option bind_ip to specify binding ip.
  • add icon for macOS.
  • switch from cmake to meson.

Bugs

  • [#114] fix icon size.
  • [#119] check the return code of setsockopt.
  • [#125] fix crash on UdpData::SomeoneSendmsg.
  • [#140] fix crash on TransWindow::TerminateTransTask.
  • [#132] fix file accepted when cancel the directory chooser dialog.
  • [#154] fix sound system.
  • [#52] fix bind problem.
  • [#144] crash on drag text.

0.8.0-b2

09 Apr 15:35
Compare
Choose a tag to compare
0.8.0-b2 Pre-release
Pre-release
v0.8.0-b2

release 0.8.0-b2

v0.8.0-b1

17 Mar 12:30
69ef2f7
Compare
Choose a tag to compare
v0.8.0-b1 Pre-release
Pre-release
  • Open Log from the menu
  • Auto open file-received-dialog
  • fix some bugs