-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.yml
51 lines (45 loc) · 1.22 KB
/
CHANGELOG.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
v2.0.0:
date: 2024-11-16
description: |
* Complete rewrite in C
* Fix content types
* Breaking change: JSON moved to /json
* / now returns HTML
* /yaml now returns YAML
* /env now returns shell script
* /var/VARNAME now returns environment variable content
* Daemonize with -D
* More robust path handling with -i and -x
v2.0.0-rc1:
date: 2024-11-12
branch: c-rewrite
description: |
* Complete rewrite in C
* Fix content types
* Breaking change: JSON moved to /json
* / now returns HTML
* /yaml now returns YAML
* /env now returns shell script
* /var/VARNAME now returns environment variable content
* Daemonize with -D
* More robust path handling with -i and -x
v1.1.1:
date: 2024-05-23
description: |
Add update of DockerHub from README.md
v1.1.0:
date: 2024-05-22
description: |
* Significantly reduce image size by using dynamically linked musl for
everything
* Add Makefile
* Move install to separate scirpt
* Support ARM 32-bit and 386 platforms
v1.0.1:
date: 2024-05-14
description: |
Fix "can't create /etc/httpd.conf: Permission denied" error
v1.0.0:
date: 2024-05-14
description: |
Initial Release