Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtgto committed Feb 7, 2021
1 parent d2a1f14 commit 723a216
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
CHANGELOG
====
## v0.8.0 (2021-02-07)

### Added

- Enable trackpad swipe page direction (#2)
- Enable shift-click to go backwise page

### Changed

- Fix white margin top and bottom in full screen (#3)
- Update Unrar to 0.3.0
- Update web packages

## v0.7.2 (2021-01-31)

Expand Down
8 changes: 4 additions & 4 deletions Fomalhaut2.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -642,15 +642,15 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2021.1.31;
CURRENT_PROJECT_VERSION = 2021.2.7;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Fomalhaut2/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 0.7.2;
MARKETING_VERSION = 0.8.0;
PRODUCT_BUNDLE_IDENTIFIER = net.mtgto.Fomalhaut2;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -666,15 +666,15 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2021.1.31;
CURRENT_PROJECT_VERSION = 2021.2.7;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Fomalhaut2/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 0.7.2;
MARKETING_VERSION = 0.8.0;
PRODUCT_BUNDLE_IDENTIFIER = net.mtgto.Fomalhaut2;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down
2 changes: 1 addition & 1 deletion Fomalhaut2/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<true/>
<false/>
<key>LSApplicationCategoryType</key>
<string>public.app-category.entertainment</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 723a216

Please sign in to comment.