generated from electron-react-boilerplate/electron-react-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9bbf643
commit e1b9305
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
|
||
|
||
# 1.0.0 (2023-03-16) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* change all webview view bound to avoid under view display on resize. ([f07a25a](https://github.com/msgbyte/webbox/commit/f07a25ada9ab8a070e3ccb08eaee356847104cd3)) | ||
* fix display in transparent background website ([bda1943](https://github.com/msgbyte/webbox/commit/bda19432ba15cf4e2a55b62fbe4317c804f2df17)) | ||
* fix scroll height in more tree items ([89b9673](https://github.com/msgbyte/webbox/commit/89b96733aab0ca2e84cb676d5f2aad52f34e18db)) | ||
* fix y offset in window ([05b3fb4](https://github.com/msgbyte/webbox/commit/05b3fb4d80dfa30cccaa49cb64f46ab76c4c90f5)) | ||
|
||
|
||
### Features | ||
|
||
* add batch webview update ([b5f4d35](https://github.com/msgbyte/webbox/commit/b5f4d356d4d5ed95bef9251ed7ef6ad819a065d8)) | ||
* add context menu into webview ([cd424a5](https://github.com/msgbyte/webbox/commit/cd424a59ab26c71e3d153e70fd58dbb8e47fc0d8)) | ||
* add header and change url ([2b314d7](https://github.com/msgbyte/webbox/commit/2b314d75939637114b9a9d3643d4f3f2395e3749)) | ||
* add hide all webview ([13fc093](https://github.com/msgbyte/webbox/commit/13fc093f4a38c178bd19ca859d2c4cd8a7401d7a)) | ||
* add key and url check ([48a0f36](https://github.com/msgbyte/webbox/commit/48a0f36ebddf25f0e7f43e4bfc142013b901187e)) | ||
* add package config for appid, icons, version etc. ([c2b14e1](https://github.com/msgbyte/webbox/commit/c2b14e14fa038f81ec3f761bc0950558eda3bd25)) | ||
* add tree data persist ([251fa62](https://github.com/msgbyte/webbox/commit/251fa62cd9335b36c91819ef0795b20bc95255cb)) | ||
* add unmount-webview ([d8840b4](https://github.com/msgbyte/webbox/commit/d8840b4da41e8ffca30b5ef81d4429df33568a6c)) | ||
* add webcontent no select placeholder ([cce31b0](https://github.com/msgbyte/webbox/commit/cce31b0017592f88f57423947ff8a090e0ebc93c)) | ||
* add website btn and tree drop operate ([e694d92](https://github.com/msgbyte/webbox/commit/e694d929bbc1f096001e668a1d0322988b0bdd17)) | ||
* add webview render ([aa30586](https://github.com/msgbyte/webbox/commit/aa30586a54e0116781e968e84849a75b34d8669d)) | ||
* allow snap tree list ([7f921aa](https://github.com/msgbyte/webbox/commit/7f921aafaec326a7ded81099264f383b161aef99)) | ||
* clear website and delete tree node ([476e4a7](https://github.com/msgbyte/webbox/commit/476e4a785237bc9a1ffa997dba0a7b962e999920)) | ||
* record tree expend keys ([8195e81](https://github.com/msgbyte/webbox/commit/8195e812e548ea0959dc65fd14f540b3fc3b7b79)) | ||
* 基本结构与树操作 ([94bbacd](https://github.com/msgbyte/webbox/commit/94bbacdf26ad40d48d8866a783635bdadeb3b66b)) | ||
|
||
|
||
### Performance Improvements | ||
|
||
* optimize fullscreen experience in mac ([82c0ec8](https://github.com/msgbyte/webbox/commit/82c0ec888ac43e90bb150b52f0a6d33184a3dc7e)) |