This is v1.18.0 Release Candidate 2.
Key changes:
- Fixed some memory leaks.
- Fixed a use-after-free (potential crashing) bug when closing qTox while in an audio/video call.
- Preliminary Android 7 support. The UI doesn't work well on Android at all. Contributions welcome.
- Removed ASCII versions of smiley packs. Feedback on the need for these or similar features is welcome.
Please check if there are issues that aren't planned for the v1.18.0 milestone that you think should be in it, and let us know if so.
As always, please report any issues you find with this pre-release.
What's Changed
- chore: Add modern interactive issue template. by @iphydf in #169
- fix: Typo fix unavaliable -> unavailable. by @iphydf in #176
- chore: Make About -> File bug link use the new form-based bug report. by @iphydf in #181
- docs: Translations update from Hosted Weblate by @iphydf in #177
- chore: Add a debug build for Android APK. by @iphydf in #182
- docs: Translations update from Hosted Weblate by @weblate in #168
- chore: Set min sdk version to 24 (Android 7). by @iphydf in #173
- chore: Don't build Qt stuff in bazel cross-compile builds. by @iphydf in #184
- cleanup: Another typo fix, avaliable -> available. by @iphydf in #178
- cleanup: Use tox core "length" functions instead of constants. by @iphydf in #174
- docs: Add TokTok/qTox adoption to the about form. by @iphydf in #190
- cleanup: Remove most of the leftovers from toxext. by @iphydf in #186
- cleanup: Remove now unused DESKTOP_NOTIFICATIONS from cmake preset. by @iphydf in #189
- chore: Point weblate config at the new hosted weblate project. by @iphydf in #183
- fix: Fix use-after-free when closing qTox during a call. by @iphydf in #192
- cleanup: Avoid logging QString as format. by @iphydf in #122
- cleanup: Prefix multi-line log messages with the same timestamp. by @iphydf in #199
- cleanup: Some random warning cleanups and some typo fixes. by @iphydf in #198
- test: Make the invalid proxy test less flaky. by @iphydf in #197
- chore: Use
mkstamp
macro to get git version from bazel build. by @iphydf in #202 - chore: Enable rtti in all builds. by @iphydf in #204
- fix: Fix two memory leaks. by @iphydf in #205
- fix: cmake file dependencies by @Monsterovich in #206
- docs: Translations update from Hosted Weblate by @weblate in #203
- cleanup: Use consistent nomenclature for "macOS". by @iphydf in #212
- docs: Translations update from Hosted Weblate by @weblate in #216
- cleanup: Stop loading smileypack in a separate thread. by @iphydf in #215
- chore: Add arm64 macOS user build. by @iphydf in #211
- cleanup: Sort Qt resource files by filename. by @iphydf in #214
- chore: Add UBSAN option for cmake. by @iphydf in #193
- chore: Reduce default number of PR CI builds. by @iphydf in #221
- chore: Don't run non-deploy jobs on push (only PR). by @iphydf in #223
- cleanup: Reduce repetition in Android build workflow. by @iphydf in #222
- chore: Fix nightly apk upload. by @iphydf in #224
- chore: Add armeabi-v7a build. by @iphydf in #219
- chore: Use qt_binary instead of cc_binary for qtox. by @iphydf in #201
- feat: Add caps-lock indicator in password edit on macOS. by @iphydf in #213
- chore: Add ccache to most builds. by @iphydf in #225
- cleanup: Use consistent nomenclature for "full screen". by @iphydf in #210
- test: Re-enable tests on windows. by @iphydf in #154
- chore: Add fully static qtox build. by @iphydf in #227
- cleanup: Avoid double spaces in logging. by @iphydf in #226
- chore: Build windows outputs into arch-specific build dirs. by @iphydf in #228
- refactor: Remove the need for
<filesystem>
in logging. by @iphydf in #229 - fix: Show actual smileys in the smileypack selector. by @iphydf in #231
- cleanup: Remove duplicate definition of DECLARE_SIGNAL. by @iphydf in #235
- cleanup: Remove ASCII versions of smiley packs. by @iphydf in #233
- fix: Use the last
/src/
to find the source root. by @iphydf in #237 - chore: Don't imgbot-optimise SVGs. by @iphydf in #241
- docs: Add some more context to the "filing an issue" section. by @iphydf in #242
- chore: Fix ccache cache sharing. by @iphydf in #243
- docs: Translations update from Hosted Weblate by @weblate in #244
- perf: Delay debug log loading to show time. by @iphydf in #238
- chore: Don't build Debug builds on release tag pushes. by @iphydf in #245
New Contributors
- @Monsterovich made their first contribution in #206
Full Changelog: v1.17.90...v1.18.0-rc.2