Skip to content

Commit

Permalink
merge branch 'main' into 'issues#106' (#117)
Browse files Browse the repository at this point in the history
* fix redirect to `not_foud` if change chap = SPA

* fix not show trailer youtube

* depnds

* chore: release v0.0.128

* fix pnpm install fail

* chore: release v0.0.129

* fix not select first ep if not view

* chore: release v0.0.130

* fix loop set `currentChap`

* fix loop not update curTime (bootloop firestore)

* depends

* chore: release v0.0.131

* down delay first save cur

* chore: release v0.0.132

* fix down function but not return cb :(

* chore: release v0.0.133

* clear throttle wait if cancel

* fix not auto select ep

* chore: release v0.0.134

* fix deep value not sync

* [WIP]: Support other server (#111)

* add apis

* typo

* feat: typo

* feat: api

* add logic `get-quality-by-label.ts`

* typo

* [WIP]: support multiple server and multiple quality (1080p, 480p?)

* fix test

* typo `artQuality`

* resolve need change

* reactive `artQuality` value invalidate `sources`

* remove redundant logic

* Delete .whitesource

* chore: release v0.0.135

* fix not_found if change ss (#114)

* fix volumne to preset (#115)

* chore: release v0.0.136

* rm .npmrc

* chore: release v0.0.137

* Create .npmrc (#116)
  • Loading branch information
tachibana-shin authored Apr 25, 2023
1 parent 9ee2df9 commit 162d5cc
Show file tree
Hide file tree
Showing 25 changed files with 903 additions and 1,089 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
auto-install-peers=true
strict-peer-dependencies=false
14 changes: 0 additions & 14 deletions .whitesource

This file was deleted.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git.shin.animevsub",
"version": "0.0.127",
"version": "0.0.137",
"description": "Watch Anime without advertising, free, private.",
"productName": "AnimeVsub",
"author": "Tachibana Shin <[email protected]>",
Expand All @@ -20,14 +20,13 @@
"release": "bumpp package.json --commit --tag --push"
},
"dependencies": {
"@firebase/analytics": "^0.9.1",
"@firebase/app": "^0.9.1",
"@firebase/firestore": "^3.8.1",
"@firebase/analytics": "^0.9.5",
"@firebase/app": "^0.9.8",
"@firebase/firestore": "^3.10.1",
"@fontsource/caveat": "^4.5.10",
"@iconify/vue": "^4.1.1",
"@quasar/extras": "^1.15.10",
"@vueuse/core": "^9.12.0",
"@vueuse/firebase": "^9.12.0",
"@vueuse/head": "^1.0.23",
"@vueuse/shared": "^9.12.0",
"cheerio": "1.0.0-rc.12",
Expand Down Expand Up @@ -84,6 +83,7 @@
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"@vitest/web-worker": "^0.30.1",
"autoprefixer": "^10.4.13",
"bumpp": "^8.2.1",
"chalk": "^5.2.0",
Expand All @@ -101,7 +101,7 @@
"vite-plugin-remove-console": "^1.3.0",
"vite-plugin-rewrite-all": "^1.0.1",
"vite-plugin-windicss": "^1.8.10",
"vitest": "~0.28.3",
"vitest": "~0.30.1",
"vue-tsc": "^1.0.24",
"windicss": "^3.5.6"
},
Expand Down
Loading

0 comments on commit 162d5cc

Please sign in to comment.