Skip to content

Commit 07dfe5c

Browse files
Merge branch 'dev' into update-from-template-merged
2 parents 90550a9 + dcf3489 commit 07dfe5c

File tree

61 files changed

+3750
-250
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+3750
-250
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ body:
1515
attributes:
1616
label: "Checklist"
1717
options:
18-
- label: "I am able to reproduce the bug with the [latest version](https://github.com/litetex-oss/template-placeholder/releases/latest)"
18+
- label: "I am able to reproduce the bug with the [latest version](https://github.com/litetex-oss/mcm-cape-provider/releases/latest)"
1919
required: true
20-
- label: "I made sure that there are *no existing issues* - [open](https://github.com/litetex-oss/template-placeholder/issues) or [closed](https://github.com/litetex-oss/template-placeholder/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to."
20+
- label: "I made sure that there are *no existing issues* - [open](https://github.com/litetex-oss/mcm-cape-provider/issues) or [closed](https://github.com/litetex-oss/mcm-cape-provider/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to."
2121
required: true
2222
- label: "I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise."
2323
required: true

.github/ISSUE_TEMPLATE/enhancement.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body:
1313
attributes:
1414
label: "Checklist"
1515
options:
16-
- label: "I made sure that there are *no existing issues* - [open](https://github.com/litetex-oss/template-placeholder/issues) or [closed](https://github.com/litetex-oss/template-placeholder/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to."
16+
- label: "I made sure that there are *no existing issues* - [open](https://github.com/litetex-oss/mcm-cape-provider/issues) or [closed](https://github.com/litetex-oss/mcm-cape-provider/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to."
1717
required: true
1818
- label: "I have taken the time to fill in all the required details. I understand that the feature request will be dismissed otherwise."
1919
required: true

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
attributes:
1313
label: "Checklist"
1414
options:
15-
- label: "I made sure that there are *no existing issues* - [open](https://github.com/litetex-oss/template-placeholder/issues) or [closed](https://github.com/litetex-oss/template-placeholder/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to."
15+
- label: "I made sure that there are *no existing issues* - [open](https://github.com/litetex-oss/mcm-cape-provider/issues) or [closed](https://github.com/litetex-oss/mcm-cape-provider/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to."
1616
required: true
1717
- label: "I have taken the time to fill in all the required details. I understand that the question will be dismissed otherwise."
1818
required: true

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
run: ./gradlew clean build modrinth --info --stacktrace
127127
env:
128128
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
129-
MODRINTH_CHANGELOG_TEXT: 'Available at https://github.com/litetex-oss/template-placeholder/blob/dev/CHANGELOG.md'
129+
MODRINTH_CHANGELOG_TEXT: 'Available at https://github.com/litetex-oss/mcm-cape-provider/blob/dev/CHANGELOG.md'
130130

131131
- name: Upload release assets
132132
uses: shogo82148/actions-upload-release-asset@v1
@@ -137,7 +137,6 @@ jobs:
137137
build/libs/*.jar
138138
!build/libs/*-sources.jar
139139
!build/libs/*-javadoc.jar
140-
141140
- name: Publish to OSSRH
142141
run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository --info --stacktrace
143142
env:

.github/workflows/test-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
distribution: 'temurin'
1717
java-version: '21'
1818
cache: 'gradle'
19-
19+
2020
- name: Build and publish
2121
run: ./gradlew clean build modrinth --info --stacktrace
2222
env:
2323
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
2424
MODRINTH_VERSION_TYPE: 'alpha'
25-
MODRINTH_CHANGELOG_TEXT: 'Available at https://github.com/litetex-oss/template-placeholder/blob/dev/CHANGELOG.md<br/><i>Please not that this is a SNAPSHOT which might be unstable</i>'
25+
MODRINTH_CHANGELOG_TEXT: 'Available at https://github.com/litetex-oss/mcm-cape-provider/blob/dev/CHANGELOG.md<br/><i>Please not that this is a SNAPSHOT which might be unstable</i>'
2626

2727
- name: Upload mod files
2828
uses: actions/upload-artifact@v4

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# 1.1.1
2+
* Optimized rendering in preview screen
3+
* Correctly declared fabric-api
4+
5+
# 1.1.0
6+
* Updated to 1.21.5
7+
8+
# 1.0.2
9+
* Distribute mod on Maven Central
10+
11+
# 1.0.1
12+
* Improved compatibility information
13+
14+
# 1.0.0
15+
Improvements and changes in comparison to Capes mod:
16+
* Improved provider configuration screen
17+
* Can now be ordered
18+
* Added links for homepage / to cape editor
19+
* Fixed preview rendering
20+
* Built-in providers:
21+
* MinecraftCapes (active by default)
22+
* OptiFine (active by default)
23+
* Wynntils
24+
* Fixed capes not being loaded
25+
* Cosmetica
26+
* LabyMod
27+
* Prevented default cape from always being displayed
28+
* Added Anti-Feature notices
29+
* Added support for custom providers to the config
30+
* Added reset function
31+
* Improved provider responsiveness
32+
* Implemented basic caching
33+
* Implemented check if player is real (and not simulated by the server)
34+
* Various other improvements

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ You should have the following things installed:
3232
* Ensure that the JDK/Java-Version is correct
3333

3434

35-
## Releasing [![Build](https://img.shields.io/github/actions/workflow/status/litetex-oss/template-placeholder/release.yml?branch=master)](https://github.com/litetex-oss/template-placeholder/actions/workflows/release.yml)
35+
## Releasing [![Build](https://img.shields.io/github/actions/workflow/status/litetex-oss/mcm-cape-provider/release.yml?branch=master)](https://github.com/litetex-oss/mcm-cape-provider/actions/workflows/release.yml)
3636

3737
Before releasing:
38-
* Consider doing a [test-deployment](https://github.com/litetex-oss/template-placeholder/actions/workflows/test-deploy.yml?query=branch%3Adev) before actually releasing.
38+
* Consider doing a [test-deployment](https://github.com/litetex-oss/mcm-cape-provider/actions/workflows/test-deploy.yml?query=branch%3Adev) before actually releasing.
3939
* Check the [changelog](CHANGELOG.md)
4040

4141
If ``dev`` is ready for release, create a pull request to the ``master``-Branch and merge the changes

0 commit comments

Comments
 (0)