File tree Expand file tree Collapse file tree 4 files changed +14
-15
lines changed Expand file tree Collapse file tree 4 files changed +14
-15
lines changed Original file line number Diff line number Diff line change 3
3
</p >
4
4
5
5
<p align =" center " >
6
- <a href =" https://github.com/HanaDigital/NovelScraper/releases " ><img width =" 200 " src =" https://user-images.githubusercontent.com/41040912/95695097-80053100-0c46-11eb-8393-2f97d5f1e63c.png " ></a >
7
- <a href =" https://github.com/HanaDigital/NovelScraper/releases " ><img width =" 200 " src =" https://user-images.githubusercontent.com/41040912/95696675-218f8100-0c4d-11eb-82b9-cddddbe94758.png " ></a >
6
+ <a href =" https://github.com/HanaDigital/NovelScraper/releases " ><img width =" 200 " src =" https://user-images.githubusercontent.com/41040912/95695097-80053100-0c46-11eb-8393-2f97d5f1e63c.png " alt =" Windows " ></a >
7
+ <a href =" https://github.com/HanaDigital/NovelScraper/releases " ><img width =" 200 " src =" https://github.com/user-attachments/assets/569b3f75-2642-4ece-a6d9-fbb0b8c73149 " alt =" MacOS " ></a >
8
+ <a href =" https://github.com/HanaDigital/NovelScraper/releases " ><img width =" 200 " src =" https://user-images.githubusercontent.com/41040912/95696675-218f8100-0c4d-11eb-82b9-cddddbe94758.png " alt =" Linux " ></a >
8
9
</p >
9
10
10
11
---
29
30
## ABOUT
30
31
31
32
32
- Download and update translated web/light novels from a list of sites.
33
- List of supported sites:
33
+ Download and update translated web/light novels from a list of sites.
34
+ List of supported sites:
34
35
- [ NovelFull] ( https://novelfull.com/ )
35
- - [ BoxNovel] ( https://boxnovel.com/ )
36
- - [ ReadLightNovel] ( https://www.readlightnovel.org/ )
37
- - [ ~~ NovelPlanet~~ ] ( https://novelplanet.com/ ) _ offline_
36
+ - [ NovelBin] ( https://novelbin.com/ )
38
37
39
- Author: [ @dr-nyt ] ( https://github.com/dr-nyt )
40
- Contributors: [ @webdagger ] ( https://github.com/webdagger ) , [ @jiskim ] ( https://github.com/jiskim )
41
- Version: 2 .0.7
38
+ Author: [ @dr-nyt ] ( https://github.com/dr-nyt )
39
+ Contributors: [ @webdagger ] ( https://github.com/webdagger ) , [ @jiskim ] ( https://github.com/jiskim )
40
+ Version: 3 .0.6
42
41
43
42
## FEATURES
44
43
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " novelscraper" ,
3
3
"private" : true ,
4
- "version" : " 3.0.5 " ,
4
+ "version" : " 3.0.6 " ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"dev" : " vite" ,
53
53
"typescript" : " ^5.8.2" ,
54
54
"vite" : " ^5.3.1"
55
55
}
56
- }
56
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://schema.tauri.app/config/2" ,
3
3
"productName" : " NovelScraper" ,
4
- "version" : " 3.0.5 " ,
4
+ "version" : " 3.0.6 " ,
5
5
"identifier" : " me.hanadigital.novelscraper" ,
6
6
"build" : {
7
7
"beforeDevCommand" : " pnpm dev" ,
56
56
]
57
57
}
58
58
}
59
- }
59
+ }
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ export function AppSidebar() {
100
100
</ SidebarGroup >
101
101
</ SidebarContent >
102
102
< SidebarFooter className = "flex flex-col items-end gap-4" >
103
- { ! newVersion &&
103
+ { newVersion &&
104
104
< SidebarMenu >
105
105
< SidebarMenuItem className = "flex gap-2 justify-center items-center shadow-lg shadow-green-900" >
106
106
< SidebarMenuButton size = "lg" className = "!bg-card border border-green-900" onClick = { handleInstallUpdate } disabled = { isUpdating } >
You can’t perform that action at this time.
0 commit comments