diff --git a/CHANGELOG.md b/CHANGELOG.md index b5f06bae..4bf989d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,27 @@ # Changelog All notable changes to this project will be documented in this file. +## 2.1.0 - 2020-03-07 +### Added + +- Short to long URL lookup for tooltips [1d4d723]() +- Splash screen [52a2fc7]() +- Fixed height images with rounded corners [8f55db3]() +- Hourglass symbol to indicate image loading [cc025b1]() +- Add app.manifest with DPI permonitor awareness. [a139a53]() +- Add usage tips to settings screen [/6b6b14a]() +- Add font-size key bindings and commands [23ea4e3]() +- Brief fade-in animation of new tweets [a9085cc]() + +### Changed + +- Change font selector to slider. [0190b64]() +- Title close button more like standard windows style [465d366]() +- Limit length of related link text to 300 characters [e9373ed]() +- Move user control resources to application resources and other performance improvements. + ## 2.0.2 - 2020-02-01 -### Chnaged +### Changed - Reduce memory load of related links by only scanning `` section. [bffb90](https://github.com/mike-ward/tweetz/commit/bffb90988f0cff09157efd6becb2fc0b48360b2f) - Refactorings suggested by SonarLink and FxCop analyzers diff --git a/LICENSE.txt b/LICENSE.txt index 01ed4bee..0f96704d 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2019 Mike Ward +Copyright (c) 2020 Mike Ward Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/tweetz.core/Models/VersionInfo.cs b/src/tweetz.core/Models/VersionInfo.cs index 95006e35..b6053c2b 100644 --- a/src/tweetz.core/Models/VersionInfo.cs +++ b/src/tweetz.core/Models/VersionInfo.cs @@ -2,7 +2,7 @@ { public class VersionInfo { - public string Version => "v2.0.2"; + public string Version => "v2.1.0"; public string Copyright => "Copyright 2020, Mike Ward"; } } \ No newline at end of file diff --git a/src/tweetz.core/app.manifest b/src/tweetz.core/app.manifest index f9390bcb..66dcb3cf 100644 --- a/src/tweetz.core/app.manifest +++ b/src/tweetz.core/app.manifest @@ -1,6 +1,6 @@  - +