Skip to content

Latest commit

 

History

History
77 lines (48 loc) · 2.41 KB

CHANGELOG.md

File metadata and controls

77 lines (48 loc) · 2.41 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Fixed

  • update: Update will abort if already up to date
  • download: Will send the correct UA to github

Removed

  • import: Gluon will no longer change the update url

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

Fixed

  • license-check: Correct definition of --fix

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

Changed

  • Docs: Vastly improved docs
  • mozconfig: Update the update-signing to match mozilla's new system
  • perf: Reduced dependencies somewhat
  • CLI:
    • 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. For migration example, see this commit

Fixed

  • .gluon is included in generated gitignore

Removed

Added

  • Initial beta release