This repository has been archived by the owner on Feb 6, 2021. It is now read-only.
Releases: toydotgames-archive/LockScreenChanger
Releases · toydotgames-archive/LockScreenChanger
Release 1.3.2
Release 1.3.1
Release 1.3
Changes
51cc48a
- Removed extraJava.IO.File
whatevers. Basically, less rubbish about file creation for the Batchfile.51cc48a
- Made file format information/errors on one line - for both the new and old files.51cc48a
- Removed theoutputBatchName
variable; as all it was used for was thenew FileWriter(outputBatchName)
command directly after it.outputBatchName
stays set as"run.bat"
all the time, so why not just set theFileWriter()
tonew FileWriter("run.bat")
?b118382
- Removed thejavax.swing.JComboBox
import, as I'm not using it. (I was, but never pushed the commit due to many problems with it)b118382
- Made bothJTextField
s andJLabel
s 5px shorter, as there was some miscalculation I had made. Now they look correctly padded [by the 10px I had set as a guide] to the Apply button.- Updated file replacement Batch script.
2c2d2ce
- Added Bitmap support. Now.jpg
,.png
, and.bmp
files can all be interchanged!- File extension detection scripts now accept
.bmp
s too. - Batch works fine with Bitmaps too, after testing.
- The CLI output acknowledges Bitmaps too.
- File extension detection scripts now accept
Fun Fact: I have no warnings in my IDE after building this! Beat that! :)
Release 1.2
Changes
- Now able to work with
.png
files!.jpg
s can be turned to.png
s and.png
s into.jpg
s.- Note that this is only compatible with JPEGs and PNGs; don't try other file types as they most likely will break. (
.bmp
testing is to come in the future.
- Fixed window titling bugs.
- Fixed text and text box positioning bugs which made them a little too close to the Apply button.
- Fixed bugs in Batch file transfer and overwrite.
- Files now transfer to the
C:\Program Files\
directory, then get renamed, then get sent to the.\images\
directory there. This is better because previous versions used to rename the file, then copy it toC:\Program Files\images\
; leaving your original copy of the image as both a JPEG and renamed to something you didn't want.
I have no warnings in my IDE! :)
Release 1.1
- Minor patch.
Release 1.0
Initial release.
Working and fully operational.