Skip to content

Commit a70ae03

Browse files
semantic-release-botsinedied
authored andcommitted
chore(release): 1.5.0 [skip ci]
# [1.5.0](1.4.1...1.5.0) (2025-03-29) ### Bug Fixes * improve subtitle handling in matching logic ([#8](#8)) ([8f72ea4](8f72ea4)) ### Features * add Docker support ([#6](#6)) ([e320e85](e320e85)) * add fuzzy matching ([#9](#9)) ([#10](#10)) ([5d355f4](5d355f4)) * disable separate artwork scraping for muOS ([0d76062](0d76062)) * generate/update theme overrides for muOS ([7a178bb](7a178bb)) * ignore "XX)" ordering before the rom name ([#7](#7)) ([a498452](a498452)) * improve ai matching ([0ff04d3](0ff04d3))
1 parent 7a178bb commit a70ae03

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [1.5.0](https://github.com/sinedied/mini-scraper/compare/1.4.1...1.5.0) (2025-03-29)
2+
3+
4+
### Bug Fixes
5+
6+
* improve subtitle handling in matching logic ([#8](https://github.com/sinedied/mini-scraper/issues/8)) ([8f72ea4](https://github.com/sinedied/mini-scraper/commit/8f72ea4efeb55e95fb933ba84446de09f793af9d))
7+
8+
9+
### Features
10+
11+
* add Docker support ([#6](https://github.com/sinedied/mini-scraper/issues/6)) ([e320e85](https://github.com/sinedied/mini-scraper/commit/e320e85771e9105c332e5a8226e62cef13023edc))
12+
* add fuzzy matching ([#9](https://github.com/sinedied/mini-scraper/issues/9)) ([#10](https://github.com/sinedied/mini-scraper/issues/10)) ([5d355f4](https://github.com/sinedied/mini-scraper/commit/5d355f427e7cad4e25cbc2b00b7cc4f2fb6e20ba))
13+
* disable separate artwork scraping for muOS ([0d76062](https://github.com/sinedied/mini-scraper/commit/0d76062ae716fae07f2a579280d1d434ad707a6d))
14+
* generate/update theme overrides for muOS ([7a178bb](https://github.com/sinedied/mini-scraper/commit/7a178bb7d67f2cb3f484c827965d29f7ac9fc23b))
15+
* ignore "XX)" ordering before the rom name ([#7](https://github.com/sinedied/mini-scraper/issues/7)) ([a498452](https://github.com/sinedied/mini-scraper/commit/a498452ac52d2d4d441a50be284d1a4d0cc0882f))
16+
* improve ai matching ([0ff04d3](https://github.com/sinedied/mini-scraper/commit/0ff04d3f5b8c573a7e97c3108416dbc559377fca))
17+
118
## [1.4.1](https://github.com/sinedied/mini-scraper/compare/1.4.0...1.4.1) (2025-03-16)
219

320

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sinedied/mini-scraper",
33
"description": "Artwork scraper for handheld emulators.",
4-
"version": "1.4.1",
4+
"version": "1.5.0",
55
"type": "module",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)