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

Releases: le717/PatchIt

PatchIt! Version 1.1.2 Stable

08 Oct 21:18
Compare
Choose a tag to compare

"Smoothing The Rough Edges"

Released October 8, 2013

Yet another large release for PatchIt! again. More rough edges from v1.1.0 was smoothed off, in addition to adding new features. In addition, a lot of work was done to trim up the application, removing as much duplicate code and actions as possible, improve the workflow, and decrease the size of PatchIt! when frozen.

Notable changes

  • Deep integration of @QuantumCD's RunAsAdmin utility
  • Complete rewrite of the command-line arguments parser using argparse, making it more stable and flexible
  • Very basic LEGO® Racers game launcher
  • Wrapper for @JrMasterModelBuilder's JAM Extractor, allows for full support of 2001 LEGO® Racers rerelease in the future
  • New main menu layout
  • Slightly updated PiP File Format. Does not affect the installation or creation of any Patches in v1.1.1 or in the future
  • Completely rewritten illegal character check for Patch Name and Version during Patch Creation. Now works correctly and displays illegal character in error message
  • Settings\PatchIt.cfg was not always being written
  • See Change Log for complete list of changes

Machine Freezing Specs

  • Windows 8 Core x64
  • All scripts frozen with Python 3.3.2 x86
  • Installer compiled with Inno Setup 5.5.3 Unicode

PatchIt! Version 1.1.1 Stable

04 Aug 00:41
Compare
Choose a tag to compare

"Hitting the TARget"

Released July 26, 2013

This large release of PatchIt! finally brings an end to the "Traveling Files" saga, fixes whatever bugs were introduced in 1.1.0 Unstable, further improves the PiP Format by making the PiP file a bit clearer and replacing the Zip archives with LZMA-compressed TAR archives (creating smaller Patches), as well as a host of improvements. This release also marks the official launch a website for PatchIt!, as designed by @rioforce.

PatchIt! Version 1.1.0 Unstable

06 Jul 22:31
Compare
Choose a tag to compare
Pre-release

"One Monster of a Release"

Released May 18, 2013

NOTE: This release is HIGHLY unstable, and should never, EVER be used, PERIOD.

PatchIt! Version 1.0.3.1 Stable

05 Jul 16:22
Compare
Choose a tag to compare

"Transition"

Released May 2, 2013

This release backports a few of the changes from PatchIt! Version 1.1.0 Unstable.

  • Backported "created by" updates
  • Backported window title
  • Updated Patch validity check with support for Modern (V1.1) Patches. It only checks for a modern Patch, and if it finds one, it prompts you to get a newer version of PatchIt!
  • Backported some installer changes
  • Backported setup.py

PatchIt! Version 1.0.3 Stable

26 Jul 21:20
Compare
Choose a tag to compare

"An Optimistic Outlook"

Released March 11, 2013

This releases fixes the native Windows error message that always popped when during Patch Creation and Installation. Also contains more LEGO® Racers Gameplay tips, as well as various improvements.

PatchIt! Version 1.0.2 Stable

26 Jul 21:16
Compare
Choose a tag to compare

"Keeping a record"

Released March 5, 2013

This release brings a log to help report and fix any bugs and diagnose any errors, and the first round of LEGO® Racers Gameplay tips, provided by the members of Rock Raiders United.

PatchIt! Version 1.0.1 Stable

26 Jul 21:09
Compare
Choose a tag to compare

"Keep your Thumbs out of the way, and nobody gets hurt"

Released March 2, 2013

The first bug-fix release of PatchIt! begins a long-reaching saga of issues with files that shouldn't be in valid Patches, as well as a few other bug fixes and new colored shell text. Because of the colored text, PatchIt! is a Windows-only application.

PatchIt! Version 1.0 Stable

26 Jul 21:04
Compare
Choose a tag to compare

"Stable at last!"

Released February 21, 2013

This is the first Stable release of PatchIt!, ready for public usage.

PatchIt! Version 1.0 Beta 2

26 Jul 20:59
Compare
Choose a tag to compare
Pre-release

"This is code, rewritten"

Released February 2, 2013

  • Completely rewrote the code base
  • App settings are now saved to a text file
  • LEGO® Racers game path can now be changed from within the app
  • Added LEGO® Racers installation check and ZIP extraction using 7-zip
  • Split LEGO® Racers installation check into separate function
  • Began writing GitHub-flavored Markdown Readme
  • Official rename from LEGO® Racers Mod Installer to PatchIt!
  • Incorporated check() function into read() and write() functions
  • Added ZIP compression using 7-zip
  • Removed 7-zip dependency and replaced it with the built-in ZipFile and Shutil modules for ZIP extraction and compression, respectively
  • Small code cleanup
  • Added Python 3.3 version check

PatchIt! Version 1.0 Beta 1

26 Jul 21:00
Compare
Choose a tag to compare
Pre-release

"A 30 minute hack"

Released January 26, 2013

  • First version, based on very sloppy, hacky code with 7-zip (7za.exe) dependency for ZIP extraction and creation.