From 545cf87bb214fb8281a7c13ddbc1fb87c9eebcec Mon Sep 17 00:00:00 2001 From: AHReccese Date: Mon, 11 May 2026 22:43:18 -0400 Subject: [PATCH 1/6] update version `package.json` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 657a856..71c2a22 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mybutton", "description": "Effortless link sharing across your desired platforms", - "version": "0.6", + "version": "0.7", "author": "MyButton Development Team", "license": "MIT", "homepage": "https://mybutton.click", From ab6b4c5d3ca46fc38c586cc24d6f4b5829cd50c8 Mon Sep 17 00:00:00 2001 From: AHReccese Date: Mon, 11 May 2026 22:43:30 -0400 Subject: [PATCH 2/6] update version `SECURITY.md` --- SECURITY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index bdcace0..8b928c7 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,8 +4,8 @@ | Version | Supported | | ------------- | ------------------ | -| 0.6 | :white_check_mark: | -| < 0.6 | :x: | +| 0.7 | :white_check_mark: | +| < 0.7 | :x: | ## Reporting a vulnerability From 3c9a95bd1ede23a66d5c0406e90938d0469f59de Mon Sep 17 00:00:00 2001 From: AHReccese Date: Mon, 11 May 2026 22:43:53 -0400 Subject: [PATCH 3/6] update version `constants.ts` --- src/App/Config/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/Config/constants.ts b/src/App/Config/constants.ts index d1befee..6218605 100644 --- a/src/App/Config/constants.ts +++ b/src/App/Config/constants.ts @@ -1,7 +1,7 @@ const BaseConfig = { APP_NAME: 'MyButton', APP_SHORT_NAME: 'MyBTN', - VERSION: 0.6, + VERSION: 0.7, }; const LOCAL = { From 812619c163003bd3413ececf8bbdc3283156ba8c Mon Sep 17 00:00:00 2001 From: AHReccese Date: Mon, 11 May 2026 22:44:11 -0400 Subject: [PATCH 4/6] add version to `bug_report.yml` --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5b38228..a10cef6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -84,6 +84,7 @@ body: label: MyButton version description: Which version of MyButton are you using? options: + - MyButton 0.7 - MyButton 0.6 - MyButton 0.5 - MyButton 0.4 From 012f43143d4cd996a31fc1096887e4d4db2386d3 Mon Sep 17 00:00:00 2001 From: AHReccese Date: Mon, 11 May 2026 22:44:28 -0400 Subject: [PATCH 5/6] update version `version_check.py` --- otherfiles/version_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otherfiles/version_check.py b/otherfiles/version_check.py index d84b176..4133bb9 100644 --- a/otherfiles/version_check.py +++ b/otherfiles/version_check.py @@ -4,7 +4,7 @@ import sys import codecs Failed = 0 -MYBUTTON_VERSION = "0.6" +MYBUTTON_VERSION = "0.7" CHANGELOG_ITEMS = [ From 45b6578613aed3e3a0ff934da71ec7e7f7908857 Mon Sep 17 00:00:00 2001 From: AHReccese Date: Mon, 11 May 2026 22:45:27 -0400 Subject: [PATCH 6/6] `CHANGELOG.md` updated --- CHANGELOG.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c39baa..8a1051d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,34 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.7] - 2026-05-18 +### Added +- `ShareModeTooltip` component for share mode guidance +- `isCustomShare` flag to share modal state for custom share flow handling +- Standard naming utility and `standardNaming` lookup map for consistent service name resolution +- Multi-select service selection using `Checkbox` instead of `Radio` +### Changed +- Major dependency upgrades: React 18.3, TypeScript 5.5, Redux Toolkit 2, Swiper 11, RSuite 5.70, react-scripts 5, web-vitals 4, and more +- Migrated from `node-sass` to `sass` +- Migrated Swiper to v11 module-based imports and CSS +- Migrated web-vitals to v4 API (`onCLS`/`onINP` replacing `getCLS`/`getFID`) +- Replaced `Buffer`-based Base64 encoding with browser-native `TextEncoder`/`btoa` +- Migrated craco `devServer` to `setupMiddlewares` for webpack-dev-server v5 +- Updated Tailwind config to use `content` API and `class` darkMode strategy +- CI workflows updated to Node.js 20 and `ubuntu-latest` +- Standardized HTML: removed trailing `/` from void tags, removed invalid meta tags, moved `