You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,40 @@
1
1
# Changelog
2
2
3
+
## 🚀 Release `adnbn` v0.5.2 (2025-11-10)
4
+
5
+
6
+
### 🐛 Bug Fixed
7
+
8
+
***cli:** set default DOTENV_LOG level to 'error' instead of 'none' ([2ff78be](https://github.com/addon-stack/addon-bone/commit/2ff78bef7dd4919c459adaefc0d607727943e816))
9
+
10
+
11
+
12
+
13
+
### 🧹 Chores
14
+
15
+
***plugins:** standardize plugin export names for consistency ([fc2cb55](https://github.com/addon-stack/addon-bone/commit/fc2cb554787523aec786ffc83700db20a2e6cb94))
16
+
17
+
18
+
19
+
20
+
### 🛠️ Refactoring
21
+
22
+
***dotenv:** remove encryption/decryption logic and simplify env handling ([9af389f](https://github.com/addon-stack/addon-bone/commit/9af389fbba53457e32c32ee23b27cbb4cd92c834))
23
+
24
+
- Deleted `crypt.ts` module and associated tests.
25
+
- Removed references to encryption/decryption in dotenv utils and plugins.
26
+
- Simplified `resolveEnvOptions` to eliminate `crypt` flag handling.
27
+
- Updated tests to reflect the removal of encryption-related logic.
28
+
- Renamed `ReservedEnvKeys` to `EnvReservedKeys` for consistency.
29
+
30
+
***meta:** remove `Email` plugin and implement `SpecificSettings` plugin ([82db540](https://github.com/addon-stack/addon-bone/commit/82db540f1a5def467e6685ece71a0b0f22cd7d53))
31
+
32
+
- Deleted `Email` metadata plugin and its associated tests.
33
+
- Added `SpecificSettings` plugin to handle browser-specific configurations.
34
+
- Updated manifest builder to support `browser_specific_settings` via `SpecificSettings`.
35
+
- Enhanced typing schemas to include `BrowserSpecific` definitions.
36
+
- Refactored related code and tests to incorporate new plugin and remove redundant logic.
0 commit comments