Skip to content

Releases: tekgator/MinecraftJars.NET

v1.2.2

30 May 04:40
016dba3
Compare
Choose a tag to compare

[1.2.2] - 2023-05-30

Added

  • Add version option to include snapshots during load, by default this is false
  • Add indicator to show that the current version is a snapshot / preview / experimental / beta / alpha build
  • Add IsSnapshot test cases

Changed

  • Restructure and simplify API directories

Removed

  • Separation of Snapshot and Standard versions for Mojang, Fabric and Pocketmine plugin, this is handled now via the IsSnapshot indicator on IVersion

v1.2.1

29 May 12:01
Compare
Choose a tag to compare

[1.2.1] - 2023-05-29

Fixed

  • Nuget release process

v1.2.0

29 May 11:10
84019db
Compare
Choose a tag to compare

[1.2.0] - 2023-05-29

Added

  • Add logos in different sizes for fixing Readme on Nuget.org
  • Add Fabric Provider Plugin

Fixed

  • Fix logos and links in Readme

Changed

  • Renamed Mohist project from MohistMC to Mohist

v1.1.0

29 May 02:33
e4c94ad
Compare
Choose a tag to compare

[1.1.0] - 2023-05-29

Added

  • Add Pocketmine Provider Plugin
  • Add logos to each Readme

v1.0.0

28 May 10:13
Compare
Choose a tag to compare

[1.0.0] - 2023-05-28

Fixed

  • In case of Task cancellation for a Spigot build make sure the whole process tree is killed
  • Website (Mojang, Spigot) did not respond because AcceptEncoding has to be provided. Always add AcceptEncoding identity

Changed

  • Normalize names of Plugins e.g. SpigotMC is now just Spigot
  • Created temp folders during Spigot build include the Plugin name for easier identification

Added

  • First working version
  • Unit testing project added
  • Add comment for old versions not proving Url due to missing server in Mojang Plugin Readme
  • Implement version filter in Spigot version factory
  • For Website crawling (Mojang, Spigot) add AcceptLanguage en-US, en to make sure content is not changed due to change of language
  • For Website crawling (Mojang, Spigot) add CacheControl with NoCache to get latest version of the website

v0.1.0

28 May 01:22
Compare
Choose a tag to compare

First working version