Releases: iptux-src/iptux
Releases · iptux-src/iptux
v0.9.3
What's Changed
- #581: fix compile failed in debian armhf by @lidaobing in #584
- add keywords to appstream & desktop by @lidaobing in #586
- remove EventAdaptor by @lidaobing in #587
- support paste image by @lidaobing in #593
- #594: Save Image by @lidaobing in #595
- 598 sanitizr address by @lidaobing in #599
- #596: support copy image by @lidaobing in #601
- Translations update from Hosted Weblate by @weblate in #602
- #605: Ctrl-V should not paste text twice by @lidaobing in #606
- #604: cop/save image not work under Linux by @lidaobing in #607
Full Changelog: v0.9.1...v0.9.3
v0.9.1
What's Changed
- Translations update from Hosted Weblate by @weblate in #576
- use g_app_info_launch_default_for_uri for open url/path by @lidaobing in #578
- add UT for Ubuntu 22.04 by @lidaobing in #510
- Translations update from Hosted Weblate by @weblate in #579
Full Changelog: v0.9.0...v0.9.1
v0.9.0
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
What's Changed
- fix typo by @lidaobing in #518
- Update .gitignore by @lidaobing in #519
- Translations update from Hosted Weblate by @weblate in #508
- fix issue520: when resize the group chat window, user icon will be hi… by @lidaobing in #522
- remove ubuntu 18.04 by @lidaobing in #523
- add ua translation by @lidaobing in #525
- use meson setup by @lidaobing in #526
- try snap core20 by @lidaobing in #527
- Translations update from Hosted Weblate by @weblate in #528
- #531 : reuse old style signal handler by @lidaobing in #532
- Issue 533: demangle symbol when show stacktrace by @lidaobing in #534
- Translations update from Hosted Weblate by @weblate in #535
- #536: don't show headerbar and traditional menu at the same time; support headerbar for peer/group dialog by @lidaobing in #537
Full Changelog: v0.8.4...v0.8.5
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.