-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
42 lines (30 loc) · 1.23 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
## v1.3.3 - 2021-06-16
### Fixed
- Alpine linux and Meson updates ruined build process. Now building should work again.
## v1.3.2 - 2020-04-10
### Fixed
- MCSMan records swap due DNS cache.
### Added
- Option 'dns_cache' (default true). If false performs dns request every time otherwise caches dns requests.
## v1.3.1 - 2020-04-08
### Fixed
- MCSMan records swap due DNS cache.
### Added
- Option 'dns_cache' (default true). If false performs dns request every time otherwise caches dns requests.
## v1.3.0 - 2019-09-30
### Added
- mcping utility. It allows you to ping and fetch JSON status response from any Minecraft Java Server.
- img namespace in response variables. Now it is possible to use ${ img:icon.png } for favicon field in JSON response object.
### Fixed
- file namespace now resolves files from server directory, as it was planned.
## v1.2.0 - 2019-09-22
### Added
- Added support for development inside a Docker container using Visual Studio Code
- Added common configuration for Visual Studio Code
- Staging feature: cli interface
### Changed
- Moved part of sources to ekutils and paket-cpp projects
- Now resource files are included with cpp-res tool
- Changed build system. Now MCSHub uses Meson.
### Fixed
- Several memory leaks