Skip to content

Commit

Permalink
chore: release 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RaunoT authored Sep 5, 2024
2 parents 41180e3 + c59f7b6 commit 254ac86
Show file tree
Hide file tree
Showing 14 changed files with 597 additions and 381 deletions.
8 changes: 7 additions & 1 deletion .cz-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,11 @@ module.exports = {
name: 'test: Adding missing tests or correcting existing tests',
},
],
scopes: [{ name: 'rewind' }, { name: 'dashboard' }, { name: 'config' }],
scopes: [
{ name: 'rewind' },
{ name: 'dashboard' },
{ name: 'config' },
{ name: 'api' },
{ name: 'dependencies' },
],
}
20 changes: 20 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: 'Check for stale issues and PRs'
on:
schedule:
- cron: '30 1 * * *'

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
exempt-issue-labels: 'never-stale'
stale-issue-label: 'stale'
stale-pr-message: 'This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
exempt-pr-labels: 'never-stale'
stale-pr-label: 'stale'
days-before-stale: 30
days-before-close: 5
only-labels: 'awaiting triage'
35 changes: 20 additions & 15 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@
{
"preset": "conventionalcommits",
"releaseRules": [
{ "breaking": true, "release": "major" },
{ "type": "feat", "release": "minor" },
{ "type": "fix", "release": "patch" },
{ "type": "ui", "release": "patch" },
{ "type": "perf", "release": "patch" },
{ "type": "docs", "release": false },
{ "type": "build", "release": "patch" },
{ "type": "revert", "release": "patch" },
{ "type": "docs", "release": false },
{ "type": "ci", "release": false },
{ "type": "chore", "release": false },
{ "type": "refactor", "release": "patch" },
{ "type": "build", "release": "patch" },
{ "type": "ci", "release": "patch" },
{ "type": "refactor", "release": false },
{ "type": "style", "release": false },
{ "type": "test", "release": false }
]
Expand All @@ -27,25 +28,29 @@
"presetConfig": {
"types": [
{ "type": "feat", "section": "🚀 Features", "hidden": false },
{ "type": "fix", "section": "🐛 Bug Fixes", "hidden": false },
{ "type": "ui", "section": "🎨 UI Changes", "hidden": false },
{ "type": "fix", "section": "🐛 Bug fixes", "hidden": false },
{ "type": "ui", "section": "🎨 UI changes", "hidden": false },
{
"type": "perf",
"section": "⚡ Performance Improvements",
"section": "⚡ Performance improvements",
"hidden": false
},
{ "type": "docs", "section": "📝 Documentation", "hidden": false },
{ "type": "build", "section": "🛠️ Other Changes", "hidden": false },
{ "type": "revert", "section": "⏪ Reverts", "hidden": false },
{ "type": "chore", "section": "🛠️ Other Changes", "hidden": true },
{ "type": "docs", "section": "📝 Documentation", "hidden": false },
{ "type": "ci", "hidden": true },
{ "type": "chore", "hidden": true },
{
"type": "refactor",
"section": "🛠️ Other Changes",
"hidden": false
"hidden": true
},
{ "type": "build", "section": "🛠️ Other Changes", "hidden": false },
{ "type": "ci", "section": "🛠️ Other Changes", "hidden": false },
{ "type": "style", "section": "🛠️ Other Changes", "hidden": true },
{ "type": "test", "section": "🛠️ Other Changes", "hidden": true }
{ "type": "style", "hidden": true },
{ "type": "test", "hidden": true },
{
"type": "breaking",
"section": "❗ Breaking Changes",
"hidden": false
}
]
}
}
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Keep an eye on the [issues page](https://github.com/RaunoT/plex-rewind/issues) t

## Preview

![Dashboard](https://i.imgur.com/C4RVCVJ.png 'Dashboard')
![Dashboard](https://i.imgur.com/6UKEp7v.png 'Dashboard')

![Rewind](https://i.imgur.com/wB2x9X4.png 'Rewind')
![Rewind](https://i.imgur.com/w536oB5.png 'Rewind')

## Getting started

Expand All @@ -53,6 +53,8 @@ services:
> _NOTE: If you run into authentication issues, try setting `NEXTAUTH_URL` and `NEXT_PUBLIC_SITE_URL` to your external Docker IP, instead of localhost. For example `http://192.168.1.1:8383`._

For those that need it, a simple status page is also available at `/api/status`.

### Unraid

Plex Rewind is also available in the Community Apps store for Unraid. Search for "Plex Rewind" and install it from grtgbln's repository.
Expand Down
33 changes: 18 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,34 +23,37 @@
"dependencies": {
"@heroicons/react": "^2.1.5",
"@internationalized/date": "^3.5.5",
"framer-motion": "^11.3.28",
"framer-motion": "^11.5.4",
"lodash": "^4.17.21",
"next": "^14.2.5",
"next": "^14.2.8",
"next-auth": "^4.24.7",
"next-runtime-env": "^3.2.2",
"qs": "^6.13.0",
"react": "^18.3.1",
"react-aria-components": "^1.3.2",
"react-aria-components": "^1.3.3",
"react-dom": "^18.3.1",
"react-sortablejs": "^6.1.4",
"sharp": "^0.33.5",
"sortablejs": "^1.15.3",
"stories-react": "^1.1.2",
"uuid": "^10.0.0",
"xml2js": "^0.6.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@saithodev/semantic-release-backmerge": "^4.0.1",
"@semantic-release/exec": "^6.0.3",
"@serwist/next": "^9.0.5",
"@stylistic/eslint-plugin-js": "^2.6.4",
"@tailwindcss/forms": "^0.5.7",
"@serwist/next": "^9.0.7",
"@stylistic/eslint-plugin-js": "^2.7.2",
"@tailwindcss/forms": "^0.5.9",
"@types/lodash": "^4.17.7",
"@types/node": "^22.4.1",
"@types/node": "^22.5.4",
"@types/qs": "^6.9.15",
"@types/react": "^18.3.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/sortablejs": "^1.15.8",
"@types/uuid": "^10.0.0",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^7.18.0",
Expand All @@ -61,17 +64,17 @@
"conventional-changelog-conventionalcommits": "^8.0.0",
"cz-customizable": "7.2.1",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.5",
"eslint-config-next": "^14.2.8",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.1.5",
"lint-staged": "^15.2.9",
"postcss": "^8.4.41",
"lint-staged": "^15.2.10",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"prettier-plugin-tailwindcss": "^0.6.6",
"semantic-release": "^24.1.0",
"serwist": "^9.0.5",
"stylelint": "^16.8.2",
"serwist": "^9.0.7",
"stylelint": "^16.9.0",
"stylelint-config-standard": "^36.0.1",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
Expand Down
Loading

0 comments on commit 254ac86

Please sign in to comment.