Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Update from SpaghettDev - spaghettdev.betterinputs
Browse files Browse the repository at this point in the history
  • Loading branch information
GeodeBot committed Jun 1, 2024
1 parent 374f415 commit f11e026
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3701,7 +3701,8 @@
"versions": [
"2.0.0-beta",
"2.1.0-beta",
"2.2.0-beta"
"2.2.0-beta",
"2.2.1-beta"
]
}
}
Expand Down
12 changes: 12 additions & 0 deletions mods-v2/spaghettdev.betterinputs/2.2.1-beta/entry.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"commit-author": "SpaghettDev",
"platforms": [
"windows"
],
"mod": {
"download": "https://github.com/SpaghettDev/BetterInputs/releases/download/v2.2.1-beta/spaghettdev.betterinputs.geode",
"hash": "f5c0aca6e1f89f46e918b3007835db931f5885e6abee973f32cfbdb9d07080f7",
"hash256": "e0489f9aef3d667a4cbecfdeacf704a2581bc7e06e8bf090e0a2c6f2fcf13b64"
},
"tags": []
}
34 changes: 34 additions & 0 deletions mods-v2/spaghettdev.betterinputs/2.2.1-beta/mod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"geode": "2.0.0-beta.27",
"gd": {
"win": "2.204"
},
"version": "v2.2.1-beta",
"id": "spaghettdev.betterinputs",
"name": "BetterInputs",
"developer": "SpaghettDev",
"description": "Makes inputs behave like on Windows (text highlighting, Ctrl+A, Ctrl+Arrow hotkeys, etc...)",
"repository": "https://github.com/SpaghettDev/BetterInputs",
"links": {
"community": "https://discord.gg/3bShQb6Jz3",
"source": "https://github.com/SpaghettDev/BetterInputs"
},
"issues": {
"info": "Report any bugs/suggestions here.",
"url": "https://github.com/SpaghettDev/BetterInputs/issues"
},
"settings": {
"auto-deselect": {
"type": "bool",
"default": true,
"name": "Auto deselect input",
"description": "<cr>Highly Experimental!</c> Automatically deselect the currently selected input when an alert or layer appears. (Fixes escape key deselecting the input instead of closing the opened alert/layer)"
},
"allow-any-character": {
"type": "bool",
"default": true,
"name": "Allow any character",
"description": "Allows inputting any character (even ones not allowed) into input nodes. <cr>This is ignored if you have a mod menu that already has this enabled!</c>"
}
}
}
8 changes: 7 additions & 1 deletion mods-v2/spaghettdev.betterinputs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.2.1-beta] - 2024-06-01

### Changed

- For loop in layer detection to just use last node

## [2.2.0-beta] - 2024-06-01

### Added

- `Auto deselect input` option, default is enabled. If on, deselects the selected input if an alert/layer is created.
- `Auto deselect input` option, default is enabled. If on, and when ESC is clicked while an input is selected, closes the alert/layer that is in front of the input instead of deselecting the input.

### Fixed

Expand Down
Binary file modified mods-v2/spaghettdev.betterinputs/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f11e026

Please sign in to comment.