From 6415ae67cc1d6771ce6e720c9f502c244320fb99 Mon Sep 17 00:00:00 2001 From: Daniel Saidi Date: Mon, 2 Dec 2024 09:43:17 +0100 Subject: [PATCH] Update package --- Package.swift | 4 ++-- RELEASE_NOTES.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index a17843889ea..0e6a08f051e 100644 --- a/Package.swift +++ b/Package.swift @@ -20,8 +20,8 @@ let package = Package( targets: [ .binaryTarget( name: "KeyboardKitPro", - url: "https://github.com/KeyboardKit/KeyboardKit/releases/download/9.0.0-rc.6/KeyboardKitPro.zip", - checksum: "619716fffb306867efb2e6bde8c6642c07d0d0cc2f8cdc8f5fda9005f6791fe2" + url: "https://github.com/KeyboardKit/KeyboardKit/releases/download/9.0.0/KeyboardKitPro.zip", + checksum: "9dfd95e1c498215f26e0496ef0e67d00d2f779e82635815092d23e7c08b0e4a6" ) ] ) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index eb60501aa67..4501844500a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -79,6 +79,8 @@ The `KeyboardAction.StandardActionHandler` now implements `KeyboardBehavior`. The `KeyboardApp` now lets you register a custom next word prediction request. +The `KeyboardApp.SettingsScreen` now lets you customize each section with custom content. + ### 💡 Autocomplete The `AutocompleteService` now returns a `Autocomplete.ServiceResult` instead of just a list of suggestions.