Skip to content

Commit

Permalink
0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mtgto committed Jan 2, 2021
1 parent b142e63 commit cfc75d7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
CHANGELOG
====

## v0.5.3 (2021-01-03)

### Added

- Renew collection view of web sharing (shrink padding, etc.)
- Add default thumbnail image for no thumbnail book

### Changed

- Backward page when user click previous page
- Set book title to tooltips of filename label
- Add cache header to http response

## v0.5.2 (2020-12-27)

### Added
Expand Down
4 changes: 2 additions & 2 deletions Fomalhaut2.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 0.5.2;
MARKETING_VERSION = 0.5.3;
PRODUCT_BUNDLE_IDENTIFIER = net.mtgto.Fomalhaut2;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -728,7 +728,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 0.5.2;
MARKETING_VERSION = 0.5.3;
PRODUCT_BUNDLE_IDENTIFIER = net.mtgto.Fomalhaut2;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down
4 changes: 2 additions & 2 deletions Fomalhaut2/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@
<string></string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand All @@ -94,6 +92,8 @@
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
<string>public.app-category.entertainment</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit cfc75d7

Please sign in to comment.