Skip to content

Releases: iptux-src/iptux

v0.9.4

17 Feb 22:07
517ecda
Compare
Choose a tag to compare

Features:

  • [#667] Add insert image for the popup menu of the chat input area.
  • [#664, #666] port snapcraft from core20 to core24.
  • [#665] introduce soversion for iptux-core library.
  • [#657] improve log
  • [#625] support flatpak
  • [#642] add a new option to hide taskbar when main window iconified.

Bugfixes:

  • [#658] after close dialog and reopen, the image no longer exists.
  • [#656] fix iptux stackoverflow when receiving directory.
  • [#645] check exist preference dialog before open a new one.
  • [#628] fix wrap mode of chat dialog.
  • [#614] no extra \U0001 when sending image.

v0.9.3

23 Jun 02:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.3

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.