From 5d9db7acf3a9be7e1829422c87bdc8c3bf0df207 Mon Sep 17 00:00:00 2001 From: WalkQuackBack <163211185+WalkQuackBack@users.noreply.github.com> Date: Sat, 2 Nov 2024 18:37:08 -0400 Subject: [PATCH 1/3] Update changelog.json --- plugins/tweaks_n_stuff/changelog.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/plugins/tweaks_n_stuff/changelog.json b/plugins/tweaks_n_stuff/changelog.json index afc870d8..1a58c8a2 100644 --- a/plugins/tweaks_n_stuff/changelog.json +++ b/plugins/tweaks_n_stuff/changelog.json @@ -9,5 +9,16 @@ "list": ["Initial release"] } ] + }, + "1.0.1": { + "title": "1.0.1", + "date": "2024-11-3", + "author": "WalkQuackBack", + "categories": [ + { + "title": "General", + "list": ["About changes"] + } + ] } } From 783eab58795bb533287d804b5a947374985e4011 Mon Sep 17 00:00:00 2001 From: WalkQuackBack <163211185+WalkQuackBack@users.noreply.github.com> Date: Sat, 2 Nov 2024 18:50:16 -0400 Subject: [PATCH 2/3] Update about.md --- plugins/tweaks_n_stuff/about.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/plugins/tweaks_n_stuff/about.md b/plugins/tweaks_n_stuff/about.md index 3811df61..1a539486 100644 --- a/plugins/tweaks_n_stuff/about.md +++ b/plugins/tweaks_n_stuff/about.md @@ -2,32 +2,36 @@ ## Tweaks +Tweaks are configurable through the plugin settings, found in the tab bar that includes this document. + ### Header Color -See your current profile at a glace using this tweak. You can disable this tweak in `Settings > Interface > Header Color`. +See your current profile at a glace. ![Header in all profile colors.](https://legopitstop.weebly.com/files/theme/blockbench/header_color.webp) ### Wrap Tabs -Quickly navigate large workspaces using this tweak. You can disable this tweak in `Settings > Interface > Wrap Tabs`. +Quickly navigate large workspaces. ![wrap tabs](https://legopitstop.weebly.com/files/theme/blockbench/wrap_tabs_on.webp) ### Image Exporter -Export your image project as an image file. You can disable this tweak in `Settings > Export > Image Exporter`. +Export your image project as an image file. ![image exporter](https://legopitstop.weebly.com/files/theme/blockbench/image_exporter.webp) -Formats vary from browser to browser. Electon supports PNG, JPEG, and WEBP formats. +Formats vary from browser to browser, however Electron supports PNG, JPEG, and WEBP formats. ![image exporter dialog](https://legopitstop.weebly.com/files/theme/blockbench/image_exporter_dialog.webp) +## Utilities + ### Close Actions -Adds "close others", "close to the right", "close saved", and "close all" to the project context menu (right-click on project tab). You can disable this tweak in `Settings > Interface > Close Actions`. +Adds `Close Others`, `Close to the Right`, `Close Saved`, and `Close All` to the project context menu, opened by right-clicking on a project tab. ![close actions](https://legopitstop.weebly.com/files/theme/blockbench/close_actions.webp) -The wrench is from the [Silk Icon Set](https://opengameart.org/content/application-silk-icon-set-13) by Mark James under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/) +The wrench used in the plugin icon is from the [Silk Icon Set](https://opengameart.org/content/application-silk-icon-set-13) by Mark James under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/) From a7c59c6f2e0745eb457486166229952f0b27c2c7 Mon Sep 17 00:00:00 2001 From: WalkQuackBack <163211185+WalkQuackBack@users.noreply.github.com> Date: Sat, 2 Nov 2024 18:51:08 -0400 Subject: [PATCH 3/3] Update plugins.json --- plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index a7626f47..4478984a 100644 --- a/plugins.json +++ b/plugins.json @@ -1023,7 +1023,7 @@ "website": "https://lpsmods.dev", "repository": "https://github.com/legopitstop/blockbench-plugins/tree/master/plugins/tweaks_n_stuff", "variant": "both", - "version": "1.0.0", + "version": "1.0.1", "min_version": "4.8.0", "tags": ["Blockbench"] },