diff --git a/CHANGELOG.md b/CHANGELOG.md index cafe82775..2f7b7760e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] - User macros +## [2.4.0] - 2021-01-01 + +### Changed +- Average prices added at the bottom of the item window +- Difference calculation for item prices removed from the item window +- Performance improvements +- Button redesigned + ## [2.3.1] - 2020-10-31 ### Fixed @@ -20,8 +28,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - New translations added. ### Changed -- Performance improvements. -- Added loading image to Full Item Info tab. +- Performance improvements +- Added loading image to Full Item Info tab ## [2.2.3] - 2020-09-17 @@ -202,7 +210,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Remove - Remove ini settings -[Unreleased]: https://github.com/Triky313/AlbionOnline-StatisticsAnalysis/compare/2.3.1...HEAD +[Unreleased]: https://github.com/Triky313/AlbionOnline-StatisticsAnalysis/compare/2.4.0...HEAD +[2.4.0]: https://github.com/Triky313/AlbionOnline-StatisticsAnalysis/compare/2.3.1...2.4.0 [2.3.1]: https://github.com/Triky313/AlbionOnline-StatisticsAnalysis/compare/2.3.0...2.3.1 [2.3.0]: https://github.com/Triky313/AlbionOnline-StatisticsAnalysis/compare/2.2.3...2.3.0 [2.2.3]: https://github.com/Triky313/AlbionOnline-StatisticsAnalysis/compare/2.2.2...2.2.3 diff --git a/StatisticsAnalysisTool/StatisticsAnalysisTool/Properties/AssemblyInfo.cs b/StatisticsAnalysisTool/StatisticsAnalysisTool/Properties/AssemblyInfo.cs index 2040c9e32..6173f7c82 100644 --- a/StatisticsAnalysisTool/StatisticsAnalysisTool/Properties/AssemblyInfo.cs +++ b/StatisticsAnalysisTool/StatisticsAnalysisTool/Properties/AssemblyInfo.cs @@ -52,5 +52,5 @@ // Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden, // indem Sie "*" wie unten gezeigt eingeben: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.3.1.*")] -[assembly: AssemblyFileVersion("2.3.1.0")] +[assembly: AssemblyVersion("2.4.0.*")] +[assembly: AssemblyFileVersion("2.4.0.0")]