Skip to content

Commit

Permalink
Changelog change
Browse files Browse the repository at this point in the history
  • Loading branch information
SparrowBrain committed Apr 21, 2024
1 parent 90bf4cd commit 1ee9721
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PlayNext/PlayNext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ public class PlayNext : GenericPlugin, IStartPageExtension
private readonly GameActivityExtension _gameActivities;
private readonly HowLongToBeatExtension _howLongToBeatExtension;
private readonly StartupSettingsValidator _startupSettingsValidator;
private readonly TotalScoreCalculator _totalScoreCalculator;
private readonly DateTimeProvider _dateTimeProvider = new DateTimeProvider();

private PlayNextSettingsViewModel _settings;
private StartPagePlayNextViewModel _startPagePlayNextViewModel;
private PlayNextMainViewModel _playNextMainViewModel;
private PlayNextMainView _playNextMainView;
private TotalScoreCalculator _totalScoreCalculator;
private StartPagePlayNextView _startPageView;

public override Guid Id { get; } = Guid.Parse("05234f92-39d3-4432-98c1-6f37a3e4b870");
Expand Down
4 changes: 2 additions & 2 deletions ci/Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ v1.5.0-------------------------
- Added Brazilian Portuguese translations
- Added score calculation by Series
- Improved game score by length algorithm (deviation by 0.5 from preferred length is the score limit)
- Optimized zero weight calculations
- Fixed unnecessary calculation on app start
----------- Extract StartPage Settings
----------- Allow switching off sidebar item
----------- Fix init calculations
----------- Optimize zero weight calculations

v1.4.0
- Added minimum cover count for use with start page alignments
Expand Down

0 comments on commit 1ee9721

Please sign in to comment.