Skip to content

Commit

Permalink
feat: add version info on settings
Browse files Browse the repository at this point in the history
  • Loading branch information
nini22P committed Oct 28, 2024
1 parent 3c4cc06 commit 656cc8c
Show file tree
Hide file tree
Showing 9 changed files with 273 additions and 67 deletions.
201 changes: 177 additions & 24 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "omp",
"description": "OneDrive Media Player",
"private": true,
"version": "1.8.1",
"version": "1.9.0",
"scripts": {
"dev": "webpack serve",
"build": "webpack --mode=production --node-env=production",
"build": "node update-version-info.mjs && webpack --mode=production --node-env=production",
"lint": "eslint src --report-unused-disable-directives --max-warnings 0",
"watch": "webpack --watch",
"lingui": "lingui extract & lingui compile --typescript"
Expand Down Expand Up @@ -43,10 +43,10 @@
"@lingui/cli": "4.13.0",
"@lingui/swc-plugin": "4.0.10",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@swc/core": "1.7.39",
"@swc/core": "1.7.40",
"@types/color": "4.2.0",
"@types/extract-colors": "^1.1.4",
"@types/node": "22.7.9",
"@types/node": "22.8.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-virtualized": "^9.21.30",
Expand Down Expand Up @@ -75,4 +75,4 @@
"webpack-merge": "6.0.1",
"workbox-webpack-plugin": "^7.1.0"
}
}
}
5 changes: 5 additions & 0 deletions src/data/info.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export const INFO = {
version: '1.9.0',
buildTime: '2024-10-28T07:18:04.148Z',
}

Loading

0 comments on commit 656cc8c

Please sign in to comment.