mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
👽️ Fix patches for external api changes
This commit is contained in:
parent
180e67cdf9
commit
40bb62a414
3 changed files with 19 additions and 12 deletions
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -7,24 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Template is now valid for firefox 107
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Improved error handling and logging for the download command
|
- 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)
|
- `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]
|
## [1.0.0-rc.2]
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- `license-check`: Correct definition of `--fix`
|
- `license-check`: Correct definition of `--fix`
|
||||||
|
|
||||||
## [1.0.0-rc.1]
|
## [1.0.0-rc.1]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- CLI Related:
|
- CLI Related:
|
||||||
- `config`: Allow you to specify environment-specific config
|
- `config`: Allow you to specify environment-specific config
|
||||||
- `package`: Generate update manifests
|
- `package`: Generate update manifests
|
||||||
- `config`: Different build modes using `buildMode` key
|
- `config`: Different build modes using `buildMode` key
|
||||||
- `ci`: A command for configuring everything on CI with one command
|
- `ci`: A command for configuring everything on CI with one command
|
||||||
- ``
|
|
||||||
|
|
||||||
### Changed
|
### 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
|
- `mozconfig`: Update the update-signing to match mozilla's new system
|
||||||
- `perf`: Reduced dependencies somewhat
|
- `perf`: Reduced dependencies somewhat
|
||||||
- CLI:
|
- CLI:
|
||||||
- `setup-project`: Asks for binary name
|
- `setup-project`: Asks for binary name
|
||||||
- Config
|
- Config
|
||||||
- `firefox version`: Remove `ESR_NEXT`. Mozilla no longer provides this information via their API
|
- `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)
|
- `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
|
### Fixed
|
||||||
|
|
||||||
- `.gluon` is included in generated gitignore
|
- `.gluon` is included in generated gitignore
|
||||||
|
|
||||||
### Removed
|
### 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)
|
- `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]
|
## [1.0.0-a.2]
|
||||||
|
|
|
@ -11,7 +11,6 @@ import * as copyPatch from './copy-patches'
|
||||||
import * as brandingPatch from './branding-patch'
|
import * as brandingPatch from './branding-patch'
|
||||||
import { patchCountFile } from '../../middleware/patch-check'
|
import { patchCountFile } from '../../middleware/patch-check'
|
||||||
import { checkHash } from '../../utils'
|
import { checkHash } from '../../utils'
|
||||||
import { templateDirectory } from '../setup-project'
|
|
||||||
import { Task, TaskList } from '../../utils/task-list'
|
import { Task, TaskList } from '../../utils/task-list'
|
||||||
import { writeFile } from 'node:fs/promises'
|
import { writeFile } from 'node:fs/promises'
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
diff --git a/browser/themes/shared/jar.inc.mn b/browser/themes/shared/jar.inc.mn
|
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
|
--- a/browser/themes/shared/jar.inc.mn
|
||||||
+++ b/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/addon-notification.css (../shared/addon-notification.css)
|
||||||
skin/classic/browser/autocomplete.css (../shared/autocomplete.css)
|
skin/classic/browser/autocomplete.css (../shared/autocomplete.css)
|
||||||
skin/classic/browser/blockedSite.css (../shared/blockedSite.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/browser-shared.css (../shared/browser-shared.css)
|
||||||
skin/classic/browser/ctrlTab.css (../shared/ctrlTab.css)
|
skin/classic/browser/ctrlTab.css (../shared/ctrlTab.css)
|
||||||
skin/classic/browser/light-dark-overrides.css (../shared/light-dark-overrides.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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue