diff --git a/LICENSE b/LICENSE index e17f450b196..28376eff913 100644 --- a/LICENSE +++ b/LICENSE @@ -26,4 +26,4 @@ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -Copyright © 2021-2024 Kankoda Sweden AB +Copyright © 2021-2025 Kankoda Sweden AB diff --git a/Package.swift b/Package.swift index 8beadf9e59c..6ed4f80ead7 100644 --- a/Package.swift +++ b/Package.swift @@ -5,10 +5,10 @@ import PackageDescription let package = Package( name: "KeyboardKitPro", platforms: [ - .iOS(.v14), - .macOS(.v11), - .tvOS(.v14), - .watchOS(.v7), + .iOS(.v15), + .macOS(.v12), + .tvOS(.v15), + .watchOS(.v8), .visionOS(.v1) ], products: [ @@ -20,8 +20,8 @@ let package = Package( targets: [ .binaryTarget( name: "KeyboardKitPro", - url: "https://github.com/KeyboardKit/KeyboardKit/releases/download/9.0.5/KeyboardKitPro.zip", - checksum: "6a6a41dbd84eb6fd0f06fa763c13cba0c08e69c0340206793a63e9c896f2e251" + url: "https://github.com/KeyboardKit/KeyboardKit/releases/download/9.0.6/KeyboardKitPro.zip", + checksum: "04928e25c0459d51c0b7c606c669db990a0f128a56a5e4440cc49d4841454eeb" ) ] ) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8933fb41f8f..51d19e1e9af 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -22,6 +22,25 @@ The legacy migrations will be removed in 9.1, so make sure to first upgrade to 9 +## 9.0.6 + +This version provides some minor bug fixes and improvements. + +### 💡 Adjustments + +* `Keryboard.Settings` now enables haptic feedback by default, since it's much better. +* `Locale.ContextMenu` now sorts the listed locales in the locale presentation locale. + +### 👑 Pro + +Fixed outdated platform version information in the distribution package manifest file. + +### 🐛 Bug Fixes + +* `Keyboard.Settings` had accidentally marked utilities for added locales as internal. + + + ## 9.0.4 This version adds support for Chuvash and fixes two bugs. @@ -32,18 +51,18 @@ This version adds support for 🏳️ Chuvash, bringing the number locales up to ### 👑 Pro -This version switches smarter between the package module bundle and a resolved distribution bundle. +This version switches smarter between the module bundle and distribution bundles. ### 🐛 Bug Fixes -* `Keyboard+ButtonContent` now properly updates when changing locale. -* `Keyboard+Diacritics` adds missing accents and carons. +* `Keyboard+ButtonContent` now properly updates the content when changing locale. +* `Keyboard+Diacritics` adds missing accents and carons for all affected locales. ## 9.0.3 -This version adds emoji category texts to all localized string files to fix bugs in some locales. +This version adds emoji category texts to all localized files, to fix emoji localization bugs. ### 🌐 Localization