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 33</p >
44
55<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 >
89</p >
910
1011---
2930## ABOUT
3031
3132
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:
3435- [ 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/ )
3837
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
4241
4342## FEATURES
4443
Original file line number Diff line number Diff line change 11{
22 "name" : " novelscraper" ,
33 "private" : true ,
4- "version" : " 3.0.5 " ,
4+ "version" : " 3.0.6 " ,
55 "type" : " module" ,
66 "scripts" : {
77 "dev" : " vite" ,
5353 "typescript" : " ^5.8.2" ,
5454 "vite" : " ^5.3.1"
5555 }
56- }
56+ }
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://schema.tauri.app/config/2" ,
33 "productName" : " NovelScraper" ,
4- "version" : " 3.0.5 " ,
4+ "version" : " 3.0.6 " ,
55 "identifier" : " me.hanadigital.novelscraper" ,
66 "build" : {
77 "beforeDevCommand" : " pnpm dev" ,
5656 ]
5757 }
5858 }
59- }
59+ }
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ export function AppSidebar() {
100100 </ SidebarGroup >
101101 </ SidebarContent >
102102 < SidebarFooter className = "flex flex-col items-end gap-4" >
103- { ! newVersion &&
103+ { newVersion &&
104104 < SidebarMenu >
105105 < SidebarMenuItem className = "flex gap-2 justify-center items-center shadow-lg shadow-green-900" >
106106 < 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