From 0c93ea7b63f7fa53b6eea548774be977cb5bf0c1 Mon Sep 17 00:00:00 2001 From: mike-ward Date: Sun, 20 Nov 2022 09:21:12 -0600 Subject: [PATCH] v2022.3 --- CHANGELOG.md | 19 ++++++++++++++++--- src/tweetz.core/Models/VersionInfo.cs | 2 +- src/tweetz.core/Resources/Strings.xaml | 1 + .../SettingsBlock/SettingsBlockTips.xaml | 1 + src/tweetz.core/app.manifest | 2 +- src/tweetz.core/tweetz.core.csproj | 6 +++--- src/twitter.core/twitter.core.csproj | 6 +++--- tweetz.core.setup.iss | 2 +- 8 files changed, 27 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f658bc3..c2cff8d7 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 2891c78b..99efb26b 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 977a5378..ab6af97a 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 c2af45e4..11859ce7 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 b2675d42..97260a2e 100644 --- a/src/tweetz.core/app.manifest +++ b/src/tweetz.core/app.manifest @@ -1,6 +1,6 @@  - +