👽️ Fix patches for external api changes

This commit is contained in:
trickypr 2022-11-28 13:16:50 +11:00
parent 180e67cdf9
commit 40bb62a414
3 changed files with 19 additions and 12 deletions

View file

@ -7,24 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Fixed
- Template is now valid for firefox 107
### Changed
- Improved error handling and logging for the download command
- `download`: The `engine/` directory will only be deleted if it is empty. Otherwise it will skip. Justification can be found in [#27](https://github.com/pulse-browser/gluon/issues/27)
## [1.0.0-rc.2]
### Fixed
- `license-check`: Correct definition of `--fix`
## [1.0.0-rc.1]
### Added
- CLI Related:
- `config`: Allow you to specify environment-specific config
- `package`: Generate update manifests
- `config`: Different build modes using `buildMode` key
- `ci`: A command for configuring everything on CI with one command
- ``
- `config`: Allow you to specify environment-specific config
- `package`: Generate update manifests
- `config`: Different build modes using `buildMode` key
- `ci`: A command for configuring everything on CI with one command
### Changed
@ -32,15 +38,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `mozconfig`: Update the update-signing to match mozilla's new system
- `perf`: Reduced dependencies somewhat
- CLI:
- `setup-project`: Asks for binary name
- `setup-project`: Asks for binary name
- Config
- `firefox version`: Remove `ESR_NEXT`. Mozilla no longer provides this information via their API
- `addons`: Addons now can be specified by provider. This allows for [bot update notifications](https://github.com/pulse-browser/update-bot). For migration example, see [this commit](https://github.com/pulse-browser/browser/commit/2ca3b2606299ef03e2adbcf43974bbe6ec8c2eea)
- `firefox version`: Remove `ESR_NEXT`. Mozilla no longer provides this information via their API
- `addons`: Addons now can be specified by provider. This allows for [bot update notifications](https://github.com/pulse-browser/update-bot). For migration example, see [this commit](https://github.com/pulse-browser/browser/commit/2ca3b2606299ef03e2adbcf43974bbe6ec8c2eea)
### Fixed
- `.gluon` is included in generated gitignore
### Removed
- `setup-project`: HTML template has been removed. Use [motherhen](https://github.com/ajvincent/motherhen) or [Quark Runtime (wip)](https://github.com/quark-platform/runtime)
## [1.0.0-a.2]

View file

@ -11,7 +11,6 @@ import * as copyPatch from './copy-patches'
import * as brandingPatch from './branding-patch'
import { patchCountFile } from '../../middleware/patch-check'
import { checkHash } from '../../utils'
import { templateDirectory } from '../setup-project'
import { Task, TaskList } from '../../utils/task-list'
import { writeFile } from 'node:fs/promises'

View file

@ -1,8 +1,8 @@
diff --git a/browser/themes/shared/jar.inc.mn b/browser/themes/shared/jar.inc.mn
index 4a88a1cc318d25e441d1925e5d6b845f86b8dcd8..ddec0dd93c621bce15f36a25e0423ec5563d2082 100644
index 14ef7ff731145a42b28cbb9afe192bf56f756ed5..9bfb7cdfaef3688c2064320f85b9196daf8a8215 100644
--- a/browser/themes/shared/jar.inc.mn
+++ b/browser/themes/shared/jar.inc.mn
@@ -16,7 +16,7 @@
@@ -15,7 +15,7 @@
skin/classic/browser/addon-notification.css (../shared/addon-notification.css)
skin/classic/browser/autocomplete.css (../shared/autocomplete.css)
skin/classic/browser/blockedSite.css (../shared/blockedSite.css)
@ -10,4 +10,4 @@ index 4a88a1cc318d25e441d1925e5d6b845f86b8dcd8..ddec0dd93c621bce15f36a25e0423ec5
+* skin/classic/browser/browser-shared.css (../shared/browser-shared.css)
skin/classic/browser/ctrlTab.css (../shared/ctrlTab.css)
skin/classic/browser/light-dark-overrides.css (../shared/light-dark-overrides.css)
skin/classic/browser/error-pages.css (../shared/error-pages.css)
skin/classic/browser/menupanel.css (../shared/menupanel.css)