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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,7 @@
1
1
# EndscreenTweaks Changelog
2
+
## v1.7.0
3
+
- Fixed some string formatting-related issues.
4
+
- Refactored some code here and here.
2
5
## v1.6.2
3
6
- Experimental iOS support.
4
7
## v1.6.1
@@ -54,4 +57,4 @@
54
57
- Note that if you have `relative`'s Custom Endscreen Text mod installed, you *will* need to copy and paste your custom end text messages from the txt file you've set for that mod over to this mod's config, as this mod *will* override those messages.
55
58
-*Technically*, this is the initial release for the Geode index, but there have been several notable changes between v1.0.0 and v1.1.0 that it's best to release a new version now to make sure everyone updates to this version.
Copy file name to clipboardExpand all lines: src/Manager.hpp
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ class Manager {
14
14
15
15
bool calledAlready = false;
16
16
17
+
bool hideEndLevelLayer = false;
18
+
17
19
std::vector<std::string> quotes;
18
20
std::vector<std::string> customQuotes;
19
21
std::vector<std::string> wETMigration;
@@ -133,4 +135,4 @@ class Manager {
133
135
if (customLCTMode == "Combined") returnlog::info("something went terribly wrong --- check contents of the `manager->knownCLCTModesBesidesCombined` vector");
0 commit comments