This repository has been archived by the owner on Jun 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add `configver` param to `.rpkr.json`
- Loading branch information
Showing
4 changed files
with
14 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,23 @@ | ||
# Changelog | ||
|
||
## 1.0.0-pre3 | ||
## 1.0.0 | ||
*2020-08-01* | ||
- Added `configver` parameter to the `.rpkr.json` configuration file. | ||
|
||
### 1.0.0-pre3 | ||
*2020-07-18* | ||
- **Breaking:** Changed configuration file from `.rpkr` (in a custom format) to `.rpkr.json` (in a JSON format). | ||
- Added support for automatic langugage generation by setting the values of language codes in the `.rpkr.json` configuration file. | ||
- Removed support for custom variables in the configuration file. | ||
|
||
## 1.0.0-pre2 | ||
### 1.0.0-pre2 | ||
*2020-07-16* | ||
- Added `description` property to `.rpkr`, which creates an automatic `pack.mcmeta` file if set. | ||
- Can contain references to other parameters in the `.rpkr` file (including custom ones) by enclosing the parameter name in angle brackets (`<>`). | ||
- Ampersands (`&`) are automatically converted to section signs (`§`) to become color codes. | ||
- Pack version is automatically generated from the value of `mcver`. | ||
- Added support for custom variables in the `.rpkr` configuration file. | ||
|
||
## 1.0.0-pre1 | ||
### 1.0.0-pre1 | ||
*2020-07-16* | ||
- Supports the creation and reading of `.rpkr` configuration files with keys `name`, `packver`, `mcver`, `snapver`, and `files`. | ||
- Supports packaging into either a pre-set (using `.rpkr`) or user-specified output folder. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters