diff --git a/changelog.md b/changelog.md index c117645..88625ec 100644 --- a/changelog.md +++ b/changelog.md @@ -22,6 +22,10 @@ \________________________________\ () \o o/ () ********************************* () () +# Version 3.1.12 +## 🐛 Bugfix +- Light theme had a broken header. A fix is coming soon for Pathfinder players that are using `Dorako UI` + `Doraku UX` which will automatically add `Terminal` to the exclude list. But for now you can just add it manually. + # Version 3.1.11 ## 🐛 Bugfix - fixed an issue where the maximize & close button no longer showed in Foundry V13 diff --git a/module.json b/module.json index 3260be4..c94c639 100644 --- a/module.json +++ b/module.json @@ -1,7 +1,7 @@ { "id": "terminal", "title": "Terminal", - "version": "3.1.11", + "version": "3.1.12", "url": "https://github.com/CodaBool/terminal", "bugs": "https://github.com/CodaBool/terminal/issues", "changelog": "https://github.com/CodaBool/terminal/blob/main/changelog.md",