Skip to content

Commit 4aedf1a

Browse files
committed
[README] 0.43.4 and ChangeLog
1 parent e10a383 commit 4aedf1a

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
0.43.4 / 01-09-2020
2+
===================
3+
- Update to Chromium [79.0.3945.117](https://chromereleases.googleblog.com/2020/01/stable-channel-update-for-desktop.html)
4+
- [docs] add Window.setInnerWidth and setInnerHeight [(#7303)](https://github.com/nwjs/nw.js/issues/7303)
5+
- nw2: disable Mac native find for now [(#7285)](https://github.com/nwjs/nw.js/issues/7285)
6+
- Fix: chrome.app.window.getAll() causes "No current window" error [(#7310)](https://github.com/nwjs/nw.js/issues/7310)
7+
- Fix: NW2: Users can manually zoom using ALT/CTRL + Mousewheel [(#7309)](https://github.com/nwjs/nw.js/issues/7309)
8+
- Fix: fullscreen option in package.json not working [(#7308)](https://github.com/nwjs/nw.js/issues/7308)
9+
- Fix: win.window is undefined after navigation to remote url [(#7304)](https://github.com/nwjs/nw.js/issues/7304)
10+
- Fix: support of native chrome apps broken? [(#7302)](https://github.com/nwjs/nw.js/issues/7302)
11+
- Fix: window.moveTo(x, y) resizes window when global UI scaling is > 100% [(#7113)](https://github.com/nwjs/nw.js/issues/7113)
12+
- Fix: [NW2] Issues using resizeTo() as replacement for assigning window width/height [(#7303)](https://github.com/nwjs/nw.js/issues/7303)
13+
- Fix: Window and modal boxes features changed witn nw2 enabled [(#7217)](https://github.com/nwjs/nw.js/issues/7217)
14+
- Fix: cannot load local files in webview loaded with loadDataWithBaseUrl [(#7295)](https://github.com/nwjs/nw.js/issues/7295)
15+
- Fix: NW doesn't quit without open window [(#7298)](https://github.com/nwjs/nw.js/issues/7298)
16+
- Fix: NW2: "show_in_taskbar": false - Doesn't work Macos 10.14.6 [(#7296)](https://github.com/nwjs/nw.js/issues/7296)
17+
- Fix: NW2: Event navigation get not fired [(#7294)](https://github.com/nwjs/nw.js/issues/7294)
18+
119
0.43.3 / 01-01-2020
220
===================
321
- Support file scheme in `node-remote` field of manifest [(#7183)](https://github.com/nwjs/nw.js/issues/7183)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ It was created in the Intel Open Source Technology Center.
2525
* Available on Linux, Mac OS X and Windows.
2626

2727
## Downloads
28-
* **v0.43.3:** (Jan 1st, 2020, based off of Node.js v13.5.0, Chromium 79.0.3945.88) : [release notes](https://nwjs.io/blog/v0.43.3/)
28+
* **v0.43.4:** (Jan 9, 2020, based off of Node.js v13.5.0, Chromium 79.0.3945.117) : [release notes](https://nwjs.io/blog/v0.43.4/)
2929
**NOTE** You might want the **SDK build**. Please read the release notes.
30-
* Linux: [32bit](https://dl.nwjs.io/v0.43.3/nwjs-v0.43.3-linux-ia32.tar.gz) / [64bit](https://dl.nwjs.io/v0.43.3/nwjs-v0.43.3-linux-x64.tar.gz)
31-
* Windows: [32bit](https://dl.nwjs.io/v0.43.3/nwjs-v0.43.3-win-ia32.zip) / [64bit](https://dl.nwjs.io/v0.43.3/nwjs-v0.43.3-win-x64.zip)
32-
* Mac 10.10+: [64bit](https://dl.nwjs.io/v0.43.3/nwjs-v0.43.3-osx-x64.zip)
30+
* Linux: [32bit](https://dl.nwjs.io/v0.43.4/nwjs-v0.43.4-linux-ia32.tar.gz) / [64bit](https://dl.nwjs.io/v0.43.4/nwjs-v0.43.4-linux-x64.tar.gz)
31+
* Windows: [32bit](https://dl.nwjs.io/v0.43.4/nwjs-v0.43.4-win-ia32.zip) / [64bit](https://dl.nwjs.io/v0.43.4/nwjs-v0.43.4-win-x64.zip)
32+
* Mac 10.10+: [64bit](https://dl.nwjs.io/v0.43.4/nwjs-v0.43.4-osx-x64.zip)
3333
* Use [Legacy build](http://nwjs.io/downloads/) for Win XP and early OSX.
3434

3535
* **latest nightly build from git tip**: https://dl.nwjs.io/live-build/

0 commit comments

Comments
 (0)