Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add myself to FUNDING.yml and prepare for 0.7.0 release #191

Merged
merged 3 commits into from
Sep 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
github: [informatic]
github: [informatic, throwaway96]
ko_fi: throwaway96
30 changes: 29 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-07
### 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
Expand Down
2 changes: 1 addition & 1 deletion appinfo.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down