Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/crisp-cities-kiss.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/wacky-pandas-fetch.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/better-steam-rating/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# better-steam-rating

## 0.2.7

### Patch Changes

- [#212](https://github.com/mogeko/userscripts/pull/212) [`a16f47f`](https://github.com/mogeko/userscripts/commit/a16f47f78d184834fd146ddd6284964c9cea65f9) Thanks [@dependabot](https://github.com/apps/dependabot)! - Some details optimized:

- `packages/better-steam-rating/src/main.js:39:17`
`Date.now()` is more readable and also avoids unnecessary instantiation of Date object.

- `packages/better-steam-rating/src/main.js:40:16`
`packages/better-steam-rating/src/main.js:67:21`
`packages/better-steam-rating/src/main.js:81:157`
Add a non-fractional number to 10.

## 0.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/better-steam-rating/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-steam-rating",
"version": "0.2.6",
"version": "0.2.7",
"private": true,
"type": "module",
"description": "优化 Steam 的评分系统",
Expand Down
8 changes: 8 additions & 0 deletions packages/exclude-dv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# exclude-dv

## 0.0.10

### Patch Changes

- [#212](https://github.com/mogeko/userscripts/pull/212) [`a16f47f`](https://github.com/mogeko/userscripts/commit/a16f47f78d184834fd146ddd6284964c9cea65f9) Thanks [@dependabot](https://github.com/apps/dependabot)! - Simplify regex by removing unnecessary escape characters

The regex pattern for DV_TRAIT was updated to remove escape characters before dots and hyphens within character classes. In regex character classes, dots and hyphens do not need to be escaped, making the pattern cleaner and more readable while maintaining the same functionality.

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/exclude-dv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exclude-dv",
"version": "0.0.9",
"version": "0.0.10",
"private": true,
"type": "module",
"description": "Excluding the result of Dolby Vision in RARBG.to.",
Expand Down