Skip to content

Commit 74b106c

Browse files
committed
Prepare release 1.2.0
1 parent c379259 commit 74b106c

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 1.2.0
6+
57
### Added
68

79
- Add ability to play all the songs in the session continuously

GarageBard.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@
608608
CODE_SIGN_ENTITLEMENTS = GarageBard/GarageBard.entitlements;
609609
CODE_SIGN_STYLE = Automatic;
610610
COMBINE_HIDPI_IMAGES = YES;
611-
CURRENT_PROJECT_VERSION = 3;
611+
CURRENT_PROJECT_VERSION = 4;
612612
DEVELOPMENT_ASSET_PATHS = "\"GarageBard/Preview Content\"";
613613
DEVELOPMENT_TEAM = MQD7YVN9G9;
614614
ENABLE_HARDENED_RUNTIME = YES;
@@ -621,7 +621,7 @@
621621
"$(inherited)",
622622
"@executable_path/../Frameworks",
623623
);
624-
MARKETING_VERSION = 1.1.1;
624+
MARKETING_VERSION = 1.2.0;
625625
PRODUCT_BUNDLE_IDENTIFIER = me.mitchel.GarageBard;
626626
PRODUCT_NAME = "$(TARGET_NAME)";
627627
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -637,7 +637,7 @@
637637
CODE_SIGN_ENTITLEMENTS = GarageBard/GarageBard.entitlements;
638638
CODE_SIGN_STYLE = Automatic;
639639
COMBINE_HIDPI_IMAGES = YES;
640-
CURRENT_PROJECT_VERSION = 3;
640+
CURRENT_PROJECT_VERSION = 4;
641641
DEVELOPMENT_ASSET_PATHS = "\"GarageBard/Preview Content\"";
642642
DEVELOPMENT_TEAM = MQD7YVN9G9;
643643
ENABLE_HARDENED_RUNTIME = YES;
@@ -650,7 +650,7 @@
650650
"$(inherited)",
651651
"@executable_path/../Frameworks",
652652
);
653-
MARKETING_VERSION = 1.1.1;
653+
MARKETING_VERSION = 1.2.0;
654654
PRODUCT_BUNDLE_IDENTIFIER = me.mitchel.GarageBard;
655655
PRODUCT_NAME = "$(TARGET_NAME)";
656656
SWIFT_EMIT_LOC_STRINGS = YES;

Installer/appcast.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
<rss xmlns:ns0="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
33
<channel>
44
<title>GarageBard</title>
5+
<item>
6+
<title>1.2.0</title>
7+
<pubDate>Sat, 26 Mar 2022 10:22:38 +0800</pubDate>
8+
<ns0:version>4</ns0:version>
9+
<ns0:shortVersionString>1.2.0</ns0:shortVersionString>
10+
<ns0:minimumSystemVersion>12.1</ns0:minimumSystemVersion>
11+
<enclosure url="https://github.com/mixxorz/GarageBard/releases/download/1.2.0/GarageBard-1.2.0.dmg" type="application/octet-stream" length="2866027" ns0:edSignature="QMJjp/CU0nSMyNYNRR/o13QSEG+iBGNSaPOe5pZNziYQH/5O0gRTIAvIah1cqY19dQ91Vn33A05OeAwaDcYvAg=="></enclosure>
12+
</item>
513
<item>
614
<title>1.1.1</title>
715
<pubDate>Mon, 21 Mar 2022 02:02:06 +0800</pubDate>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
An app for macOS that lets you play MIDI files as a bard on Final Fantasy XIV.
66

7-
<a href="https://github.com/mixxorz/GarageBard/releases/latest/download/GarageBard-1.1.1.dmg">
7+
<a href="https://github.com/mixxorz/GarageBard/releases/latest/download/GarageBard-1.2.0.dmg">
88
<img width="150" src="https://user-images.githubusercontent.com/3102758/158105072-519b1bbe-2d58-4aa0-a534-f1858add2e9b.png" alt="Download button">
99
</a>
1010

@@ -27,7 +27,7 @@ You load up MIDI files and GarageBard "plays" them by sending keystrokes to the
2727

2828
## Instructions
2929

30-
1. Download the [latest release](https://github.com/mixxorz/GarageBard/releases/latest/download/GarageBard-1.1.1.dmg) from GitHub.
30+
1. Download the [latest release](https://github.com/mixxorz/GarageBard/releases/latest/download/GarageBard-1.2.0.dmg) from GitHub.
3131
1. Copy GarageBard to your Applications folder
3232
1. Launch GarageBard and grant it Accessibility access
3333
1. Load songs by dragging MIDI files into GarageBard

0 commit comments

Comments
 (0)