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 198f077 commit 01085c4
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3696,7 +3696,8 @@
"spaghettdev.betterinputs": {
"verified": false,
"versions": [
"2.0.0-beta"
"2.0.0-beta",
"2.1.0-beta"
]
}
}
Expand Down
12 changes: 12 additions & 0 deletions mods-v2/spaghettdev.betterinputs/2.1.0-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.1.0-beta/spaghettdev.betterinputs.geode",
"hash": "b7637252fbc467adf38393b283a609941cd00e0b634cb4b932b2f9e354d92922",
"hash256": "27f6fdc9343636f29bfb3b0b0aa6508328ae0888821c3a16a0ad6f7a94456cb2"
},
"tags": []
}
28 changes: 28 additions & 0 deletions mods-v2/spaghettdev.betterinputs/2.1.0-beta/mod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"geode": "2.0.0-beta.27",
"gd": {
"win": "2.204"
},
"version": "v2.1.0-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": {
"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>"
}
}
}
17 changes: 17 additions & 0 deletions mods-v2/spaghettdev.betterinputs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ 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.1.0-beta] - 2024-06-01

Robert where update 👀

### Added

- CharNode struct, returned when calling `getCharNodePosInfo` or `getCharNodePosInfoAtLine`

### Fixed

- Text being inserted somewhere completely wrong in TextAreas when highlighting
- Cursor also being positioned somewhere wrong in TextAreas when highlighting

### Changed

- Moved helper types into /src/types folder

## [2.0.0-beta] - 2024-05-31

### 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 01085c4

Please sign in to comment.