Skip to content

Latest commit

 

History

History
295 lines (262 loc) · 36 KB

CHANGELOG.md

File metadata and controls

295 lines (262 loc) · 36 KB

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

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:
    • Link qrencode statically on Jenkins (0a976c7a)
    • Jenkins ffmpeg link order (9de833ad)
    • Fix jenkins static builds (790f9ffc)
  • capslockindicator:
    • also update indicator when the app gets focus (2fe41071)
    • fix altering the line edit height (653e0b5a, closes #3379)
    • Tooltip color was changed. Tooltip translation was added (bbe158c7)
  • 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:
    • Fixed position of screenshot button (86e44143)
    • separate messages from different days (8ebad59a)
  • groupinviteform:
  • i18n: Divide getting and translating Toxme error message (98a1f23b)
  • l10n:
    • remove unnecessary space in Czech translation (47153b3d)
    • missing argument in German translation (e6e666fa)
    • incorrect/missing arguments in Arabic translation (82bd897b)
  • 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:
    • Fix for opening file dialog using Nautilus file manager (881409b9, closes #3436)
    • change password buttons behaviour (f9edd39b, closes #3300)
  • 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:
    • Look for portable setting in module path, not CWD (17e57982)
    • correct ordering of languages (7c63594a)
    • make it clear that Markdown is about text formatting (67d01a73)
  • simple_make.sh:
    • add sqlite dependencies for Fedora (5cb271b0)
    • add missing dependencies for Fedora (5b51f71f, closes #2998)
  • systemtray: don't activate qTox widget on tray icon click in Unity backend (2f0ffdd2)
  • systemtrayicon:
    • don't set an invalid and useless icon on GTK (a13c5667, closes #3154)
  • 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:
    • workaround QIcon fallback bug (0b53c4fd)
    • fix the way systray icons are loaded (90874a47)
  • 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:
    • don't set button to green while call running (6d355154)
    • don't play audio while call is inactive (5339ad97)
    • avoid deadlock when ending groupcall (afcd146a)
  • groupinviteform:
    • make list of groups scrollable (b74ecd92)
    • translation invite message (24efaf05)
    • remove deleted buttons from set (f137ba71)
  • 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:
    • Add toxme username limitation (132f87c0)
    • Deleted extra check and extra url (1f7e23d0)
    • Fixed very quick relogin segfault (88de3a0a)
    • Fixed segfault on logut (2e9295f4)
    • Fix tab order, fix loop (65ab1f4e)
  • 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:
    • uses explicit default screen from QGuiApplication (d2189f38)
    • usage of invalid file descriptors on error (556a8750)
    • incorrect desktop video resolution when using HiDPI (75b40d0a)
  • 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: