Release Notes
Release candidate 2. RC1 didn't have binaries because the CI scripts.
Features
- Add a weblate link to the settings. @iphydf (#363)
- Add a tooltip and WhatsThis for the password field. @iphydf (#347)
- Translate all of qTox to Pirate English. @iphydf (#354)
- Fully translate every supported language. @iphydf (#343)
- Better integration with system dark modes. @iphydf (#261)
Performance improvements
Bug Fixes
Documentation
Maintenance (Grunt tasks)
- Release v1.18.1-rc.2 @iphydf (#367)
- Fix releaser to support checking the current latest release. @iphydf (#368)
- Fetch all history in deploy jobs. @iphydf (#366)
- Release v1.18.1-rc.1 @iphydf (#361)
- Post warning message when we should release soon. @iphydf (#358)
- Hide debug info behind a --debug flag in validate_pr. @iphydf (#362)
- Fix version.cpp generation in bazel build. @iphydf (#365)
- Cache flatpak's ccache separately (and upgrade to KDE 6.8). @iphydf (#360)
- Fixes to the releaser script. @iphydf (#359)
- Only run the release asset verification script once a day. @iphydf (#357)
- Some more fixes to the releaser script. @iphydf (#344)
Maintenance (Code cleanup)
- Remove any double spaces in translation files. @iphydf (#351)
- Fix Lojban translation a bit. @iphydf (#349)
- Add translatorcomment to automated translations. @iphydf (#350)
- Use
true
/false
instead of0
/1
for boolean literals. @iphydf (#91) - Rename all .css files to .qss. @iphydf (#120)
- Use emplace_back instead of push_back. @iphydf (#90)
- Remove unnecessary space at the end of a warning message. @iphydf (#345)