diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b4e9c95..5a7b61f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,30 @@ -__zmeta_tags: -__zmeta_project: # Changelog All notable changes to this project will be documented in this file. +#2021.3 - 2021-09-15 + +### Added +- Alternate tweet layout + ![Imgur](https://i.imgur.com/QjuJJMr.png) +- Option to hide specific images (shift-click image) +- Images as links option +- Links as \[link\] option +- Translate API key (ping me on how use) +- Private setting to change font (no UI, in settings file only) + +### Fixed +- Better image layout +- Handle images with embedded DPI correctly +- Observable Collection fires fewer events + +### Changed +- New user profile view +- New public translation API +- Shrink profile images by 5 dips +- Cache images using browser cache settings +- Dotnet 6, RC1 +- Jab Dependency injection library + ## 2021.2 - 2021-04-10 ### Added diff --git a/src/tweetz.core/Models/VersionInfo.cs b/src/tweetz.core/Models/VersionInfo.cs index 8064bb33..3e5e5450 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 => "v2021.2"; + public static string Version => "v2021.3"; public static string Copyright => "Copyright 2021, Mike Ward"; } } \ No newline at end of file diff --git a/src/tweetz.core/app.manifest b/src/tweetz.core/app.manifest index e97ed6c3..9980fd0b 100644 --- a/src/tweetz.core/app.manifest +++ b/src/tweetz.core/app.manifest @@ -1,6 +1,6 @@  - +