Skip to content

Releases: iptux-src/iptux

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

iptux 0.7.6

28 Dec 16:47
aa4c127
Compare
Choose a tag to compare

0.7.6 (2018-12-29)

  • [#219] fix compatible with FeiQ. thanks to caowai.

iptux 0.8.0-a4

12 Mar 14:31
Compare
Choose a tag to compare
iptux 0.8.0-a4 Pre-release
Pre-release
  • merge Dialog Menu and MainWindow Menu
  • fix #144 : crash on drag text
  • fix #356: crash on send file twice

iptux 0.8.0-a3

07 Mar 15:43
0e0bd08
Compare
Choose a tag to compare
iptux 0.8.0-a3 Pre-release
Pre-release
  • fix bug: trans window can't open twice
  • feature: add icon for mac