You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Shrine Browser Lite is a lightweight, fast, and efficient locally developed brow
7
7
8
8
> This version is an early stage of development and **does not yet reflect the full features of the latest stable version.**
9
9
10
-
### 🛠 Differences from the stable version (v11.4.0):
10
+
### 🛠 Differences from the stable version (v11.4.5):
11
11
12
12
👉 **For the stable and full-featured version**, please download from the [Releases] page (https://github.com/danx123/shrine-browser-lite/releases).
13
13
@@ -44,11 +44,14 @@ Shrine Browser Lite/
44
44
│ └── user_prefs.json – Contains user configuration
45
45
```
46
46
---
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.
0 commit comments