Skip to content

0.8.0

Compare
Choose a tag to compare
@lidaobing lidaobing released this 11 Apr 06:51
· 196 commits to master since this release

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.