58 KiB
v1.7.0 (2016-12-25)
Breaking Changes
- database: use own public key as salt to encrypt the database (c4b9d302)
Features
- Added Kiss smiley shortcut for Universe and emojione (059bb9a3)
- UI:
- make font in message input field use font settings (c14cbdf4)
- add
My
to text labels on Profile page (785e546e) - make information text in settings selectable (e9778e81)
- make it possible to select text of the received friend request (06606958)
- Add 'Copy link' context menu item (a7de2680, closes #927)
- make link to filled issue template on About page visible (feaedeed)
- add accessibility labels to all remaining .ui files (25e9d3c4)
- add accessibility labels to the add friend page (8854589b)
- add accessibility labels to the Profile page (949e3cb8)
- add some accessibility labels to login pages (953fe241)
- rename
Toxme register
→Register on ToxMe
(2433fa9d)
- database:
- l10n:
- add Korean translation (6e040b8e, 5267b195)
- add Pirate translation (93feae0c, c75f0b74)
- add Swahili translation (f28e136e, 8b671323)
- update Arabic translation from Weblate (1969084b, b0d03622)
- update Belarusian translation from Weblate (10b09036, 899d74f1, a3c876c1, b8aef1dc, bb445a8e, fa550a12)
- update Bulgarian translation from Weblate (595657c2, 88049cc2)
- update Chinese translation from Weblate (0f5b2151, 3a656bb3, b4c740b1, db990ac7, dd4673cf)
- update Czech translation from Weblate (7c5eaeae, b12b1cdc)
- update Esperanto translation from Weblate (1e39d944)
- update Estonian translation from Weblate (e6bb215a)
- update French translation from Weblate (2519594a, cca4038f)
- update German translation from Weblate (03197e5c, 9125060d)
- update Hungarian translation from Weblate (8cb357fd, b0a564da, cdb47dce, ff69b61f)
- update Italian translation (6a520c9c, ed472001)
- update Lithuanian translation from Weblate (7d7a1845)
- update Polish translation (5ed1048e)
- update Portuguese translation from Weblate (26ff01ba)
- update Russian translation from Weblate (15638d0c, 16accc74, 2fa4073d, eb15b157)
- update Slovak translation from Weblate (051672af, cc6efe93)
Bug Fixes
- add missing Q_OBJECT macro to the PasswordEdit class (f5011cdb)
- Fixed compact layout (f870bf19)
- remove unnecessary variable when checking whether save is a TES (231e1d74)
- Status reflection for friend calls (917812da)
- dataToString correctness regression (a4bda265)
- UI:
- core: don't emit idSet signal twice (355fb2ae)
- l10n: fix wrongly positioned
%
in translations (e831ba94) - videoButton: Added disabling button while call is active (eff27f69)
v1.6.0 (2016-11-13)
Bug Fixes
- Fixed crash on profile import (a130a60e)
- hide option to
Load automatically
for encrypted profiles (b5efc2bb) - use
qAbs()
instead ofabs()
for better platform compatibility (79c249be, closes #3613) - UI:
- audio:
- avform:
- build:
- chatform: remove std::dynamic_pointer_cast in favor of static cast (775b6a32, closes #3801)
- chatlog: silence warning about unused parameters (8ff0d28a)
- i18n:
- l10n: correct ru translation (5c901d0e)
- rawdatabase: Added anonymizing SQL query in logs (85ee69f0)
- settings:
- Changed grid layout on form layout (9fd0dd79)
- Properly update taskbar on disconnect (6e165ceb)
- Change test sound button to checkbox (22b89bea, closes #3800)
- Play test sound when user enables test sound (9b46cf64, closes #3735)
- correct empty listbox audio device (84a95700)
- Use old settings instead of default values (6f0431ae)
- correct default value of dateformat (e794acbc)
- Fixed group to load makeToxPortable setting (a3c201d3)
- Added loader for old settings (740d91b6)
- const getters (e2f9d2cf)
- settingsform: Fix layout spacing (f1975231)
- text: Change idealSize calculation (c8512fa9)
- timeformat:
- ui: prevent text style from being reset during retranslation (28c29157, closes #3805)
- uiform: Added format constraints (13baf932)
- video: fix scaling issues under HiDPI displays with desktop video (ef157ca8)
- videomode: Added ability to store negative coordinates (26a27cf3)
- widget:
Features
- bump font size from undersized (2d472004)
- autoAnswer: add auto answer feature (7fe8a86c)
- avform:
- dateformat: Edit the date format string (b3083250)
- l10n:
- add Slovak translation from Weblate (ad176260, 52ae7093)
- update Arabic translation from Weblate (7d704e8d)
- update Belarusian translation from Weblate (0842b50b, 226f4eaf, 4296d377, 60af778f, d898e7d4)
- update Chinese translation from Weblate (11b19e42, 3539e840, 4f20d032, 5f087194)
- update Czech translation from Weblate (037f2da8, 3c8b8d63, 6b4fe28c, a6d94e8f)
- update Danish translation from Weblate (ab312318)
- update Dutch translation from Weblate (2b3eaa1b, 2c5a38cc)
- update Estonian translation from Weblate (018a88df, bed51e88, d8a525ac, e0c71216, ee2b93ae, f6aa3085)
- update French translation from Weblate (55d1fbeb, a24a6df5, f5371032)
- update German translation from Weblate (00fa4d3b, 0a37f7ea, 1cb65ce4, 7942206b, 79a847f1, a2e559d7)
- update Greek translation from Weblate (ba2d62fe)
- update Hungarian translation from Weblate (0e47ecda, 16b32e3b, 16e4198b)
- update Japanese translation from Weblate (f733f475)
- update Lithuanian translation from Weblate (25e86e54, 55bb35ac, 7e6e3970)
- update Norwegian (old code) translation from Weblate (548df204)
- update Polish translation (7fc98a9e)
- update Portuguese translation from Weblate (9e39708e)
- update Russian translation from Weblate (0865217d, 628cfd23, dd2a5dad, fb418c64)
- update Slovak translation from Weblate (287e2bcc, dcfbdf8f)
- update Spanish translation from Weblate (8a8859b7)
- translation: add update language Spanish (a7c46fff)
- settings:
- Made
Reconnect
button wider (4a5f89bb) - Export and copy debug log (3c6bd043, closes #2890)
- Moved proxy to personal settings (4dfe3ec2)
- Added privacy block (9499bdd4)
- Deleted settings header (a1041ed1)
- Added reset settings button (9c9f1c11)
- Extracted user interface settings on new tab (fb4aa4c8)
- add notification signals for changed settings values (f00b9008)
- Made
- smileys:
- uiform: Separated time and date format and examples (d909d99b)
v1.5.0 (2016-08-09)
The most important change is video improvements. Bored by waiting minutes for video call to start? Fixed.
Among other things, qTox has been translated into 5 new languages.
More information on features / fixes / changes below.
Breaking Changes
- textstyle: Change markdown syntax to be more intuitive (32e48a97)
- widget: Disable sound notification for
busy
status (e7785ab4)
Features
- audio:
- avform, screenshotgrabber: Added custom screen region selection (9cfd678c)
- bootstrap.sh: add an option to install sqlcipher (66f270ec)
- cameradevice, avform: Added ability of screen selection (d781a4f7)
- camerasource: Change default video mode to preferred (c3de6238)
- capslock: Added caps lock checker (97f95e7e)
- chat:
- chatform: Disable call buttons if friend is offline (bbefe011)
- doxygen: Created simple doxygen config file (194c55a4)
- emoticons: add ASCII-less version of emojione emoticons (c4b4155a, closes #3398)
- emoticonswidget: Keep emoticon option open (d0ea5bb4)
- genericchatform: add "Quote selected text" feature to chat window (40a805c2)
- gui, setpassworddialog: Added buttons translation (58e503bb)
- importProfile: Add way to import profile (9ea25d1f)
- i18n:
- l10n:
- Add Danish translations (c8c7bda3)
- Add Hebrew translation (83b89f12)
- add initial Belarusian translation (684835de)
- add initial Esperanto translation (7971975c)
- add Japanese translation (d06efd38, closes #3223)
- add Lojban translation (237351fd)
- add Uighur translation (3ee8f72a)
- Update Arabic translation (91af5c95)
- update Belarusian translation (1b16466c) (44420953) (526f13aa) (7c6ba752) (97d8c7a1) (daabda84) (f2c19912)
- update Bulgarian translation (10d913ee) (b6b149a7) (6052364b) (e0b41d57)
- Update Chinese translation (fe432dea) (f8ee4484)
- update Czech translation (1e9efbfe) (83f874e5) (8d94ca92) (d951cb75)
- update Dutch translation (8ac47bf0)
- Update Estonian translation (2cd35e17) (4137a19f) (6d7d9c33) (85a701f5) (9c8335fa) (ba0d7ec7) (c6fba9c5)
- update French translation (2a368436) (402f9eb9) (4b42a6db) (525db227) (5a147646) (774f3c16) (d9fc36db) (f6f336a7)
- Update German translation (beca3a9c) (750d1b50) (1107b642) (2b65fac3) (351c4166) (65019117) (8a0a8f1f) (962206db)
- update Hungarian translation (0c3f3817) (9bc642ee) (c6938d6c)
- update Italian translation (7d308f99) (e7089a3d) (e6f870f4)
- Update Japanese translation (75d64dc6)
- update Lithuanian translation (0bb416cd) (9d108840) (281d94ef) (e19f4c70)
- Update Norwegian translation (1466fbf5)
- update Polish translation (9a3ba021) (e7c0159f) (6f074061) (88b839c1) (a49e7f27)
- Update Russian translation (0856d4dd) (1826e2ae) (21b5cc3f) (29dbd030) (31ecfd8b) (379aaa0f) (6beea2bd) (861cf7d9) (d4ff03c8)
- update Spanish translation (17f43668) (f81f20f0) (090a715b)
- Update Ukrainian translation (2ab5af56) (3a5e91a2)
- loginform: Added caps lock indicator to newPass (cbe8fb8e)
- loginscreen: Created new CapsLockIndicator class (fb7fcaaa)
- main: Changed time in logs to UTC. (4018c004)
- notificationscrollarea: Add ability to delete widget from traced widgets list (e3d74117)
- profile:
- profileform: Added log toxme errors (d2d5b230)
- settings, generalform, widget: Added setting for sound notification with busy status (e23eb1c5)
- smileys: add emojione emoji-pack and make it the default (3f4a0abe, closes #3315)
- status:: add ability to copy status messages (57ce030f)
- systemtray: add "Show" action to context menu (a851a5b1)
- textstyle: Change markdown syntax to be more intuitive (32e48a97, closes #3404)
- video:
- videomode: Added possible video shift (fd701df1)
- widget: Disable sound notification for
busy
status (e7785ab4)
Bug Fixes
- increase timer for checking offline messages timeout (again) (a77afca1)
- correctly tab-complete nicks starting with
$
(dbd16ae6) - .gitattributes: bootstrap.sh execution fails on MSYS (ad828621)
- about-qtox: fix QString "missing argument" warning (f2f48a8f)
- addfriendform: Fixed problem with reading friend request (7be8ad01)
- audio: actually disable the audio in/out device in settings, when selected (9694d6b6)
- avform:
- display true video height in video mode selection (192c1e8f)
- add missing "first" video mode back to video modes (5324e768, closes #3588)
- Add skipped camera open call (1f9b7b13, closes #3476)
- Added rounding height in mode name. (c2e3358d)
- Changed "best modes" search algorithm. (6e1ef706)
- initialize slider value from settings (c9dbfa5e)
- make "Screen" translatable (24f0b11a)
- Added restoring selected region (1c515821)
- Took default resolution from middle of list (2d861ee2)
- bootstrap.sh: add instructions for missing unzip & adjust path (fa5ee5b1, closes #3153)
- build:
- capslockindicator:
- chat: cleanup chat css base style (989b15e6)
- chat window: prevent right click from opening chat window (b9a392d5, closes #3205)
- chatform:
- chatform, screenshotgrabber: Fixed memory leak (bf7c62d6)
- chatlog: Don't delete active transfer widget (abf7b423)
- chattextedit.cpp: fix drag-and-drop to be consistent across systems (70fc247b)
- contentdialog, widget: Remove "new message" bar after reading message (b2c1f468)
- corevideosource: Partial revert of ef641ce6d3398792c10b30bf24a81c5a6005fe06 (b1adef2f, closes #3527)
- directshow: Fixed problem with crosses initialization (504ad534)
- doc: CONTRIBUTING.md typos (4eed2549)
- friendlistwidget: use nullptr instead of
0
(f1543144) - friendwidget: the limitation of the group's name in the shortcut menu (d357fe1c)
- generalform: call UI retranslation when date or time format changes (d601599d)
- genericchatform:
- groupinviteform:
- i18n: Divide getting and translating Toxme error message (98a1f23b)
- l10n:
- loginscreen.cpp: fix password input focus after mouse click (6e8ea15a)
- main: Closing file before removing (29ab61ef)
- markdown: Remove spaces from markdown translation (fca5f155)
- passwordedit.cpp: Fix build issue with Qt 5.3 (f18db4fd, closes #3416)
- passwordfields: use PasswordEdit widget for all password fields (e3d0cc0e, closes #3378)
- platform: Added checkCapsLock OSX implementation (35a0e1fb)
- profile:
- profileform: set parent for validator (93c6aa8a)
- qtox.pro: don't depend on GTK in order to build on Linux (2d06b996)
- screen-grabber: fix crash (780a0179)
- settings:
- simple_make.sh:
- systemtray: don't activate qTox widget on tray icon click in Unity backend (2f0ffdd2)
- systemtrayicon:
- toxsave, profileimporter: Added
remove
function call before overwrite file (58ea0afe) - translator: Added layout direction reset on translation. (927d512f)
- ui: Prevent suicide crash on logout (2bdd9824, closes #2480)
- updater: Use module path, not working dir (0a2e96ab)
- video:
- guard storeVideoFrame() against freeing in-use memory (5b31b5db)
- force the use of non-deprecated pixel formats for YUV (df3345dc)
- use a QReadWriteLock to manage camera access (de6475f3)
- specify color ranges for pixel formats that are not YUV (00270ee4)
- fix invalid VideoSource ID allocation (707f7af2)
- added declaration for missing biglock in CameraSource (c4f88df7)
- fix a use-after-free with VideoFrame (8487dcec)
- fix slanted video when video size is not divisible by 8 (904495d2)
- fix memory leak caused by unfreed buffers in CoreVideoSource (3df6b990)
- fix CoreAV and VideoSurface to conform to new VideoFrame (277ddc3d)
- Changed minimum window size with video (f8a45b40)
- do not list the same mode twice (03c39236)
- fix video resolution setting (b4df3c8b, closes #1033)
- videoframe: Added correct image copy (1ddc1371)
- widget:
- change received files execution method (def2e880, closes #3140)
- Added saving window state before closing (bfb5dae6)
- properly open chat window (c17c3405, closes #3386)
- rename "Activate" to "Show" (6173199a)
- delete icon in destructor (f82f49da)
- open a chat window instead of contacts list in multi-window mode (fdf0cbb1, closes #3212)
- show unread messages notification (c81e6e2d)
- properly show status messages (dcb8c3f3, closes #3123)
- x11grab: try and use the current display (294bdab7)
v1.4.1 (2016-05-09)
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)
- updater: Use module path, not working dir (0f1c8a78)
v1.4.0 (2016-04-24)
Time flows, and with the flow come new features, new bugfixes, and hopefully no new bugs.
With this release, a partial changelog of changes since 1.3.0 is added.
Next release will contain a changelog with all changes.
We are hoping that you'll enjoy the new stuff.
Cheers. :)
PS. If it's not clear from the changelog below, audio groupchats have been ~fixed.
Breaking Changes
- disable building with filter_audio by default (116cc936)
Bug Fixes
- close groupcall if alone (98d51399)
- disable netcamview if no peer left (622b543d)
- audiocall button disabled in groupchats (db4f02a0)
- Close logfile only after the disabling logging to file (de487890)
- Make logMessageHandler thread-safe (a7ffc08c)
- Deadlock while rotating logs (c1e2a3c5)
- increase faux offline message timeout (76d8e193)
- remove unnecessary qDebug call (66f96019)
- Widget::updateIcons:
- addfriendform: Removed extra connect return press (66bcfdae)
- addfriendform, widget: Remove Accepted Request (53071e95)
- chatform: regression in detecting
tox:
type IDs (48f3fb7d) - core, widget: Added checks (f28c3a16)
- file transfer widget: QPushButton allows image to overflow (32d588a4, closes #3042)
- genericchatitemwidget, micfeedbackwidget: Added members init in the constructor (27faec91)
- groupaudio:
- groupinviteform:
- l18n: make typing notification & groupchat name translatable (43e61041)
- login screen: Change text on login tooltip (4e065f13)
- main: Added check sodium_init result (64a19d34)
- profile: Don't require .ini to load profile (56a36e2e)
- profileform:
- screenshot: incorrect screenshot capture resolution under HiDPI (a36248b5)
- systemtrayicon: only delete the systray backend that was used (1d6f32c9)
- systemtrayicon, widget: Added deallocate memory (cbb7eeca)
- title: Change title on initial startup on "Add friend" (47d94045, closes #3100)
- toxme:
- video:
- widget: Change focus after creating group (b111c509)
- widget, contentdialog: Added reset icon after activate chat window (4edc5996)
Performance
- camerasource: Passed parameter by reference (910c41f4)
- contentdialog: Delete redundant conditions (904a1d49)
Features
- install icons with make install on unix (218228b6)
- disable building with filter_audio by default (116cc936)
- audio: add (repair) support for group audio calls (356543ca)
- chatform: add support for non-local file and samba share links (47764c03)
- profileform: Added ability to change toxme server (41c5d4bf)
- toxme: