Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsaidi committed Jan 7, 2025
1 parent 40905a6 commit 4a072c1
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 11 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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
12 changes: 6 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand All @@ -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"
)
]
)
27 changes: 23 additions & 4 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

Expand Down

0 comments on commit 4a072c1

Please sign in to comment.