From fbb9adc9ecddc978277182e764e940df03e67e12 Mon Sep 17 00:00:00 2001 From: SoCuul <63339559+SoCuul@users.noreply.github.com> Date: Wed, 13 Mar 2024 23:50:22 -0700 Subject: [PATCH] Bump version & add release checklist --- README.md | 8 +++++++- RELEASE_CHECKLIST.md | 11 +++++++++++ control | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 RELEASE_CHECKLIST.md diff --git a/README.md b/README.md index 9bb41a4..e440137 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # BHInsta A feature-rich tweak for Instagram on iOS!\ -`Version v0.2.1` | `Tested on Instagram v319.0.0` +`Version v0.2.2` | `Tested on Instagram v322.1.0` + +--- + +> [!IMPORTANT] +> As of a recent Instagram update, the settings menu no longer shows the dropdown. +> As a temporary workaround, clicking the Instagram logo on the home tab will open BHInsta settings. --- diff --git a/RELEASE_CHECKLIST.md b/RELEASE_CHECKLIST.md new file mode 100644 index 0000000..6a307c2 --- /dev/null +++ b/RELEASE_CHECKLIST.md @@ -0,0 +1,11 @@ +# New Version - Release Checklist + +### Before git pushing +- [ ] Update version string in `control` +- [ ] Update version string in `src/Tweak.x` +- [ ] Update version string at top of `README.md` +- [ ] Update compatible Instagram app version at top of `README.md` + +### Creating new release +- [ ] Ensure new tag is created with proper format +- [ ] Make sure to include full changelog in release notes \ No newline at end of file diff --git a/control b/control index 505bfa6..a6cfe50 100644 --- a/control +++ b/control @@ -1,6 +1,6 @@ Package: com.socuul.bhinsta Name: BHInsta -Version: 0.2.1 +Version: 0.2.2 Architecture: iphoneos-arm Description: A feature-rich tweak for Instagram on iOS! Maintainer: SoCuul