Merge branch 'release/1.11.27/master'

This commit is contained in:
Mauro Romito
2025-03-28 16:03:39 +01:00
5 changed files with 16 additions and 8 deletions

View File

@@ -1,3 +1,8 @@
## Changes in 1.11.27 (2025-03-28)
No significant changes.
## Changes in 1.11.26 (2025-03-28) ## Changes in 1.11.26 (2025-03-28)
No significant changes. No significant changes.

View File

@@ -15,5 +15,5 @@
// //
// Version // Version
MARKETING_VERSION = 1.11.26 MARKETING_VERSION = 1.11.27
CURRENT_PROJECT_VERSION = 1.11.26 CURRENT_PROJECT_VERSION = 1.11.27

View File

@@ -1,4 +1,5 @@
{ {
"originHash" : "7aef13d4107c517de08082c578f4e05c70046de1a77e79990a0ba3eef4abdf25",
"pins" : [ "pins" : [
{ {
"identity" : "devicekit", "identity" : "devicekit",
@@ -48,10 +49,10 @@
{ {
"identity" : "matrix-rich-text-editor-swift", "identity" : "matrix-rich-text-editor-swift",
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/matrix-org/matrix-rich-text-editor-swift", "location" : "https://github.com/element-hq/matrix-rich-text-editor-swift",
"state" : { "state" : {
"revision" : "21c0dd6e9c0b38d19d97af8e3e99fe01df56825d", "revision" : "b6583a47b5d14d2dc8405a0303ebd4041b877707",
"version" : "2.37.3" "version" : "2.37.12"
} }
}, },
{ {
@@ -100,5 +101,5 @@
} }
} }
], ],
"version" : 2 "version" : 3
} }

View File

@@ -120,6 +120,8 @@ class CompletionSuggestionService: CompletionSuggestionServiceProtocol {
currentTextTriggerSubject.send(nil) currentTextTriggerSubject.send(nil)
case .slash: case .slash:
currentTextTriggerSubject.send(TextTrigger(key: .slash, text: suggestionPattern.text)) currentTextTriggerSubject.send(TextTrigger(key: .slash, text: suggestionPattern.text))
case .custom:
break
} }
} }

View File

@@ -58,8 +58,8 @@ packages:
url: https://github.com/element-hq/swift-ogg url: https://github.com/element-hq/swift-ogg
branch: 0.0.1 branch: 0.0.1
WysiwygComposer: WysiwygComposer:
url: https://github.com/matrix-org/matrix-rich-text-editor-swift url: https://github.com/element-hq/matrix-rich-text-editor-swift
version: 2.37.3 exactVersion: 2.37.12
DeviceKit: DeviceKit:
url: https://github.com/devicekit/DeviceKit url: https://github.com/devicekit/DeviceKit
majorVersion: 4.7.0 majorVersion: 4.7.0