From e4531984d700e060a678ce3c2a94ec09517a9e5f Mon Sep 17 00:00:00 2001 From: NutritiousCookie Date: Wed, 18 Dec 2024 04:30:58 -0600 Subject: [PATCH] Pushed version to 1.1.2 Updated readme --- README.md | 12 +++++++++++- module.json | 4 ++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed3a0f6..07cd1fe 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file diff --git a/module.json b/module.json index 841bffe..a049aff 100644 --- a/module.json +++ b/module.json @@ -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" }