Skip to content

Commit

Permalink
v1.1.1(10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanhuang13 committed Jul 18, 2018
1 parent b2ef6d6 commit acfc735
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,26 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.1.0(10)] - 2018-07-18
### Fixed
- Fix push DetailViewController not in main thread

---
## [1.1.0(9)] - 2018-07-14
### Added
- Native View 3D Touch Peek & Previewing Actions #12

## [1.1.0(8)] - 2018-07-14
### Added
- Increase number of imported radars by fetch the next batch #6 Idea thanks to @futuretap
- Improve paste email to the import textField #10
- Sorting Options #3 #7
- When importing JSON, let user select to merge or replace #8
- List filtering #9
- Native Radar Detail View #11

---
## [1.0.0(7)] - 2018-07-09
### Added
- User agent in Open Radar API request #4
Expand Down
4 changes: 2 additions & 2 deletions Ladybug/Resources/Ladybug-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>1.1.1</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -34,7 +34,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>9</string>
<string>10</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
Expand Down

0 comments on commit acfc735

Please sign in to comment.