Skip to content

Commit

Permalink
Merge pull request #156 from Serhii-DV/dev
Browse files Browse the repository at this point in the history
Version 0.19.0
  • Loading branch information
Serhii-DV authored Jan 28, 2025
2 parents 5f5171d + e846187 commit 0040592
Show file tree
Hide file tree
Showing 48 changed files with 1,994 additions and 1,063 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change log

## 0.19.0 (2025-01-28)

### Features

- popup: Improved Discogs Search button. Added more options for searching
- popup: Added Bandcamp release and search links to the release card navigation
- popup: Output album styles on the album card and Bandcamp latest viewed widget
- bandcamp: Improved getting artists from tracks in case of various artists release
- discogs: Improve importing metadata logic. Added more choices for fields.
- discogs: Metadata. Added more choices for format types.
- discogs: Metadata. Added more choices for genres and styles.

## 0.18.1 (2024-12-25)

### Features
Expand Down
137 changes: 75 additions & 62 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"version": "0.18.1",
"version": "0.19.0",
"devDependencies": {
"@github/relative-time-element": "^4.4.4",
"@swc/html": "^1.10.1",
"@types/chrome": "^0.0.287",
"@swc/html": "^1.10.11",
"@types/chrome": "^0.0.299",
"@types/isotope-layout": "^3.0.13",
"@types/mustache": "^4.2.5",
"@types/uuid": "^10.0.0",
Expand All @@ -24,9 +24,9 @@
"prettier": "^3.4.2",
"source-map-loader": "^5.0.0",
"terser-webpack-plugin": "^5.3.11",
"ts-loader": "^9.5.1",
"typescript": "^5.7.2",
"uuid": "^11.0.3",
"ts-loader": "^9.5.2",
"typescript": "^5.7.3",
"uuid": "^11.0.5",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0",
Expand Down
1 change: 0 additions & 1 deletion src/app/artistItem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export class ArtistItem extends BandcampItem {
}

static fromObject(obj: IArtistItem): ArtistItem {
console.log('ArtistItem fromObject', obj);
return new ArtistItem(
obj.url,
obj.name,
Expand Down
Loading

0 comments on commit 0040592

Please sign in to comment.