Skip to content

Commit 189afe1

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2023-04-24) ### Bug Fixes * Add EssentialsX dependency and SkinRestorer jar ([0596ef4](0596ef4)) * added debug to skin endpoint ([5917e31](5917e31)) * code clean-up ([c512471](c512471)) * disable wadl to fix HTTP OPTIONS bug ([c751112](c751112)) * fix authme and slimefun ([293bd42](293bd42)) * fix github action frontend deployment ([7e7604f](7e7604f)) * fix github action frontend deployment ([b280f69](b280f69)) * fix github action gradle cleanup ([27236a7](27236a7)) * fix other dependencies ([2a254ff](2a254ff)) * fix skins restorer ([23a0ec5](23a0ec5)) * fixed dependencies ([a86f04e](a86f04e)) * load dependencies before matrixstats ([f68405f](f68405f)) * Name of EssentialsX depend ([727a9cf](727a9cf)) * redo loadbefore ([1fc7207](1fc7207)) * redo vault depend ([7f6be06](7f6be06)) * remove debug message ([3a0b7b8](3a0b7b8)) * reset angular cache ([f90327b](f90327b)) * reset plugin versioning system ([0d58d48](0d58d48)) * run github action only when files changed ([f33b85e](f33b85e)) * skin endpoint ([67ef5f1](67ef5f1)) * update db connection ([f747e07](f747e07)) * update deploy jar location ([de209e7](de209e7)) * update node.js version of github action ([dd4aa3b](dd4aa3b)) * use auth guard for angular ([329b8d3](329b8d3)) * use playername for skin ([ae7894f](ae7894f)) ### Features * add design for stats ([446abaa](446abaa)) * add frontend ([523ea03](523ea03)) * added endpoint for latest and all stats ([65a9e8f](65a9e8f)) * added live data for basic stats ([75b1960](75b1960)) * better design for login page ([9ecaf03](9ecaf03)) * deploy jar to mc server ([2336e34](2336e34)) * update angular version ([6d04ac4](6d04ac4)) * Use MatrixCombatLevel plugin for several plugin dependencies ([b85cacf](b85cacf))
1 parent 0d58d48 commit 189afe1

2 files changed

Lines changed: 43 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# 1.0.0 (2023-04-24)
2+
3+
4+
### Bug Fixes
5+
6+
* Add EssentialsX dependency and SkinRestorer jar ([0596ef4](https://github.com/TheMatrixNetwork/MatrixStats2/commit/0596ef40b85ad445de85e2b8a359d6171b50a6dc))
7+
* added debug to skin endpoint ([5917e31](https://github.com/TheMatrixNetwork/MatrixStats2/commit/5917e31e093673678804d910da6d36b8b40639f8))
8+
* code clean-up ([c512471](https://github.com/TheMatrixNetwork/MatrixStats2/commit/c512471336c41a03b38ca6aad1164a308edc9486))
9+
* disable wadl to fix HTTP OPTIONS bug ([c751112](https://github.com/TheMatrixNetwork/MatrixStats2/commit/c7511120352744d5caaf799c8af99a84735548e3))
10+
* fix authme and slimefun ([293bd42](https://github.com/TheMatrixNetwork/MatrixStats2/commit/293bd42208cb2468b10d30a05a73e77febcdcbcb))
11+
* fix github action frontend deployment ([7e7604f](https://github.com/TheMatrixNetwork/MatrixStats2/commit/7e7604fb5567eb0e9daa9e52abd2dee703a2581d))
12+
* fix github action frontend deployment ([b280f69](https://github.com/TheMatrixNetwork/MatrixStats2/commit/b280f69518ff1264f2200627a8ab2265984aeace))
13+
* fix github action gradle cleanup ([27236a7](https://github.com/TheMatrixNetwork/MatrixStats2/commit/27236a703d460f58f6f145caee7509eea0d18223))
14+
* fix other dependencies ([2a254ff](https://github.com/TheMatrixNetwork/MatrixStats2/commit/2a254ff4b3aa1fe4c2552ab3805b6c28cce53a89))
15+
* fix skins restorer ([23a0ec5](https://github.com/TheMatrixNetwork/MatrixStats2/commit/23a0ec51d788bff168cdea498bcff8960c2a3199))
16+
* fixed dependencies ([a86f04e](https://github.com/TheMatrixNetwork/MatrixStats2/commit/a86f04e465d63a0a2738fc51b7b141822962dc62))
17+
* load dependencies before matrixstats ([f68405f](https://github.com/TheMatrixNetwork/MatrixStats2/commit/f68405ffdf67573b275ae04e6b5d3bd01a57577a))
18+
* Name of EssentialsX depend ([727a9cf](https://github.com/TheMatrixNetwork/MatrixStats2/commit/727a9cf0e2fa6935a1080eb913515fe24a88b833))
19+
* redo loadbefore ([1fc7207](https://github.com/TheMatrixNetwork/MatrixStats2/commit/1fc7207d664c3bc221fb0028bcd605902ac23193))
20+
* redo vault depend ([7f6be06](https://github.com/TheMatrixNetwork/MatrixStats2/commit/7f6be067f0176a330922b33871b4577ce6630b75))
21+
* remove debug message ([3a0b7b8](https://github.com/TheMatrixNetwork/MatrixStats2/commit/3a0b7b89cdd62fe1328001beabe92017f819a1b3))
22+
* reset angular cache ([f90327b](https://github.com/TheMatrixNetwork/MatrixStats2/commit/f90327b6d4d2c835af2486c4c8da8c7c7f77f34e))
23+
* reset plugin versioning system ([0d58d48](https://github.com/TheMatrixNetwork/MatrixStats2/commit/0d58d4820a6faa85de8a9e55343b3bc308a33798))
24+
* run github action only when files changed ([f33b85e](https://github.com/TheMatrixNetwork/MatrixStats2/commit/f33b85ebe15e5dde7cc65f2befcb6e3d451f9188))
25+
* skin endpoint ([67ef5f1](https://github.com/TheMatrixNetwork/MatrixStats2/commit/67ef5f1e24bde5a1e05cc387253cf275adadec3a))
26+
* update db connection ([f747e07](https://github.com/TheMatrixNetwork/MatrixStats2/commit/f747e074fefb743b4d3f335e6a2698138979ebc6))
27+
* update deploy jar location ([de209e7](https://github.com/TheMatrixNetwork/MatrixStats2/commit/de209e7f7cdbeeed75dd91c2bc51ea6c608dbb14))
28+
* update node.js version of github action ([dd4aa3b](https://github.com/TheMatrixNetwork/MatrixStats2/commit/dd4aa3ba594a4df04567590c89ef782e06918d69))
29+
* use auth guard for angular ([329b8d3](https://github.com/TheMatrixNetwork/MatrixStats2/commit/329b8d3a198c544c3714bd47f0482736942ed20a))
30+
* use playername for skin ([ae7894f](https://github.com/TheMatrixNetwork/MatrixStats2/commit/ae7894f69deb180712b93384a9de64a2ea3c536a))
31+
32+
33+
### Features
34+
35+
* add design for stats ([446abaa](https://github.com/TheMatrixNetwork/MatrixStats2/commit/446abaac76de6f0c3d8fd68c7d0f3c74b29323eb))
36+
* add frontend ([523ea03](https://github.com/TheMatrixNetwork/MatrixStats2/commit/523ea03e3ef7aae7c9f4c8119b578bb375bcbb99))
37+
* added endpoint for latest and all stats ([65a9e8f](https://github.com/TheMatrixNetwork/MatrixStats2/commit/65a9e8f191ebba27d263c9d3de090150f1452453))
38+
* added live data for basic stats ([75b1960](https://github.com/TheMatrixNetwork/MatrixStats2/commit/75b19600f9fae686f31eee59d72077a346993a5b))
39+
* better design for login page ([9ecaf03](https://github.com/TheMatrixNetwork/MatrixStats2/commit/9ecaf03787ace757b68c1b1963460a0e0268b628))
40+
* deploy jar to mc server ([2336e34](https://github.com/TheMatrixNetwork/MatrixStats2/commit/2336e3421159d050174f4eebae31dc37b0223923))
41+
* update angular version ([6d04ac4](https://github.com/TheMatrixNetwork/MatrixStats2/commit/6d04ac4c29a43eed9ba11497a3b21e1171cce6f3))
42+
* Use MatrixCombatLevel plugin for several plugin dependencies ([b85cacf](https://github.com/TheMatrixNetwork/MatrixStats2/commit/b85cacfa59c1dfab371de54a81d484a30570136a))

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ pluginName = MatrixStats2
44
author = S1mple133,CrashCringle12
55
mcVersion = 1.19.3
66
apiVersion = 1.13
7-
version = 1.3.0
7+
version = 1.0.0

0 commit comments

Comments
 (0)