From bb5ef772108a684166b9c14f1c3b322a49f6aa9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Thu, 7 Apr 2022 11:40:15 +0200 Subject: [PATCH] Updated the changelog --- CHANGELOG.md | 25 ++++++++++++++----------- haxelib.json | 2 +- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bd7611..419d308 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,45 +1,48 @@ # Changelog -## Version [1.2.1](https://bitbucket.org/cedx/nwjs.hx/branches/compare/v1.2.1..v1.2.0) +## Version [1.2.2](https://github.com/cedx/nwjs.hx/compare/v1.2.1...v1.2.2) +- Updated the project URL. + +## Version [1.2.1](https://github.com/cedx/nwjs.hx/compare/v1.2.0...v1.2.1) - Updated the documentation. - Updated the project URL. -## Version [1.2.0](https://bitbucket.org/cedx/nwjs.hx/branches/compare/v1.2.0..v1.1.1) +## Version [1.2.0](https://github.com/cedx/nwjs.hx/compare/v1.1.1...v1.2.0) - Added implicit casts to abstract enumerations. - Updated the documentation. -## Version [1.1.1](https://bitbucket.org/cedx/nwjs.hx/branches/compare/v1.1.1..v1.1.0) +## Version [1.1.1](https://github.com/cedx/nwjs.hx/compare/v1.1.0...v1.1.1) - Fixed the `Window.capturePage()` typings. -## Version [1.1.0](https://bitbucket.org/cedx/nwjs.hx/branches/compare/v1.1.0..v1.0.3) +## Version [1.1.0](https://github.com/cedx/nwjs.hx/compare/v1.0.3...v1.1.0) - Added the `AppComponent` enumeration. - Added the `enableComponent()` and `updateComponent()` methods to the `App` class. - Ported the documentation to [docsify](https://docsify.js.org). -## Version [1.0.3](https://bitbucket.org/cedx/nwjs.hx/branches/compare/v1.0.3..v1.0.2) +## Version [1.0.3](https://github.com/cedx/nwjs.hx/compare/v1.0.2...v1.0.3) - Fixed the `WindowOpenOptions` type definition. -## Version [1.0.2](https://bitbucket.org/cedx/nwjs.hx/branches/compare/v1.0.2..v1.0.1) +## Version [1.0.2](https://github.com/cedx/nwjs.hx/compare/v1.0.1...v1.0.2) - Added the `WindowOpenOptions.mixed_context` property. -## Version [1.0.1](https://bitbucket.org/cedx/nwjs.hx/branches/compare/v1.0.1..v1.0.0) +## Version [1.0.1](https://github.com/cedx/nwjs.hx/compare/v1.0.0...v1.0.1) - The `nwjs` conditional compilation flag is automatically defined by the [Haxe](https://haxe.org) compiler. -## Version [1.0.0](https://bitbucket.org/cedx/nwjs.hx/branches/compare/v1.0.0..v0.4.0) +## Version [1.0.0](https://github.com/cedx/nwjs.hx/compare/v0.4.0...v1.0.0) - Added the `js.nw.Cookies` module. - Added the `@:require(nwjs)` metadata to most classes. - Removed the `@nwPlatform` metadata. - Updated the documentation. -## Version [0.4.0](https://bitbucket.org/cedx/nwjs.hx/branches/compare/v0.4.0..v0.3.0) +## Version [0.4.0](https://github.com/cedx/nwjs.hx/compare/v0.3.0...v0.4.0) - Added the `js.nw.Screen` module. - Added the `@nwPlatform` metadata to APIs that are not cross-platform. -## Version [0.3.0](https://bitbucket.org/cedx/nwjs.hx/branches/compare/v0.3.0..v0.2.0) +## Version [0.3.0](https://github.com/cedx/nwjs.hx/compare/v0.2.0...v0.3.0) - Added the `js.nw.Printer` module. - Completed the `Window` class. -## Version [0.2.0](https://bitbucket.org/cedx/nwjs.hx/branches/compare/v0.2.0..v0.1.0) +## Version [0.2.0](https://github.com/cedx/nwjs.hx/compare/v0.1.0...v0.2.0) - Added the `js.Nw` class. - Added the `js.NwFlavor` enumeration. - Added the `Menu.newMenubar()` static method. diff --git a/haxelib.json b/haxelib.json index dc1d445..c617085 100644 --- a/haxelib.json +++ b/haxelib.json @@ -5,7 +5,7 @@ "description": "Extern definitions for NW.js.", "license": "MIT", "name": "nwjs", - "releasenote": "Updated the documentation, updated the project URL.", + "releasenote": "Updated the project URL.", "tags": ["desktop", "extern", "js", "nodejs", "nwjs", "web"], "url": "https://github.com/cedx/nwjs.hx", "version": "1.2.2"