Skip to content

Releases: Soartex/Texture-Patcher-v1

2.4 Patcher Release

21 Jun 17:31
Compare
Choose a tag to compare

Updated/Fixed Features:

  • Now works with CloudFlare
  • Changed to head requests for checking on zips
  • Fixed modpack txt loads
  • Switched to gradle build system
  • Overall code cleanup
  • Compiled against java 8,7,6
  • Updated travis-ci setup

A special thanks to @Chefeification for all his help, and bug fixes.
This update would have not happen if it was not for him, so thanks again!

2.3 Patcher Release

19 Jun 17:04
Compare
Choose a tag to compare

Bugs Fixed:

  • CloudFlare UserAgent Fix

1.2 Patcher Release

27 May 14:28
Compare
Choose a tag to compare

Updated Features:

  • Allows for optional branch management.
  • Add a second line to your externalconfig.txt for branch.json
  • Allows for specifying different modded branches
  • See example below:
{
"branches": {
    "1.6.x Branch": {
      "name": "1.6.x mods",
      "url": "http://domain.com/zip-manager/data/patcher/config(1.6.x).json"
    },
    "1.5.x Branch": {
      "name": "1.5.x mods",
      "url": "http://domain.com/zip-manager/data/patcher/config(1.5.x).json"
    },
    "1.4.x Branch": {
      "name": "1.4.x mods",
      "url": "http://domain.com/zip-manager/data/patcher/config(1.4.x).json"
    },
    "1.3.x-pre Branch": {
      "name": "1.3.x-pre mods",
      "url": "http://domain.com/zip-manager/data/patcher/config(1.3.x).json"
    }}}

1.1 Patcher Release

27 May 14:28
Compare
Choose a tag to compare
1.1 Patcher Release Pre-release
Pre-release

Updated Functions:

  • Main pack download
  • All configuration redone in JSON
  • Better error handling
  • Bug fixes
  • UI improvements.

1.0 Patcher Release

27 May 14:28
Compare
Choose a tag to compare
1.0 Patcher Release Pre-release
Pre-release

Initial release!
Versions renumbered due to fatal bug in the older releases.