Skip to content

Commit

Permalink
Pushed version to 1.1.2
Browse files Browse the repository at this point in the history
Updated readme
  • Loading branch information
NutritiousCookie committed Dec 18, 2024
1 parent d808229 commit e453198
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@

## Maintenance mode

This repository is now in maintenance mode and is no longer actively developed. I suggest users migrate to [Gaming Table Player](https://github.com/skepickle/foundryvtt-gaming-table-player), which includes more advanced features and has an active developer.

For those that wish to use **Hide-Sidebars**, its simple design means it will most likely continue to work in future versions. I will periodically check for pull requests and issues.

This repository is released under the MIT License, feel free to develop a fork.

---
# Hide-Sidebars

Foundry VTT module that allows the GM to hide sidebars (Chat, Scenes, Items, etc) for players, simplifying the player UI. By default it disables Scenes, Items, Tables, Cards, Playlists, and Compendiums.

![alt text](example.jpg "Example image")

Each tab can be toggled in the module settings, even the Settings tab. Removing the Settings tab for players is not recommended.
Each tab can be toggled in the module settings. Removing the Settings tab for players is possible but not recommended.
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
}
],
"description": "Hide Sidebar Tabs for non-GMs",
"version": "1.1.1",
"version": "1.1.2",
"minimumCoreVersion": "0.7",
"compatibleCoreVersion": "12",
"scripts": [ "hidesidebars.js" ],
"url": "https://github.com/NutritiousCookie/Hide-Sidebars",
"manifest": "https://raw.githubusercontent.com/NutritiousCookie/Hide-Sidebars/main/module.json",
"download": "https://github.com/NutritiousCookie/Hide-Sidebars/archive/refs/tags/1.1.zip"
"download": "https://github.com/NutritiousCookie/Hide-Sidebars/archive/refs/tags/1.1.2.zip"
}

0 comments on commit e453198

Please sign in to comment.