This release fixes an issue with the updater not installing updates correctly.
This update also fixes some problems with portable mode,
which could affect where the updater downloaded files.
#### Bug Fixes
* **settings:** Look for portable setting in module path, not CWD ([95634f1c](https://github.com/tux3/qTox/commit/95634f1cfebdec0aadd71077175d8258a4e89d67))
* **updater:** Use module path, not working dir ([0f1c8a78](https://github.com/tux3/qTox/commit/0f1c8a783beb9d09f3af01b68a2054379e16b1dd))
* **file transfer widget:** QPushButton allows image to overflow ([32d588a4](https://github.com/tux3/qTox/commit/32d588a499a76a37340e930e17cb096ec4c27f24), closes [#3042](https://github.com/tux3/qTox/issues/3042))
* **genericchatitemwidget, micfeedbackwidget:** Added members init in the constructor ([27faec91](https://github.com/tux3/qTox/commit/27faec918a023c5bba4b6ee67854438507220b35))
* **groupaudio:**
* don't set button to green while call running ([6d355154](https://github.com/tux3/qTox/commit/6d3551548b2568d5587992be1ecb3b559dd827f5))
* don't play audio while call is inactive ([5339ad97](https://github.com/tux3/qTox/commit/5339ad978bd2f962e0799e48452ac2549edf8bc7))
* avoid deadlock when ending groupcall ([afcd146a](https://github.com/tux3/qTox/commit/afcd146a5bd78d10083a5bf3eb009face24f02b6))
* **groupinviteform:**
* make list of groups scrollable ([b74ecd92](https://github.com/tux3/qTox/commit/b74ecd92d2f925ff5defee1a4ca0cd50ecf6a2e6))
* remove deleted buttons from set ([f137ba71](https://github.com/tux3/qTox/commit/f137ba710cc823e920adf2976ee1061f5a61f9aa))
* **l18n:** make typing notification & groupchat name translatable ([43e61041](https://github.com/tux3/qTox/commit/43e610415a094a649160bdfab1c571a8fc6fee1f))
* **login screen:** Change text on login tooltip ([4e065f13](https://github.com/tux3/qTox/commit/4e065f1395b8feb35431c7736e531b6a0a6fee45))
* **main:** Added check sodium_init result ([64a19d34](https://github.com/tux3/qTox/commit/64a19d34192e2ca9f864b1ccc3a320fb90bc780b))
* **profile:** Don't require .ini to load profile ([56a36e2e](https://github.com/tux3/qTox/commit/56a36e2e0a1023a77f0b047a7273295a35aa1833))
* **screenshot:** incorrect screenshot capture resolution under HiDPI ([a36248b5](https://github.com/tux3/qTox/commit/a36248b5013c41c332df3bc13cac428bb0d3b18e))
* **systemtrayicon:** only delete the systray backend that was used ([1d6f32c9](https://github.com/tux3/qTox/commit/1d6f32c9f9e481dc2fed445bb96ea2666f6d69d8))
* **title:** Change title on initial startup on "Add friend" ([47d94045](https://github.com/tux3/qTox/commit/47d940455d35e4b0f76081a8877a881ebf843c86), closes [#3100](https://github.com/tux3/qTox/issues/3100))
* **toxme:**
* Delete extra check ([d1b706a4](https://github.com/tux3/qTox/commit/d1b706a4b3926fc3bd1f7af115358cf171080021))
* install icons with make install on unix ([218228b6](https://github.com/tux3/qTox/commit/218228b696367e688537a04afeb62055037afdc3))
* disable building with filter_audio by default ([116cc936](https://github.com/tux3/qTox/commit/116cc9366cd45eaff7262b92a8eb4d0fdbede096))
* **audio:** add (repair) support for group audio calls ([356543ca](https://github.com/tux3/qTox/commit/356543ca3ba9d084e9739bcd7b37c4597a245d1d))
* **chatform:** add support for non-local file and samba share links ([47764c03](https://github.com/tux3/qTox/commit/47764c0397a51da2662021a781cefe29af46bf25))
* **profileform:** Added ability to change toxme server ([41c5d4bf](https://github.com/tux3/qTox/commit/41c5d4bf14986348f04f9e60f538e79c1edc4a04))
* **toxme:**
* Add save toxme info ([204fe1d3](https://github.com/tux3/qTox/commit/204fe1d3dec00c0f4408f8a98c100377759f1218))