Skip to content

Releases: Neocky/pluGET

pluGET v1.7.3

12 Feb 17:33
6ea80b9
Compare
Choose a tag to compare

pluGET v1.7.3

Changes:

Full Changelog: v1.7.2...v1.7.3

pluGET v1.7.2

19 Jul 08:50
88b8977
Compare
Choose a tag to compare

pluGET v1.7.2

Changes:

  • pluGET will now handle spiget API errors & show a better error message on installation errors #54 | Thank you to @smcclennon for the PR 😃
  • fixed wrong command in config #56 | Thank you to @smile-minecraft for the PR 😸

Full Changelog: v1.7.1...v1.7.2

pluGET v1.7.1

04 Jul 14:16
4250ab1
Compare
Choose a tag to compare

pluGET v1.7.1

Changes:

  • added install_requirements scripts for Windows & Linux #51 | Thanks to @Pazdikan for the PR 😃
  • added support for purpur as serverjar #43 #47
    • use get-purpur [purpurBuild] [mcVersion] to get the specific purpur build
    • also added purpur support in the check serverjar & update serverjar commands
  • added back a better remove [pluginName] command
  • added a better help command
  • fixed some formating issues

pluGET v.1.7.0

02 Jul 18:00
1df6b36
Compare
Choose a tag to compare

pluGET v.1.7.0

A complete rewrite of the whole program is finished 🎉

❗ Please recreate your config ❗

Changes:

  • added new config: now everything is stored in a yaml config which is easier to edit
  • added command line support so you can call pluGET commands straight from the command line like: #22
py pluget.py check all
  • added support for Waterfall & Velocity as serverjar
  • Fixed bunch of issues and these on github: #46 #42
  • added new ascii logo

pluGET v.1.6.10

05 Dec 16:00
cf71008
Compare
Choose a tag to compare

pluGET v1.6.10

Changes:

pluGET v1.6.9

26 Aug 17:27
Compare
Choose a tag to compare

pluGET v1.6.9

Changes:

  • fixed bug when searching for id which couldn't be found #41
  • fixed bug when name of plugin couldn't be sanitized

pluGET v1.6.8

07 Aug 17:06
Compare
Choose a tag to compare

pluGET v1.6.8

❗ Please recreate your config due to changes in it

Changes:

  • added custom port support for FTP | Thanks to @TheDudeFromCI for the PR 😃

pluGET v1.6.7

01 Aug 13:14
Compare
Choose a tag to compare

pluGET v1.6.7

Changes:

  • fixed ftp object has no attribute lstat error #37
    • fixed folder & file checking over ftp

pluGET v1.6.6

18 Jul 12:55
Compare
Choose a tag to compare

pluGET v1.6.6

Changes:

  • fixed update all could fail and stop program when the file couldn't be downloaded: #36
  • changed colors from check all so that green means latest version and red outdated
  • fixed get-paper command:
    • now it can download paper on different versions: get-paper 100 1.17.1
  • updated latest version from paper to 1.17.1
  • code cleanup

pluGET v1.6.5

14 Jul 19:31
Compare
Choose a tag to compare

pluGET v1.6.5

Changes:

  • Fixed: plugin didn't get recognized as outdated #33
  • Fixed: old plugin files couldn't be deleted #34
  • Fixed: crash if plugin didn't had a plugin.yml file #35
  • Input for update confirmation can also be uppercase now
  • fixed spelling
  • some code cleanup