diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2f658bc..c2cff8d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,28 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 2022.3 - 2022-11-20
+
+### Added
+- Visual indicator of new messages when minimized [#125](https://github.com/mike-ward/tweetz/issues/125)
+- Sound notification for new tweets [#113](https://github.com/mike-ward/tweetz/issues/113)
+- Zoom in/out on images with mouse wheel [#91](https://github.com/mike-ward/tweetz/issues/91)
+
+### Changed
+- Upgraded dotnet runtime to v7.0
+
+### Fixed
+- Pictures are often truncated, showing only the top. [#118](https://github.com/mike-ward/tweetz/issues/118)
+
## 2022.2 - 2022-01-09
### Added
-- Add option to hide close button in title bar #104
+- Add option to hide close button in title bar [#104](https://github.com/mike-ward/tweetz/issues/104)
## 2022.1 - 2022-01-01
### Added
-- Add options to hide retweets and tweets with no media #100
+- Add options to hide retweets and tweets with no media [#100](https://github.com/mike-ward/tweetz/issues/100)
### Changed
- Update runtime to .NET 6.0
@@ -20,7 +33,7 @@ All notable changes to this project will be documented in this file.
- GDI font metric mode option
### Fixed
-- hide minimized window when system tray setting is true #41
+- hide minimized window when system tray setting is true [#41](https://github.com/mike-ward/tweetz/issues/41)
- Fix images not showing at times
### Changed
diff --git a/src/tweetz.core/Models/VersionInfo.cs b/src/tweetz.core/Models/VersionInfo.cs
index 2891c78..99efb26 100644
--- a/src/tweetz.core/Models/VersionInfo.cs
+++ b/src/tweetz.core/Models/VersionInfo.cs
@@ -2,7 +2,7 @@
{
public static class VersionInfo
{
- public static string Version => "v2022.2";
+ public static string Version => "v2022.3";
public static string Copyright => "Copyright 2022, Mike Ward";
}
}
\ No newline at end of file
diff --git a/src/tweetz.core/Resources/Strings.xaml b/src/tweetz.core/Resources/Strings.xaml
index 977a537..ab6af97 100644
--- a/src/tweetz.core/Resources/Strings.xaml
+++ b/src/tweetz.core/Resources/Strings.xaml
@@ -125,4 +125,5 @@
x:Key="tips-profiles"
xml:space="preserve">Specify an alternate profile on the command line or shortcut.
(e.g. tweetz.core.exe account2)
Mouse wheel controls volume when playing clips
+ Mouse wheel zooms in/out when viewing images
\ No newline at end of file
diff --git a/src/tweetz.core/Views/SettingsBlock/SettingsBlockTips.xaml b/src/tweetz.core/Views/SettingsBlock/SettingsBlockTips.xaml
index c2af45e..11859ce 100644
--- a/src/tweetz.core/Views/SettingsBlock/SettingsBlockTips.xaml
+++ b/src/tweetz.core/Views/SettingsBlock/SettingsBlockTips.xaml
@@ -21,5 +21,6 @@
+
\ No newline at end of file
diff --git a/src/tweetz.core/app.manifest b/src/tweetz.core/app.manifest
index b2675d4..97260a2 100644
--- a/src/tweetz.core/app.manifest
+++ b/src/tweetz.core/app.manifest
@@ -1,6 +1,6 @@
-
+