From b8ca3a593aebf2406740c5bef59694111f9a3a20 Mon Sep 17 00:00:00 2001 From: throwaway96 <68320646+throwaway96@users.noreply.github.com> Date: Tue, 6 Aug 2024 17:41:20 -0400 Subject: [PATCH 1/3] add myself to FUNDING.yml --- .github/FUNDING.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 7276375..716af49 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1,2 @@ -github: [informatic] +github: [informatic, throwaway96] +ko_fi: throwaway96 From 51c91c5627e59e62a43d1782a9ba4b666b3280a7 Mon Sep 17 00:00:00 2001 From: throwaway96 <68320646+throwaway96@users.noreply.github.com> Date: Tue, 6 Aug 2024 18:06:53 -0400 Subject: [PATCH 2/3] update CHANGELOG.md for 0.7.0 --- CHANGELOG.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6946bd4..d00ec36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,35 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.7.0] - 2024-09-xx +### Added +- Add autostart via activities on webOS 3.5+ (@kitsuned; #143) +- Speed up startup by skipping unnecessary elevation attempts (@kitsuned; #146) +- Add `/elevateService` method (@throwaway96; #171) +- Support install locations other than `/media/developer` + (@throwaway96; #150, #155, #173) +- Add `homebrewBaseDir` field to `/getConfiguration` (@throwaway96; #159) +- Allow `elevate-service` to be imported (@kitsuned; #151) + +### Changed +- Replace deprecated `fs.exists()` (@throwaway96; #175) +- Various dev/workflow/administrative changes (@mariotaku, @throwaway96; + #144, #145, #163, #168, #169, #174, #176, #177, #191) + +### Fixed +- Fix various certificate issues by using bundled Mozilla CA certs rather than + OpenSSL/Node.js stores (@throwaway96; #189) +- Fix `/exec` on webOS 1 (@throwaway96; #172, #178) +- Fix `startup.sh` update on webOS 1/2 and allow service debugging + (@throwaway96; #148) +- Make failsafe flag more reliable (@throwaway96; #164) +- Improve `install.sh` compatibility (@throwaway96; #166) +- Fix NDUID retrieval on certain webOS versions (@kitsuned; #152) +- Fix warning on empty `localStorage` (@throwaway96; #165) +- Fix wrong service name in `sampatcher.py` (@throwaway96; #170) + +### Removed +- Don't use Dev Mode SSH when not rooted (@throwaway96; #162) ## [0.6.3] - 2023-03-01 ### Fixed From 34f141076811b062cddd27627e8c83838116e49d Mon Sep 17 00:00:00 2001 From: throwaway96 <68320646+throwaway96@users.noreply.github.com> Date: Tue, 6 Aug 2024 18:08:00 -0400 Subject: [PATCH 3/3] bump version to 0.7.0 --- CHANGELOG.md | 2 +- appinfo.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d00ec36..5875e26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.7.0] - 2024-09-xx +## [0.7.0] - 2024-09-07 ### Added - Add autostart via activities on webOS 3.5+ (@kitsuned; #143) - Speed up startup by skipping unnecessary elevation attempts (@kitsuned; #146) diff --git a/appinfo.json b/appinfo.json index cf91d38..a5cf327 100644 --- a/appinfo.json +++ b/appinfo.json @@ -1,6 +1,6 @@ { "id": "org.webosbrew.hbchannel", - "version": "0.6.3", + "version": "0.7.0", "vendor": "webosbrew.org", "title": "Homebrew Channel", "icon": "assets/icon80.png", diff --git a/package-lock.json b/package-lock.json index 00c8cfb..ace542e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "webos-homebrew-channel", - "version": "0.6.3", + "version": "0.7.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index d18857c..407c0d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webos-homebrew-channel", - "version": "0.6.3", + "version": "0.7.0", "description": "Manual installation:", "main": "frontend/index.js", "moduleDir": "frontend",