Skip to content

Commit e124ecb

Browse files
authored
Merge pull request #72 from HanaDigital/master
v3.0.6
2 parents e4799bd + 4201372 commit e124ecb

File tree

4 files changed

+14
-15
lines changed

4 files changed

+14
-15
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
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
---
@@ -29,16 +30,14 @@
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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",
@@ -53,4 +53,4 @@
5353
"typescript": "^5.8.2",
5454
"vite": "^5.3.1"
5555
}
56-
}
56+
}

src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",
@@ -56,4 +56,4 @@
5656
]
5757
}
5858
}
59-
}
59+
}

src/components/app-sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}>

0 commit comments

Comments
 (0)