Skip to content

Releases: ius-csg/AutoTyper

Version 1.3 Release - Usability Update

28 Jan 05:11
2565003
Compare
Choose a tag to compare

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.

Download the jar

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

27 Jan 14:08
8a738b7
Compare
Choose a tag to compare

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.

Download the jar

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

27 Jan 10:28
Compare
Choose a tag to compare

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.

Download the jar

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

27 Jan 06:23
Compare
Choose a tag to compare

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.