Releases: ius-csg/AutoTyper
Version 1.3 Release - Usability Update
This release includes many new features.
New Features
Clipboard
When you have the program focused, hold the Control
key and press the button to paste what was in the clipboard instead of the textbox.
Multi-line TextBox
Now you can enter lines breaks into the textbox.
Select all on Linux
added support for CTRL + A to select all in the textbox on Linux.
Just like bash, you can hit the up arrow to go back to the last thin you pasted. Hit the down arrow to
traverse back to what you are currently typing.
Windows:
Double Click the jar or open cmd and run java -jar auto-typer-1.3.jar
to get debug output in the cmd window.
Linux:
In terminal run:
java -jar auto-typer-1.3.jar
Version 1.2 Release - Bash like History
In this release, history was added.
Just like bash, you can hit the up arrow to go back to what you last pasted. Hit the down arrow to
traverse back to what you are currently typing.
Windows:
Double Click the jar or open cmd and run java -jar auto-typer-1.2.jar
to get debug output in the cmd window.
Linux:
In terminal run:
java -jar auto-typer-1.2.jar
Details of changes include:
- Added a HotkeyListener
- Added a HistoryManager
Version 1.1 Release - Dark Mode
In this release, dark mode was added along with error logging. If you run into any problems you can create an issue and upload the error log Autopaster.log
or copy the cmd output.
Windows:
Double Click the jar or open cmd and run java -jar auto-typer-1.1.jar
to get debug output in the cmd window.
Linux:
In terminal run:
java -jar auto-typer-1.1.jar
Details of changes include:
- Break up methods into smaller pieces.
- Converted UI generation into pure functions.
- Change controls to use dark theme.
- Change Button Text to "Type it!".
- Add output logging for debugging.
Release 1.0
Download the jar and run it by double clicking on it in windows or by running java -jar auto-typer-1.0.jar
in linux.