uTox Changelog

What's new in uTox 0.17.0 Alpha

Sep 23, 2019
  • Features:
  • Toxcore 0.2.x. support!
  • Settings are now stored in a human-readable .ini file.
  • We now support Tox URIs.
  • Dropdowns now stay open after being clicked.
  • You can now get a QR code representing your ToxID.
  • Estonian language support
  • Fixes:
  • The zenburn colour scheme now works.
  • Calls are now added to the chatlogs.
  • Saving inline images now works to paths with non-ascii characters.
  • GTK should work on more platforms now.
  • Exporting chatlogs on macOS doesn't crash anymore.
  • File transfers are now supported on macOS.
  • The force proxy setting is now saved.
  • The tray icon should maybe now probably work on most (maybe) Linux systems.
  • Lots of UI fixes involving the bounding boxes of things.
  • We now handle signals on Linux systems.
  • Filter audio can now be enabled again.
  • The Windows tray icon will be reloaded if Windows explorer crashes.
  • You no longer end up with invalid fps data when loading an older save.
  • Datetime format is now saved.
  • Non-ASCII should work better now.
  • Tooltips will now always be drawn within the window boundaries.
  • Development:
  • You can now set the library locations with CMAKE_PREFIX_PATH.

New in uTox 0.16.1 Alpha (Aug 29, 2017)

  • Hotfix release fixing issue where audio and video I/O dropdowns broke every time an action restarting Toxcore was performed.

New in uTox 0.9.8 Alpha (Jan 24, 2017)

  • Closed issues:
  • Cross traffic between chat threads #401

New in uTox 0.9.7 Alpha (Jul 28, 2016)

  • Implemented enhancements:
  • /tools/logs_to_plaintext.c needs to be updated #309
  • Fixed bugs:
  • Windows XP version error ("RegDeleteKeyValueW" and ADVAPI32.dll) #349
  • /tools/logs_to_plaintext.c needs to be updated #309
  • Closed issues:
  • properly handle non-multidevice nodes #371
  • Segmentation fault when create text group chat (multidevice) #370
  • Noise cancellation #363
  • Antox closes when sending file with UTOX. #361
  • Instant crash on start (windows) #343
  • uTox (v0.8.2 - 0.9.1) automatically exit under Win10 #341
  • Merged pull requests:
  • Added settings for group chats #378 (endoffile78)
  • Update cygwin-compile.sh #374 (endoffile78)
  • Add files created by editors to .gitignore #369 (endoffile78)
  • ui.c new button for chat log export #367 (utoxxer)
  • Chat log export button #366 (utoxxer)
  • Update fr.h #365 (pthevenet)
  • Re-introduced audio filtering #364 (Encrypt)
  • Update German translation #360 (sfan5)
  • version typo fix #345 (felix-salfelder)

New in uTox 0.9.4 Alpha (May 25, 2016)

  • just contains a few fixes for OS X that didn't make it in time for 0.9, and a fix for uTox writing logs even when logging was disabled in the settings.
  • Having re-re-re fixed a few minor issues, v0.9 is the first to get a 4th patch

New in uTox 0.8.1 Alpha (May 3, 2016)

  • NOTABLE CHANGES:
  • Message Queuing
  • Miniaturized Contact list
  • Group Chat Upgrades:
  • Static colorized nick names
  • Re-added the ablity to create a group chat

New in uTox 0.8.0 Alpha (Apr 21, 2016)

  • Finished the refactor on messages.c. This includes the addition of many new messages types... including day changes.

New in uTox 0.7.0 Alpha (Mar 21, 2016)

  • Notable Changes:
  • Friends Setting page
  • messages.c refactor
  • More A/V bug fixes
  • more general bug fixes
  • This release is an important milestone for µTox, as a lot of code was changed out to make it a lot more maintainable and easy to fix/update. With these changes, anyone wanting to edit the code should have a much easier time opening a pull request (I hope?). Currently incomplete, but with a lot of progress made is the message.c refactor that's been pending for a long time. That plus some various bug fixes will hopefully make this the most stable release in a while.
  • On the GUI side, there's now a friends settings page. Currently a bit spartan, there's a new very requested feature: Auto accept for file transfers. Right click on any friend to try it out. Now's your chance to request more features to be added!

New in uTox 0.5.0 Alpha (Jan 13, 2016)

  • New and improved UI
  • Group chats are now created with a right mouse click on the contact list/sidebar
  • ToxAV auto bitrate adjustments
  • Profile encryption
  • Groups now notify
  • The Makefile now works in cygwin as well as in unix
  • Travis auto build is now build into PRs on Github
  • Tray Icon for some DE systrays
  • GTK is still dynamically loaded, but is now using version 3
  • Misc bugfixes