chore: bump version to v1.2.0, cleanup repo, and update docs refs

This commit is contained in:
dyzulk
2026-01-18 23:29:04 +07:00
parent 6c92985707
commit 18a525e438
36 changed files with 1362 additions and 2777 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "mivo",
"version": "1.1.1",
"description": "This is a complete rewrite of Mikhmon v3 using a modern MVC architecture.\r It runs on a lightweight custom core designed for performance on low-end devices (STB/Android).",
"version": "1.2.0",
"description": "This is a complete rewrite of Mivo using a modern MVC architecture.\r It runs on a lightweight custom core designed for performance on low-end devices (STB/Android).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
@@ -22,8 +22,8 @@
"chart.js": "^4.5.1",
"flag-icons": "^7.5.0",
"lucide": "^0.562.0",
"lucide-vue-next": "^0.562.0",
"qrious": "^4.0.2"
"qrious": "^4.0.2",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@babel/runtime": "^7.28.6",
@@ -35,8 +35,6 @@
"codemirror": "^6.0.2",
"esbuild": "^0.27.2",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"vitepress": "^1.0.0-rc.31",
"vue": "^3.4.0"
"tailwindcss": "^3.4.17"
}
}