From bb4341cdd7bbbb5fbe7263ed7943c8c9df42c91f Mon Sep 17 00:00:00 2001 From: John Wickberg Date: Fri, 26 Aug 2022 14:52:13 -0400 Subject: [PATCH 1/2] Preparation for v10.1.0 (additions require minor version change) --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f89d1047..e933128ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Security --> -## [Unreleased] +## [10.1.0] - 2022-08-26 ### Added @@ -22,8 +22,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - [SIL.Core.Desktop] Added Testing channel to UpdateSettings. ### Fixed - +- [SIL.Archiving] Fixed formatting of DateTimes - [SIL.Core] Fixed SIL.IO.PathUtilities.DeleteToRecycleBin and .GetDefaultFileManager to work in a flatpak environment. +- [SIL.Lexicon] Fixed crash caused by incorrect processing of keyboard data +- [SIL.Scripture] Fixed SIL.Scripture.MultilingScrBooks.VerseRefRegex to make punctuation more specific - [SIL.Windows.Forms] Fixed ImageToolbox.ImageGallery.ImageCollectionManager.FromStandardLocations to work in a flatpak environment. - [SIL.WritingSystems] Fixed SLDR initialization for users with European number formats. From ba9b5590723849c33089653ba1055c525bdfc6c8 Mon Sep 17 00:00:00 2001 From: John Wickberg Date: Fri, 26 Aug 2022 15:03:48 -0400 Subject: [PATCH 2/2] Restored "unreleased" section --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e933128ed..505f9844b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Security --> +## [Unreleased] + ## [10.1.0] - 2022-08-26 ### Added