-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
78 lines (44 loc) · 1.25 KB
/
CHANGELOG
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.3.0] - 2024-01-17
### Added
- Dockerfile
- catching AddressNotFoundException
## [1.2.1] - 2024-01-14
### Changed
- path to GeoLite2-City.mmdb database can now be set in config.php
## [1.2.0] - 2023-12-29
### Added
- PWA and HTML5 optimization
- added manifest.json for PWA compatibility
- added additional icons
### Changed
- CSP header now has base-uri 'self'
- minified nginx configuration
## [1.1.1] - 2023-12-25
### Added
- added docker example configuration
## [1.1.0] - 2023-12-24
### Added
- added csp header with nonce
- new file: config.php with csp and sri enable/disable options
### Changed
- moved inline svg style to css/style.css
- updated nginx example config
## [1.0.2] - 2023-12-24
### Added
- added github creator meta tags
- added missing composer.lock
### Changed
- changed bootstrap grid options
- changed ip container size
## [1.0.1] - 2023-12-23
### Added
- added favicon
### Changed
- stripping ua longer than 512 chars
## [1.0.0] - 2023-12-22
### Added
- First release