Skip to content

Releases: HeitorAugustoLN/betterfox-nix

v3.0.0

09 Sep 21:57
ebf9e12

Choose a tag to compare

Breaking Changes

  • BREAKING: Removed LibreWolf support (#21) - LibreWolf support was removed as it was deprecated upstream.

Features

  • Module renaming: Renamed module file from firefox.nix to betterfox.nix (#27) for better clarity.
  • Improved project structure:
    • Moved library files from modules/home/lib to modules/home/_lib to be ignored by import-tree.
    • Updated flake input organization with explicit type declarations (#26).
  • Enhanced documentation:
    • Updated README.md with preferred import path for Home Manager module (#26).
    • Fixed typo in module import example (#20).
  • Dependency updates:
    • Updated clap from 4.5.46 to 4.5.47 (#23).
    • Updated flake.lock files (#19, #24).

Refactoring

  • Improved NixOS option definitions (#25):
    • Replaced lib.mkOption with lib.mkEnableOption where appropriate.
    • Standardized option descriptions to end with periods.
    • Reordered code blocks for consistent structure.
  • Code cleanup:
    • Removed unnecessary parentheses in partition definitions.
    • Renamed dev-nixpkgs input to nixpkgs for consistency.
    • Fixed CI workflow names and paths.

Fixes

  • CI improvements:
    • Fixed flake path in update-flake workflow.
    • Fixed workflow name in generate-preferences workflow.

New Contributors

Full Changelog: v2.0.1...v3.0.0

v2.0.1

31 Aug 08:38
ad37621

Choose a tag to compare

fix(compat): point to correct flake path

v2.0.0

31 Aug 08:35
791377c

Choose a tag to compare

v2.0.0 (#18)

v1.0.0

30 Aug 21:45
36a5691

Choose a tag to compare

Update generated files (#17)

* Re-extract firefox jsons

* Re-extract smoothfox jsons

* [create-pull-request] automated change

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>