Skip to content

Commit

Permalink
Updates change log and version
Browse files Browse the repository at this point in the history
  • Loading branch information
digimezzo committed Jul 27, 2024
1 parent c604af4 commit 1d3e55b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.0.0-preview.28] - 2024-07-27

### Added

- Added option to follow the album cover color
- Added option to remember playback controls (loop, shuffle) after a restart

### Changed

- Improved loop one button

## [3.0.0-preview.27] - 2024-07-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Dopamine",
"version": "3.0.0",
"versionSuffix": "preview.27",
"versionSuffix": "preview.28",
"copyright": "Copyright Digimezzo Ⓒ 2014 - 2024",
"description": "Audio player",
"homepage": "https://github.com/digimezzo/dopamine",
Expand Down
2 changes: 1 addition & 1 deletion src/app/common/application/product-information.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('ProductInformation', () => {
const applicationVersion: string = ProductInformation.applicationVersion;

// Assert
expect(applicationVersion).toEqual('3.0.0-preview.27');
expect(applicationVersion).toEqual('3.0.0-preview.28');
});
});

Expand Down

0 comments on commit 1d3e55b

Please sign in to comment.