summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSimeon Simeonov2026-04-16 17:14:23 +0200
committerSimeon Simeonov2026-04-16 17:14:23 +0200
commit3e4185913b584f5cc9a54f16f3c223861e11ec18 (patch)
tree33877fd0f3e34e13d911d98641227eb5d03fbb9d /CHANGELOG.md
parentbba82a86b137c73832ad7b6a397d3db24fcc625f (diff)
Introduce a new marco - %e and migrate the project from GitHub to Codeberg2.2.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md29
1 files changed, 20 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 916a9a2..fe4373f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,17 +1,28 @@
1# Changelog 1# Changelog
2 2
3## [2.1.0](https://github.com/blackm0re/etoolkit/tree/2.1.0) (2024-12-26) 3## [2.2.0](https://codeberg.org/sgs/etoolkit/releases/tag/2.2.0) (2026-04-16)
4 4
5[Full Changelog](https://github.com/blackm0re/etoolkit/compare/2.0.0...2.1.0) 5[Full Changelog](https://codeberg.org/sgs/etoolkit/compare/2.1.0...2.2.0)
6
7**Changes:**
8
9- new *%e* macro - current env. var. value (for the same key)
10
11- migrated the project from GitHub to Codeberg
12
13
14## [2.1.0](https://codeberg.org/sgs/etoolkit/releases/tag/2.1.0) (2024-12-26)
15
16[Full Changelog](https://codeberg.org/sgs/etoolkit/compare/2.0.0...2.1.0)
6 17
7**Changes:** 18**Changes:**
8 19
9- add encrypted values to *ETOOLKIT_SENSITIVE* implicitly 20- add encrypted values to *ETOOLKIT_SENSITIVE* implicitly
10 21
11 22
12## [2.0.0](https://github.com/blackm0re/etoolkit/tree/2.0.0) (2024-05-13) 23## [2.0.0](https://codeberg.org/sgs/etoolkit/releases/tag/2.0.0) (2024-05-13)
13 24
14[Full Changelog](https://github.com/blackm0re/etoolkit/compare/1.2.0...2.0.0) 25[Full Changelog](https://codeberg.org/sgs/etoolkit/compare/1.2.0...2.0.0)
15 26
16**Changes:** 27**Changes:**
17 28
@@ -24,9 +35,9 @@
24- new etoolkit.EtoolkitInstance API (not compatible with v1) 35- new etoolkit.EtoolkitInstance API (not compatible with v1)
25 36
26 37
27## [1.2.0](https://github.com/blackm0re/etoolkit/tree/1.2.0) (2022-04-04) 38## [1.2.0](https://codeberg.org/sgs/etoolkit/releases/tag/1.2.0) (2022-04-04)
28 39
29[Full Changelog](https://github.com/blackm0re/etoolkit/compare/1.1.0...1.2.0) 40[Full Changelog](https://codeberg.org/sgs/etoolkit/compare/1.1.0...1.2.0)
30 41
31**Changes:** 42**Changes:**
32 43
@@ -35,9 +46,9 @@
35- new *%p* macro - parent value (for the same key) 46- new *%p* macro - parent value (for the same key)
36 47
37 48
38## [1.1.0](https://github.com/blackm0re/etoolkit/tree/1.1.0) (2022-03-14) 49## [1.1.0](https://codeberg.org/sgs/etoolkit/releases/tag/1.1.0) (2022-03-14)
39 50
40[Full Changelog](https://github.com/blackm0re/etoolkit/compare/1.0.0...1.1.0) 51[Full Changelog](https://codeberg.org/sgs/etoolkit/compare/1.0.0...1.1.0)
41 52
42**Changes:** 53**Changes:**
43 54
@@ -50,7 +61,7 @@
50- use *setuptools* instead of the deprecated *distutils* 61- use *setuptools* instead of the deprecated *distutils*
51 62
52 63
53# [1.0.0](https://github.com/blackm0re/etoolkit/tree/1.0.0) (2021-12-23) 64# [1.0.0](https://codeberg.org/sgs/etoolkit/releases/tag/1.0.0) (2021-12-23)
54 65
55**Changes:** 66**Changes:**
56 67