Skip to content

Commit 5b7524e

Browse files
authored
Merge pull request #83 from HanaDigital/master
v3.1.0
2 parents 06642c2 + 9504226 commit 5b7524e

27 files changed

+2225
-458
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ List of supported sites:
3636
- [NovelBin](https://novelbin.com/)
3737
- [Novgo](https://novgo.co)
3838

39-
Author: [@dr-nyt](https://github.com/dr-nyt)
39+
Author: [@dr-nyt](https://github.com/dr-nyt)
4040
Contributors: [@webdagger](https://github.com/webdagger), [@jiskim](https://github.com/jiskim)
41-
Version: 3.0.9
41+
Version: 3.1.0
4242

4343
## FEATURES
4444

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "novelscraper",
33
"private": true,
4-
"version": "3.0.9",
4+
"version": "3.1.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -15,6 +15,7 @@
1515
"@radix-ui/react-progress": "^1.1.1",
1616
"@radix-ui/react-separator": "^1.1.0",
1717
"@radix-ui/react-slot": "^1.1.0",
18+
"@radix-ui/react-tabs": "^1.1.3",
1819
"@radix-ui/react-tooltip": "^1.1.4",
1920
"@tanstack/react-router": "^1.82.1",
2021
"@tauri-apps/api": "^2",
@@ -29,13 +30,15 @@
2930
"class-variance-authority": "^0.7.0",
3031
"clone": "^2.1.2",
3132
"clsx": "^2.1.1",
33+
"firebase": "^11.4.0",
3234
"immer": "^10.1.1",
3335
"jotai": "^2.10.3",
3436
"jotai-immer": "^0.4.1",
3537
"jszip": "^3.10.1",
3638
"lucide-react": "^0.460.0",
3739
"react": "^18.2.0",
3840
"react-dom": "^18.2.0",
41+
"react-markdown": "^10.1.0",
3942
"tailwind-merge": "^2.5.4",
4043
"tailwindcss-animate": "^1.0.7"
4144
},

0 commit comments

Comments
 (0)