Skip to content
This repository has been archived by the owner on Aug 4, 2019. It is now read-only.

Latest commit

 

History

History
255 lines (211 loc) · 10.3 KB

CHANGELOG.md

File metadata and controls

255 lines (211 loc) · 10.3 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

1.3.5 - 2017-08-23

Changed

  • Migrating to toxcore 0.1.10.

1.3.4 - 2017-04-08

Changed

  • Migrating to toxcore 0.1.7.

1.3.3 - 2017-01-24

Added

  • Adding ability to send video from camera/photo gallery. #252.

Changed

  • Migrating to toxcore 0.1.5.

1.3.2 - 2017-01-15

Added

  • Limiting number of entering pin attempts to 10.

Changed

  • Migrating to toxcore 0.1.4.
  • Improved bootstraping mechanism, Antidote now should connect to network faster.

1.3.1 - 2016-12-03

Changed

  • Migrating to toxcore 0.0.5.

1.3.0 - 2016-11-25

Changed

  • Migrating to Swift 3. #255.
  • Migrating to toxcore 0.0.4.

Fixed

  • Bug with new contact appearing as an old one #257.
  • Various crashes.
  • Keeping keyboard when switching chats on iPad.
  • Don't show keyboard when opening chat.

1.2.0-build-2 - 2016-11-12

Fixed

  • Bug with resending old messages to contacts.

1.2.0 - 2016-11-12

Added

  • Faded color for undelivered messages. #140.
  • Resending undelivered messages when friend comes online. This should fix #249.

Changed

  • Migrating to c-toxcore 0.0.3
  • Making Antidote accessible (partly done, more will come in next release) #115.

1.1.0 - 2016-11-05

Added

  • Gemfile
  • Fastline
  • Migrating to c-toxcore 0.0.2
  • Dutch, Polish language.

1.0.0-rc.4 - 2016-10-26

Changed

  • Removed voip flag.
  • Always enabling IPv6. Removed IPv6 option from settings.
  • Switching to TCP by default #130.

Fixed

  • Links are not visible with new bubble colors #242.
  • Touch ID alert pops during the call #240.

1.0.0-rc.3 - 2016-10-03

Fixed

  • Crash on startup that happened on app reinstall.

1.0.0-rc.2 - 2016-10-02

Added

  • Added FAQ.

Fixed

  • Czech language was not working.
  • Freezes when bootstraping on bad network #231.
  • Password screen is not entirely visible (iPhone 4s) #229.
  • Ringtone is not reset on next call #234.

1.0.0-rc.1 - 2016-09-28

Added

  • Database encryption. Now all message history and relate data is encrypted.
  • Requering password for all accounts.
  • Storing password in keychain. There is no need to login on every application launch.
  • Added PIN screen and TouchID support #164, #165.
  • Added Acknowledgements screen #76.
  • Updating app icon and color scheme #203.
  • Czech language.

0.10.4-2 - 2016-08-04

Fixed

  • Issue with calls not updating when answered.

0.10.4 - 2016-08-04

Added

  • Retry button for file transfers.
  • Message removal in chat.
  • Breton, Lithuanian, Chinese (China), French, French (France) languages.

Changed

  • Migration to new Realm, app speed improvements.
  • Improving file sending UX #193.
  • Improved cleanup of file transfer leftovers.
  • In-app notifications look like system ones #205.

Fixed

  • User stays online for some time after quitting Antidote #171.
  • Crash when sending files from other apps #193.
  • Opening files from other aps on iOS 8 #198.
  • Flashing screen when rotating device on iOS 8 #196.
  • Password screen layout in landscape #187.
  • Error messages sometimes not shown.

0.10.3 - 2016-04-12

Added

  • Arabic localication.
  • Sending files from other apps #182.
  • Highlighting links in chat #176.

Changed

  • Returned back iOS 8.0 support #188.
  • Translations updated.

Fixed

  • Music stops when switching to Antidote #177.
  • Layout for right to left interface #190.
  • Long contact names overflow in the top bar #184.
  • Time in chat doesn't fit sometimes #178.
  • User stays online for some time after quitting Antidote #171.
  • Top info view with is hidden on video call #173.

0.10.2 - 2016-03-31

Added

  • Chinese, Danish, German, Portuguese, Spanish localizations.

0.10.1 - 2016-03-29

Added

  • Added profile import support #170.

0.10.0 - 2016-03-28

Added

  • Audio and video calls.
  • File transfer support.
  • Avatar support.
  • iPad support.
  • Russian translation.

Changed

  • Antidote fully rewritten in Swift.
  • objcTox updated to version 0.6.0.
  • Dropped 7.0 support.
  • Friends replaced with Contacts.

0.6.1 - 2015-09-26

Fixed

  • Chat bubbles sometimes were completely black and text was unreadable.

0.6.0 - 2015-09-22

Added

  • Login/logout, create/import/delete profile features.
  • Encrypted profiles support (login with encrypted profile, change/remove password).
  • Status change support.

Changed

  • Icon updated.
  • Launch image updated.
  • objcTox updated to version 0.3.0.
  • Profiles list screen removed, login screens are used instead.
  • Themes removed.

0.5.0 - 2015-08-30

Added

  • "Import profile" instruction.

Changed

  • objcTox updated to version 0.2.1.
  • Using improved bootstrapping methods from objcTox, now it works better.
  • Feedback email replaced with feedback@antidote.im

Fixed

  • Updating connection status when changing IPv6/UDP setting.
  • Various fixes and crashes when importing profile.

0.4.0 - 2015-08-01

Added

  • Profile tab, containing user profile information (avatar, username, status message, Tox ID).
  • Status of connection in tabBar.
  • About screen with version information.
  • Showing alert view with text on different errors.
  • Showing timestamps in chat after every 3 messages (temporary solution, will be improved in future).

Changed

  • Improving flow for removing friends/requests.
  • Updating UI for friends screen.
  • Updating UI for incoming friend request screen.
  • Updating UI for sending friend request screen.
  • Updating UI for friend card screen.
  • Default colorscheme changed to blue.

Fixed

  • Bug with copying Tox ID in some cases.
  • Updating profile name in "Settings" tab after renaming.
  • Bug with resetting wrong settings when pressing "Restore default settings".
  • Showing "+" button on requests tab.
  • Ugly avatars (like "I(").
  • Fixing height of "Friends | Requests" bar (it was changing randomly).
  • Blinking of badge icon when Antidote was in background.

0.3.0 - 2015-06-30

This version is incompatible with 0.2. After update you will lose your old profile with all chats and contacts. It is a good idea to remove old version of Antidote before updating.

Changed

  • Moving part of Antidote to objcTox library.
  • Total refactoring.
  • Migration to new Tox api.
  • Realm is now used instead of Core Data.
  • File transfers and avatars are temporary disabled.
  • Added connectivity status.