Update project-xeric#11429
Conversation
|
This plugin requires a review from a Plugin Hub maintainer. The reviewer will request any additional changes if needed. Internal use only: Reviewer details Maintainer details |
b103fba to
666944f
Compare
666944f to
6fd66a9
Compare
|
I've manually adjusted the size label due to the -3k file deletion, don't push any additional changes to the PR unless requested, or the bot will override the label. |
|
In your Path resolvedPath = Paths.get(cacheDir).resolve(filename).normalize();
if (resolvedPath.startsWith(cacheDir)) {
// your logic here
}In your |
|
@pajlada I beefed up the file IO and switched over all operations to use the Files API. Included checks for symlinks in ImageService's |
The diff is large, but the bulk of it is image removals since those are now served via the backend server.
I tried to keep changes as minimal and as easy to read as possible. There was quite a lot that needed to be changed.
2.1.0
The long-awaited leaderboards are finally here! This update to the plugin will track and submit
your progress to the Zeah Ironmen clan leaderboards, which you can view at https://projectxeric.com.
Some other general improvements were made so that tasks and ranks can be updated on the fly!
Features
Non-irons and accounts with 0 Xeric Points never submit player data.
Hotfixes