Skip to content

Commit

Permalink
v3.1.8 (build 103 hash d1575e5)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodaBool committed Oct 18, 2024
1 parent a70b085 commit 95cf469
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
\________________________________\ () \o o/ ()
********************************* () ()
</pre>
# Version 3.1.8
## Foundry V13 support
- the prototype is here and its already supported 💪

# Version 3.1.7
## 🐛 Bug Hotfix
- password screen styling was broken with last update
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.7",
"version": "3.1.8",
"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 @@ -27,7 +27,7 @@
],
"compatibility": {
"minimum": "12",
"verified": "12",
"verified": "13",
"maxium": "13"
},
"esmodules": [
Expand Down
13 changes: 5 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🖥️ Terminal

[![Static Badge](https://img.shields.io/badge/Itch.io-CodaBool-red?style=flat-square&logo=itchdotio)](https://codabool.itch.io) [![Static Badge](https://img.shields.io/badge/Discord-CodaBool-blue?style=flat-square&logo=discord)](https://discord.gg/foundryvtt) [![Static Badge](https://img.shields.io/badge/Foundry%20Verfied%20Version-11-brightgreen?style=flat-square&logo=checkmarx)](https://github.com/CodaBool/terminal/issues)
[![Static Badge](https://img.shields.io/badge/Itch.io-CodaBool-red?style=flat-square&logo=itchdotio)](https://codabool.itch.io) [![Static Badge](https://img.shields.io/badge/Discord-CodaBool-blue?style=flat-square&logo=discord)](https://discord.gg/foundryvtt) [![Static Badge](https://img.shields.io/badge/Foundry%20Verfied%20Version-12-brightgreen?style=flat-square&logo=checkmarx)](https://github.com/CodaBool/terminal/issues) [![Static Badge](https://img.shields.io/badge/Foundry%20Verfied%20Version-13-brightgreen?style=flat-square&logo=checkmarx)](https://github.com/CodaBool/terminal/issues)

![Preview Video](https://raw.githubusercontent.com/CodaBool/terminal/main/img/preview.gif)

Expand Down Expand Up @@ -30,14 +30,11 @@ Several aspects of the terminal can be customized. You can set the background to
Audio effects can also be customized. Specific files can be used for clicks, login, logout and as an ambient noise.

### ❤️ Compatibility
The module has integration with Levels, Puzzle Locks, and Monk's Active Tiles.
The module has integration with other popular modules: `Levels`, `Puzzle Locks`, and `Monk's Active Tiles`.

There is also Game System specific features for Starfinder and Alien
There is also a Game System specific feature for Alien (charge items with a battery)

### 🎈 Stretch Goals
- add way to integrate with a spaceship. (e.g. starmap, system controls)
- add way to integrate with a spaceship. (e.g. starmap)
- Integrate with Cyberpunk RED rules
- include a control dashboard where it can be locked down, wiped or given fake data
- customize splash screen
- more visual effects, such as filters and text animations
- hacking / puzzle minigame
- hacking / puzzle minigame

0 comments on commit 95cf469

Please sign in to comment.