Skip to content

Commit 1d3e55b

Browse files
committed
Updates change log and version
1 parent c604af4 commit 1d3e55b

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## [3.0.0-preview.28] - 2024-07-27
7+
8+
### Added
9+
10+
- Added option to follow the album cover color
11+
- Added option to remember playback controls (loop, shuffle) after a restart
12+
13+
### Changed
14+
15+
- Improved loop one button
16+
617
## [3.0.0-preview.27] - 2024-07-08
718

819
### Added

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Dopamine",
33
"version": "3.0.0",
4-
"versionSuffix": "preview.27",
4+
"versionSuffix": "preview.28",
55
"copyright": "Copyright Digimezzo Ⓒ 2014 - 2024",
66
"description": "Audio player",
77
"homepage": "https://github.com/digimezzo/dopamine",

src/app/common/application/product-information.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe('ProductInformation', () => {
2121
const applicationVersion: string = ProductInformation.applicationVersion;
2222

2323
// Assert
24-
expect(applicationVersion).toEqual('3.0.0-preview.27');
24+
expect(applicationVersion).toEqual('3.0.0-preview.28');
2525
});
2626
});
2727

0 commit comments

Comments
 (0)