Skip to content
This repository has been archived by the owner on Feb 6, 2021. It is now read-only.

Releases: toydotgames-archive/LockScreenChanger

Release 1.3.2

18 Nov 22:58
Compare
Choose a tag to compare

Changes

  • 7718c58 - Added .jfif file support.
  • e2d23b5 - Reduce CLI clutter.
  • 85317a2 - .tif and .tiff support.
  • 85317a2 - Fixed bug where oldFilename didn't support Bitmap files.
Run java GUI.java in the same directory as a .java file if you choose to use that as your preferred running medium.

Release 1.3.1

12 Nov 23:53
Compare
Choose a tag to compare

Changes

  • c366914 - Fixed renaming bug which thought images were a directory and made the files unable to overwrite the previous lock screen image.
  • c366914 - Added line to output .bat file which deletes the temporary copy of the new image in C:\Program Files\

Release 1.3

11 Nov 08:21
Compare
Choose a tag to compare

Changes

  • 51cc48a - Removed extra Java.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 the outputBatchName variable; as all it was used for was the new FileWriter(outputBatchName) command directly after it. outputBatchName stays set as "run.bat" all the time, so why not just set the FileWriter() to new FileWriter("run.bat")?
  • b118382 - Removed the javax.swing.JComboBox import, as I'm not using it. (I was, but never pushed the commit due to many problems with it)
  • b118382 - Made both JTextFields and JLabels 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 .bmps too.
    • Batch works fine with Bitmaps too, after testing.
    • The CLI output acknowledges Bitmaps too.
Fun Fact: I have no warnings in my IDE after building this! Beat that! :)

Release 1.2

11 Nov 07:54
Compare
Choose a tag to compare

Changes

  • Now able to work with .png files!
    • .jpgs can be turned to .pngs and .pngs into .jpgs.
    • 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 to C:\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

10 Nov 22:58
0e23b0f
Compare
Choose a tag to compare
  • Minor patch.

Release 1.0

10 Nov 22:50
Compare
Choose a tag to compare

Initial release.
Working and fully operational.