Skip to content

Commit

Permalink
Current version of Psi+ is 1.5.1939
Browse files Browse the repository at this point in the history
It is based on:
* psi: 78430066
* plugins: 7a65467
* psimedia: 478567e
* resources: e32ef4b
  • Loading branch information
tehnick committed May 31, 2024
1 parent 86b7993 commit a7beb54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/msgmle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public slots:
} else if (charsAdded > 1) { // Insert a piece of text
return;
} else {
static QRegularExpression capitalizeAfter("(?:(?:\\s*\\b\\w{2,}\\b[.!?]+\\s+)|(?:^\\s*))+(\\w)",
static QRegularExpression capitalizeAfter("(?:(?:\\s*\\b\\w{2,}\\b\\s*[.!?]+\\s+)|(?:^\\s*))+(\\w)",
QRegularExpression::UseUnicodePropertiesOption
| QRegularExpression::MultilineOption);
QRegularExpressionMatch match;
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.1938 (2024-05-30, 32df7c5f)
1.5.1939 (2024-05-31, 78430066)

0 comments on commit a7beb54

Please sign in to comment.