Releases: LulumiProject/lulumi-browser
Releases · LulumiProject/lulumi-browser
Lulumi-browser v1.3.2
Bug Fixes
- Enable plugins in webview so as to use the default chrome pdf viewer. ec38354
- Improve the way triggering find-in-page event. 15dd37d
- Tabs-ordering is much better. 0c76094
- Fix the reloading problem while saving the current app-state. 2e5e87c
- Fix some API problems. 3b274f6
- Fix a problem of new-tab ipc handler. edfbe26
- Revise the typos of
ipcRenderer.removeAllListeners
. f601177
API Changes
- More APIs support. #19
Upgrades
- Upgrade Electron to
v1.7.4
. 60a54f7
Lulumi-browser v1.3.1
Bug Fixes
- Fix the unit test and e2e test. 3dd3fb2 2e70f64 63803a7 719b5f9 31b8da2 cda4f00
- Better looks of locations of About pages and PDF viewer pages. 468ec4d
- Dynamically adjust the height of webview. 6799f64
- Reload the tab while recovering from the disconnected environment. 69a36f0
- Adjust the timing setting the current pageIndex when creating a new tab. 494a6fc
- Use Fuse.js to fuzz search the results of auto-completion. 13b0461
- More stable way to get the current BrowserWindow instance. 16e9f13
API Changes
-
More APIs support. #19 (comment)
Upgrades
- Upgrade Electron to
v1.7.2
. 0e6f8d0
Lulumi-browser v1.3.0
1.3.0
Note:
The build provided here has a modified version of MakeGithubGreatAgain in order to test the functionality of lulumi API. Clone and build yourself a clean one to fit your need.
Lulumi-browser v1.2.1
Lulumi-browser v1.2.0
1.2.0
- Add "History" page.
- Store states of the browser, such as tabs history, browsing history, and etc.
- Users can choose which pdf-viewer they want to use, built-in chrome pdf-viewer, or pdf.js.
- Hold down over backward and forward buttons will drop down page history.
- Implementation of permission requesting notification.
- More details are listed here.
Lulumi-browser v1.1.0
1.1.0
- add pdf.js to view PDF files
- upgrade to electron v1.6.3 to support async pop up in renderer pages
- change style of new-tab button
- add simple find-in-page function
- add "app/guest" directory
- add "About" pages
- add downloads function