Skip to content

Commit

Permalink
v3.1.7 (build 102 hash 536a98e)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodaBool committed Oct 18, 2024
1 parent a5a7870 commit de8cea8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
\________________________________\ () \o o/ ()
********************************* () ()
</pre>
# Version 3.1.7
## 🐛 Bug Hotfix
- password screen styling was broken with last update

# Version 3.1.6
## 🤕 Breaking Change!
- cleaned up code related to how backgrounds and splash files were shown. This does break a current pattern of behavior. Normally the background file will get used for the splash if one is not specified. Now to allow for more fine control, you must use same file in the splash field as the background field to keep the same behavior. Because by default now it will use your back color to generate a placeholder image for your splash (exactly like how it does for the background/non-splash file).
Expand Down Expand Up @@ -93,7 +97,7 @@
- set the terminal content font to a more appropriate font
- fixed a long standing issue where the ASCII did not display the spacing correctly
- added a script which will run on startup and update the default terminal styles if they have drifted
- added some styling accomodations for small 720p height and below screens
- added some styling accommodations for small 720p height and below screens
- fixed another long standing issue of the tile config having the incorrect height when opening (and shows a scrollbar)

> I noticed tile config icons are not working on Blade Runner game system. This seems to be a bug with Blade Runner system. I opened a support [ticket](https://github.com/fvtt-fria-ligan/blade-runner-foundry-vtt/issues/52) to see if they are aware of it.
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "terminal",
"title": "Terminal",
"version": "3.1.6",
"version": "3.1.7",
"url": "https://github.com/CodaBool/terminal",
"bugs": "https://github.com/CodaBool/terminal/issues",
"changelog": "https://github.com/CodaBool/terminal/blob/main/changelog.md",
Expand All @@ -28,7 +28,7 @@
"compatibility": {
"minimum": "12",
"verified": "12",
"maxium": "12"
"maxium": "13"
},
"esmodules": [
"scripts/hooks.js",
Expand Down

0 comments on commit de8cea8

Please sign in to comment.