Skip to content

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 10 Nov 22:55
· 49 commits to main since this release

🚀 Release adnbn v0.5.2 (2025-11-10)

🐛 Bug Fixed

  • cli: set default DOTENV_LOG level to 'error' instead of 'none' (2ff78be)

🧹 Chores

  • plugins: standardize plugin export names for consistency (fc2cb55)

🛠️ Refactoring

  • dotenv: remove encryption/decryption logic and simplify env handling (9af389f)

    • Deleted crypt.ts module and associated tests.
    • Removed references to encryption/decryption in dotenv utils and plugins.
    • Simplified resolveEnvOptions to eliminate crypt flag handling.
    • Updated tests to reflect the removal of encryption-related logic.
    • Renamed ReservedEnvKeys to EnvReservedKeys for consistency.
  • meta: remove Email plugin and implement SpecificSettings plugin (82db540)

    • Deleted Email metadata plugin and its associated tests.
    • Added SpecificSettings plugin to handle browser-specific configurations.
    • Updated manifest builder to support browser_specific_settings via SpecificSettings.
    • Enhanced typing schemas to include BrowserSpecific definitions.
    • Refactored related code and tests to incorporate new plugin and remove redundant logic.