diff --git a/CHANGELOG.md b/CHANGELOG.md index 439ad8c..509a80d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.2.0](https://github.com/billyjacoby/browsernaut/compare/v1.1.3...v1.2.0) + +- refactor: Use Rust to get installed apps and consider also user apps [`#27`](https://github.com/billyjacoby/browsernaut/pull/27) +- chore: dependency upgrades [`#28`](https://github.com/billyjacoby/browsernaut/pull/28) +- chore: upgrade yarn [`91712b4`](https://github.com/billyjacoby/browsernaut/commit/91712b42d84a487fff0892b379c853918ee1d35b) +- fix: update release script [`2b0d29e`](https://github.com/billyjacoby/browsernaut/commit/2b0d29e75409e02d795fb4647099f588d2466032) + #### [v1.1.3](https://github.com/billyjacoby/browsernaut/compare/v1.1.2...v1.1.3) +> 2 November 2023 + - chore: release [`#23`](https://github.com/billyjacoby/browsernaut/pull/23) - chore: dep upgrades [`c2158fd`](https://github.com/billyjacoby/browsernaut/commit/c2158fd303a4b294516d5bec5a3d2c4499b50636) - fix: hanging update button [`4ae5c74`](https://github.com/billyjacoby/browsernaut/commit/4ae5c742b8eeb9998568cd77ccb9dcbb4f02c5d8) -- fix: read home directory as well [`2fd9a5c`](https://github.com/billyjacoby/browsernaut/commit/2fd9a5c572d3d1a96c3247bff1c4ef6d8cbd4c0d) +- chore: release v1.1.3 [`753e852`](https://github.com/billyjacoby/browsernaut/commit/753e8525e5cd35942399304a71da7901d3f23e34) #### [v1.1.2](https://github.com/billyjacoby/browsernaut/compare/v1.1.1...v1.1.2) diff --git a/homebrew-browsernaut b/homebrew-browsernaut index df6c977..66923a4 160000 --- a/homebrew-browsernaut +++ b/homebrew-browsernaut @@ -1 +1 @@ -Subproject commit df6c977634ad804633ef2d40c693991b3fd964b1 +Subproject commit 66923a42aef25722e48dd6d951f53ba130d2a1b1 diff --git a/package.json b/package.json index 06a4103..ba59231 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "browsernaut", "private": true, - "version": "1.1.3", + "version": "1.2.0", "type": "module", "scripts": { "app:version": "echo $npm_package_version", diff --git a/updates.json b/updates.json index 64f34b7..e773e40 100644 --- a/updates.json +++ b/updates.json @@ -1,11 +1,11 @@ { - "version": "v1.1.3", + "version": "v1.2.0", "notes": "Test version", - "pub_date": "2023-11-03T00:45:35Z", + "pub_date": "2024-02-01T02:34:41Z", "platforms": { "darwin-x86_64": { - "signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUUXp0NEROL09DaGV4Rm56UEQrbGphZm9UNHFzZWE5aFpCZDFtb2M4UXo5em96Q2F2bXlSNVJyNEdieDk1YUVFVkxIMTFobHNGckRKSDQxbjJ3OFdzZnkxQjNuZUloSWd3PQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNjk4OTcyMzM1CWZpbGU6QnJvd3Nlcm5hdXQuYXBwLnRhci5negp4a1VyTWJMNzAzZnlSdENPZjViUFlPVkd5K1BXRkdqTnd3enRSbmpMY1d0UXlDOHcycmtZa0ZhMm1qRDE1bzIxSGRGWGVhRGJmeGQwc2xQRDFUUWFDQT09Cg==", - "url": "https://github.com/billyjacoby/browsernaut/releases/download/v1.1.3/Browsernaut.app.tar.gz" + "signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUUXp0NEROL09DaFZpcEh0MnBrV3BFMDNFd29YMzhYdTJIS0loR1I2T0ZRSUFpbUo5SkJxek9XYWkwMTFEM2lhVzR6aWRxYWJNQU5Uek03MWFHYTNTam1JSTVCWk9TZUFJPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzA2NzU0ODgxCWZpbGU6QnJvd3Nlcm5hdXQuYXBwLnRhci5negpHZTQvZkhqczdkamFHeHUvOXBuaVFXanZncjlOOWVFZTJmRlVXc05lZ2lvZUh3Y1lkY0t5d2ZhL0Z0SVpVTDFoV1pJNzc4TUt4R3VlZERPVURvT1lCUT09Cg==", + "url": "https://github.com/billyjacoby/browsernaut/releases/download/v1.2.0/Browsernaut.app.tar.gz" } } }