v0.5.2
🚀 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.tsmodule and associated tests. - Removed references to encryption/decryption in dotenv utils and plugins.
- Simplified
resolveEnvOptionsto eliminatecryptflag handling. - Updated tests to reflect the removal of encryption-related logic.
- Renamed
ReservedEnvKeystoEnvReservedKeysfor consistency.
- Deleted
-
meta: remove
Emailplugin and implementSpecificSettingsplugin (82db540)- Deleted
Emailmetadata plugin and its associated tests. - Added
SpecificSettingsplugin to handle browser-specific configurations. - Updated manifest builder to support
browser_specific_settingsviaSpecificSettings. - Enhanced typing schemas to include
BrowserSpecificdefinitions. - Refactored related code and tests to incorporate new plugin and remove redundant logic.
- Deleted