Skip to content

Commit 1ce40e4

Browse files
committed
Added changelog.md.
README.md renamed to readme.md. Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent 7d6b99f commit 1ce40e4

File tree

2 files changed

+61
-0
lines changed

2 files changed

+61
-0
lines changed

changelog.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [1.14.4-1.0.3.1] - 2020-01-14
10+
11+
### Added
12+
- This changelog file.
13+
- Empty line after startup message.
14+
- Logo file.
15+
16+
### Changed
17+
- Package name changed to correctly.
18+
19+
### Fixed
20+
- `cr` symbols in mod info after line.
21+
22+
## [1.14.4-1.0.3.0] - 2020-01-12
23+
24+
### Added
25+
- Compatibility with forge `28.1.X`.
26+
27+
### Changed
28+
- Bumped `kotlin`, `kotlinx serialization` and `forge` version.
29+
- Improved build script and renamed variables in properties.
30+
- Bumped `dokka` plugin version.
31+
- Improved logging on mod startup and on forge version incompatibility.
32+
33+
## [1.14.4-1.0.2.0] - 2019-10-07
34+
35+
### Fixed
36+
- Crash while dependency using `CoreAPI`.
37+
38+
## [1.14.4-1.0.1.0] - 2019-10-06
39+
40+
### Added
41+
- `playerName` extension in `CommandContext`.
42+
43+
## [1.14.4-1.0.0.2] - 2019-10-06
44+
45+
### Fixed
46+
- Some api mistakes.
47+
48+
## [1.14.4-1.0.0.1] - 2019-10-06
49+
50+
### Fixed
51+
- Not existing dependencies in jar.
52+
53+
## [1.14.4-1.0.0.0-1] - 2019-10-06
54+
55+
### Added
56+
- gradle-wrapper.jar (in sources).
57+
58+
## [1.14.4-1.0.0.0] - 2019-10-06
59+
60+
### Added
61+
- Initial release.
File renamed without changes.

0 commit comments

Comments
 (0)