master Changelog 0.1 === - 0.1.2 Misc. cleanup and minor optimisations (#3) - Reduced the number of allocating lambdas and object allocations - Avoided double `DownloadAssets#getAssetDest()` calls on cache miss - Drastically simplified `JarVersionInfo#hello` - Use `MethodHandles#publicLookup` - Requires the main method to be public, in a public class and in a package that is unconditionally open (if in a module), but faster to obtain than a `MethodHandles#lookup` - 0.1.1 Use System#currentTimeMillis() instead of nanoTime (#2) Fixes #1 - 0.1.0 Initial public commit All work has been condensed into this single commit.