Skip to content

Tags: DominikSLK/SkinsRestorerX

Tags

14.2.8

Toggle 14.2.8's commit message
This commit marks 14.2.8

14.2.7

Toggle 14.2.7's commit message
Update discord link in README

14.2.6

Toggle 14.2.6's commit message
Mark as 14.2.6

14.2.5

Toggle 14.2.5's commit message
GitHub already handles the commit hashes

14.2.4

Toggle 14.2.4's commit message
Migrate old files

14.2.3

Toggle 14.2.3's commit message
This commit marks the release of SR 14.2.3

14.2.2

Toggle 14.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
This commit marks the release of SR 14.2.2 (SkinsRestorer#1015)

* This commit marks the release of SR 14.2.2

* Add 1.19.1 support to readme

Co-authored-by: Alex <40795980+AlexProgrammerDE@users.noreply.github.com>

14.2.1

Toggle 14.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
SR 14.2.1 (SkinsRestorer#983)

* Fix issues with old java versions

* This commit marks the release of SR 14.2.1 (SkinsRestorer#982)

14.2.0

Toggle 14.2.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
SR 14.2.0 (SkinsRestorer#981)

* Fix javadoc badge in README

* Fix spelling

* Reduce duplicated code (SkinsRestorer#924)

* Mark as snapshot

Next release will be 14.2.0

* Use axiom for auto updating configs (SkinsRestorer#836)

* Migrate to axiom (currently still broken)

* Update to snapshot build

* Update axiom

* Fixup build

* Bump axiom version

* Relocation hotfix

Really should think twice before touching these :/

* Completely rewrite code to use Path instead of File (SkinsRestorer#925)

* Completely rewrite code to use Path instead of FIle

* Remove use of guava

2MB size go brrrrrrrrrrr

* Clean up relocations

* Use nio in bukkit applier, cleanup applier logic and auto reformat

* More config fixing and fix mysql

* Fix annoying file overwriting issue

* Fix locale conversion

* Address review and small improvements

* Fix skinsgui stealing skulls

* fix skinsgui nexst page

* Include provided scope in api example

I wonder why no one thought of adding this, lol
This is so important and has ruined the day of so many devs that ask because of not having this scope and getting errors.

* re-add cooldown to skin change username

* Make sr drop cast 3rd perimiter to support skinurl

fixes SkinsRestorer#845

* encapsulate srdrop target

fixes SkinsRestorer#845

* Update dependency org.projectlombok:lombok to v1.18.24 (SkinsRestorer#928)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Add mysql conversion error info (SkinsRestorer#930)

* Update links in config

* Update plugin com.gradle.enterprise to v3.10 (SkinsRestorer#931)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Fix mysql (SkinsRestorer#932)

* Write our own transformer to relocate jansi and mariadb in config files

* Remove some debug log

* Fix mysql (SkinsRestorer#933)

* Write our own transformer to relocate jansi and mariadb in config files

* Remove some debug log

* Do not minimize jansi and mariadb and also relocate file name

* Fix messages not generating

* Remove log from paper skin refresher

* Cleanup log and ensure table only altered when column not exists

* Update plugin com.gradle.enterprise to v3.10.1 (SkinsRestorer#940)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update actions/upload-artifact action to v3.1.0 (SkinsRestorer#942)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Small code improvement

* Fix papermc repo links and some README links

* Revert MYSQL changes

Seemingly this was a mariadb only feature.

* Fix build

* Rename bungee mode to proxy mode

closes SkinsRestorer#936

* Enable renovate automerge

* Add HELP_HELP_COMMAND in locale

This closes SkinsRestorer#603

* Update dependency org.mariadb.jdbc:mariadb-java-client to v3.0.5 (SkinsRestorer#947)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Fix mysql timestamp error (SkinsRestorer#952)

* Fix mysql timestamp error
* Fix parameter naming

* Enhance build speed by dropping paperweight (SkinsRestorer#951)

* Enhance build speed by dropping paperweight

* Fix obfuscation in result jar

* Fix build on windows

It doesn't like jars being replaced

Co-authored-by: xknat <kevin.natte@gmail.com>

* Fix dependency on remapped jar

* Add few extra gradle flags to improve speeds

* Use predicate instead of function in mappings

* Make links to actual links in javadocs

* fix build by fixing link

* fix startup banner

* fix build

* Update plugin com.gradle.enterprise to v3.10.2 (SkinsRestorer#961)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Update spigot 1.19 (SkinsRestorer#955)

* First code
* Revert thing
* Working build with local repo
* Drop maven local, now in codemc

**DOES NOT FIX BUNGEECORD SUPPORT YET**

* Drop dependency on paper for mappings

* Convert property system to per platform factory

* Move platform properties away from extend and remove setter api

* Multiversion bungeecord (SkinsRestorer#966)

* First multiver bungeecord code
* Fix getHandle
* Add comment about new BungeeCord property
Co-authored-by: Dilan Olivera <dilanolivera12@gmail.com>

* Update README and remove unused protocol enum

* Auto cleanup

* Make velocity event async

* Update dependency com.github.cryptomorin:XSeries to v8.8.0 (SkinsRestorer#967)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Use response model in api (SkinsRestorer#969)

* Use response model in api

* Add license headers

* More changes!

* move velocity to PaperMC repo (SkinsRestorer#971)

* Fix IDE classpath and drop dependencies on obfuscated jar

* Fix property casting in skingui

* Tiny improvement on srcommand

* Add support for newer paper config

* Rearrange Authors

* Make first update check happen early

This should ensure that not all servers will check for updates at the same time as well as giving a opportunity to update under heavy github api usage

* This commit marks the release of SR 14.2.0 (SkinsRestorer#978)

https://github.com/SkinsRestorer/SkinsRestorerX/tree/14.2.0

Co-authored-by: Alex <40795980+AlexProgrammerDE@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: J.T. McQuigg <J.T.McQuigg12@gmail.com>

14.1.15

Toggle 14.1.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Relocation hotfix (SkinsRestorer#926)

Really should think twice before touching these :/