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

Latest commit

 

History

History
98 lines (82 loc) · 3.45 KB

CHANGELOG.md

File metadata and controls

98 lines (82 loc) · 3.45 KB

Change Log

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

0.10.0 - 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.

Changes

  • 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.

Changes

  • 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 [email protected]

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.