Skip to content

Commit e037568

Browse files
authored
Update README.md
1 parent 3f9606c commit e037568

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Shrine Browser Lite is a lightweight, fast, and efficient locally developed brow
77
88
> This version is an early stage of development and **does not yet reflect the full features of the latest stable version.**
99
10-
### 🛠 Differences from the stable version (v11.4.0):
10+
### 🛠 Differences from the stable version (v11.4.5):
1111

1212
👉 **For the stable and full-featured version**, please download from the [Releases] page (https://github.com/danx123/shrine-browser-lite/releases).
1313

@@ -44,11 +44,14 @@ Shrine Browser Lite/
4444
│ └── user_prefs.json – Contains user configuration
4545
```
4646
---
47-
📜 Shrine Browser Lite v11.2.2 Changelog
48-
- Improve Performace
49-
- Fixed Memory Leak
50-
- Added Lazy Load for side bar
51-
- Fixed Double User Agent (side bar)
47+
📜 Shrine Browser Lite v11.4.5
48+
New Features
49+
Native HTML Interfaces: Migrated History, About, and Downloads menus from legacy dialogs to fully responsive HTML pages for a modern, native browser experience.
50+
Download Persistence: Implemented a persistent download history system. Download logs are now saved to downloads.json located specifically within the user's profile directory, ensuring data isolation between profiles.
51+
Enhanced File Management: Added functionality to the Downloads page allowing users to open files directly or reveal them in the system file explorer (Show in Folder).
52+
Improvements
53+
URL Masking: Implemented smart address bar masking for internal pages. Internal file paths (e.g., file:///.../history.html) are now displayed cleanly as "History", "About", or "Downloads".
54+
Internal Navigation: Refactored the main menu to open internal pages in new tabs via the open_internal_page helper method.
5255

5356
QtWebEngine Version: 6.10.1
5457

@@ -60,7 +63,12 @@ JavaScript V8: 13.4.114.21
6063
---
6164

6265
## 📸 Screenshots
63-
<img width="1365" height="722" alt="Screenshot 2025-11-23 142803" src="https://github.com/user-attachments/assets/0ce78c1b-7451-45a7-b458-3c838179f6e9" />
66+
<img width="1365" height="721" alt="Screenshot 2025-11-25 082223" src="https://github.com/user-attachments/assets/a6142af3-f73e-4d80-a365-db6d3236aca9" />
67+
<img width="1365" height="721" alt="Screenshot 2025-11-25 082322" src="https://github.com/user-attachments/assets/af05a417-298c-402c-8903-f2ad92f6fac9" />
68+
<img width="1365" height="717" alt="Screenshot 2025-11-25 082250" src="https://github.com/user-attachments/assets/30f4edce-b476-429b-b175-b6699831a201" />
69+
70+
71+
6472

6573
---
6674

0 commit comments

Comments
 (0)