You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-7Lines changed: 16 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
-
## [2101.1.20]
7
+
## [2101.1.22]
8
+
9
+
### Fixed
10
+
* Fixed Task Screen setup GUI showing blank task names when configuring a new task screen for the first time
11
+
12
+
## [2101.1.21]
8
13
9
14
### Added
10
-
* Support for FTB Teams team stages, FTB Teams 2101.1.8+ required
11
-
* These are like gamestages, but per-team instead of per-player
12
-
* Added "Team Stage" boolean option (default false) for Stage Tasks to check for a team stage instead of player-based game stage
13
-
* Stage Reward now grants a team stage if "Team Reward" is true
14
-
* The text color for not-started chapters in the left-hand chapter panel is now themable
15
-
* It uses the `quest_not_started_color` value from `ftb_quests_theme.txt` (default is white as before)
16
15
* Added a "Copy ID" menu item to the context menu in the Reward Table editor screen
17
16
18
17
### Changed
@@ -23,6 +22,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
22
*`/ftbquests generate_chapter from_entire_creative_list` - replaces the above command. Beware: this command can cause a lot of server lag!
24
23
*`/ftbquests generate_chapter from_inventory` - creates a new chapter with an item task & quest for each item in the inventory a player is looking at
25
24
*`/ftbquests generate_chapter from_player_inventory` - creates a new chapter with an item task & quest for each item in the player's inventory/hotbar (not armor slots)
25
+
26
+
## [2101.1.20]
27
+
28
+
### Added
29
+
* Support for FTB Teams team stages, FTB Teams 2101.1.8+ required
30
+
* These are like gamestages, but per-team instead of per-player
31
+
* Added "Team Stage" boolean option (default false) for Stage Tasks to check for a team stage instead of player-based game stage
32
+
* Stage Reward now grants a team stage if "Team Reward" is true
33
+
* The text color for not-started chapters in the left-hand chapter panel is now themable
34
+
* It uses the `quest_not_started_color` value from `ftb_quests_theme.txt` (default is white as before)
26
35
27
36
### Fixed
28
37
* Fixed some logic errors related to quest exclusion and flexible mode
0 commit comments