Releases: iptux-src/iptux
Releases · iptux-src/iptux
v0.8.4
What's Changed
- #481: chatbox should has memory by @lidaobing in #483
- #482: add what's new in the menu by @lidaobing in #484
- #485 close window by @lidaobing in #486
- #513 show quit and preference when no appmenu by @lidaobing in #514
- Translations update from Weblate by @weblate in #488
- Translations update from Weblate by @weblate in #489
- Remove incorrect argument for i18n.merge_file by @r-value in #492
- refactor Udpdata by @lidaobing in #493
- remove UiProgramData by @lidaobing in #494
- Fix dependency of libiptux_test by @r-value in #495
- Preference align by @lidaobing in #497
- Translations update from Hosted Weblate by @weblate in #499
New Contributors
Full Changelog: v0.8.3...v0.8.4
v0.8.3
v0.8.2
v0.8.1
- [#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
(was1_foo.ext
). - Translation updated
- Simplified Chinese
- Russian - Thanks to @KovalevArtem
0.8.0
Features
- migrate to GTK+3, and use
GtkApplication
. - switch from
GtkStatusIcon
toGNotification
.- for macOS, we use
terminal-notifier
.
- for macOS, we use
- 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
tomeson
.
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
v0.8.0-b1
iptux 0.7.6
0.7.6 (2018-12-29)
- [#219] fix compatible with FeiQ. thanks to caowai.
iptux 0.8.0-a4
iptux 0.8.0-a3
- fix bug: trans window can't open twice
- feature: add icon for mac