From 22e42c9afb64f09c11125a9bd559c96ed00f084a Mon Sep 17 00:00:00 2001 From: Mike Ward Date: Sat, 1 Feb 2020 09:51:13 -0600 Subject: [PATCH] v2.0.2 --- CHANGELOG.md | 8 ++++++-- src/tweetz.core/Models/VersionInfo.cs | 2 +- src/tweetz.core/tweetz.core.csproj | 4 +++- tweetz.core.setup.iss | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fdf43aa..b5f06bae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,19 @@ # Changelog All notable changes to this project will be documented in this file. -## 2.0.1 - 2020-01-26 +## 2.0.2 - 2020-02-01 +### Chnaged + +- 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 +## 2.0.1 - 2020-01-26 ### Changed - Show font size in settings dialog. [67d6cd3](https://github.com/mike-ward/tweetz/commit/67d6cd326dfa4e5b626078ce9a3871a6b4d089a3) - Load only HEAD section of related documents with HtmlAgilityPack. Reduces memory and GC presure. [bb628ad](https://github.com/mike-ward/tweetz/commit/bb628adb8a79d41c2686f8331dc5fac51bf017c7) ## 2.0.0 - 2020-01-18 - ### Changed - Show reply/retweet/like for user's tweets but disable commands. [f3c0e35](https://github.com/mike-ward/tweetz/commit/f3c0e350fa444519dbc171f6de52cd6b0935ee40) diff --git a/src/tweetz.core/Models/VersionInfo.cs b/src/tweetz.core/Models/VersionInfo.cs index 955d795b..95006e35 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.1"; + public string Version => "v2.0.2"; public string Copyright => "Copyright 2020, Mike Ward"; } } \ No newline at end of file diff --git a/src/tweetz.core/tweetz.core.csproj b/src/tweetz.core/tweetz.core.csproj index adcd578f..bfeb9821 100644 --- a/src/tweetz.core/tweetz.core.csproj +++ b/src/tweetz.core/tweetz.core.csproj @@ -8,7 +8,7 @@ true app.ico false - 2.0.0 + 2.0.2 A gadget-like desktop twitter client. Copyright 2020, Mike Ward https://github.com/mike-ward/tweetz @@ -16,6 +16,8 @@ en-US false false + 2.0.2.0 + 2.0.2.0 diff --git a/tweetz.core.setup.iss b/tweetz.core.setup.iss index 2aeb2743..7b1e0c27 100644 --- a/tweetz.core.setup.iss +++ b/tweetz.core.setup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Tweetz" -#define MyAppVersion "2.0.1" +#define MyAppVersion "2.0.2" #define MyAppPublisher "Mike Ward" #define MyAppURL "https://mike-ward.net/tweetz" #define MyAppExeName "tweetz.core.exe"