From a719636f8273f5d646058edac6ee7976f1359a70 Mon Sep 17 00:00:00 2001 From: Louis Hong Date: Thu, 26 Jun 2025 14:07:23 -0700 Subject: [PATCH 1/3] bug fix: journal.lua minor performance lost due to typo "colllapsed" obvious typo causing unintended performance lost --- gui/journal.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/journal.lua b/gui/journal.lua index 4faacb218..03cf34b02 100644 --- a/gui/journal.lua +++ b/gui/journal.lua @@ -72,7 +72,7 @@ function JournalWindow:init() self.subviews.table_of_contents_panel.visible = not collapsed self.subviews.table_of_contents_divider.visible = not collapsed - if not colllapsed then + if not collapsed then self:reloadTableOfContents() end From 28cef1686412a0d2c933485b694c15ba53963988 Mon Sep 17 00:00:00 2001 From: Kelly Kinkade Date: Wed, 2 Jul 2025 13:47:10 -0500 Subject: [PATCH 2/3] add changelog --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index 9f0324d3a..9f267bc5d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -31,6 +31,7 @@ Template for new versions: ## New Features ## Fixes +- `gui/journal`: fix typo which caused the table of contents to always be regenerated even when not needed ## Misc Improvements From 800ae8321b81558ff9522a51c444287126389bb6 Mon Sep 17 00:00:00 2001 From: Kelly Kinkade Date: Wed, 2 Jul 2025 13:48:54 -0500 Subject: [PATCH 3/3] Update changelog.txt --- changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index c794f6d31..ba51e4f81 100644 --- a/changelog.txt +++ b/changelog.txt @@ -32,7 +32,7 @@ Template for new versions: ## New Features ## Fixes -- `gui/journal`: fix typo which caused the table of contents to always be regenerated even when not needed +- `gui/journal`: fix typo which caused the table of contents to always be regenerated even when not needed - `gui/mod-manager`: gracefully handle mods with missing or broken ``info.txt`` files - `uniform-unstick`: resolve overlap with new buttons in 51.13