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

Commit

Permalink
Updating version & fixing orientation for iPad
Browse files Browse the repository at this point in the history
  • Loading branch information
dvor committed Mar 28, 2016
1 parent 3686903 commit 0833ca8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
9 changes: 8 additions & 1 deletion Antidote/Antidote-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.6.1</string>
<string>0.10.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand All @@ -54,5 +54,12 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
</dict>
</plist>
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## [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.
- Antidote fully rewritten in Swift.
- Friends replaced with Contacts.

## [0.6.1] - 2015-09-26
Expand Down Expand Up @@ -82,7 +85,8 @@ It is a good idea to remove old version of Antidote before updating.
- File transfers and avatars are temporary disabled.
- Added connectivity status.

[unreleased]: https://github.com/Antidote-for-Tox/Antidote/compare/0.6.1...master
[unreleased]: https://github.com/Antidote-for-Tox/Antidote/compare/0.10.0...master
[0.10.0]: https://github.com/Antidote-for-Tox/Antidote/compare/0.6.1...0.10.0
[0.6.1]: https://github.com/Antidote-for-Tox/Antidote/compare/0.6.0...0.6.1
[0.6.0]: https://github.com/Antidote-for-Tox/Antidote/compare/0.5.0...0.6.0
[0.5.0]: https://github.com/Antidote-for-Tox/Antidote/compare/0.4.0...0.5.0
Expand Down

0 comments on commit 0833ca8

Please sign in to comment.