Skip to content

Commit

Permalink
Bump to 1.2.0+1.20.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Ale32bit committed Dec 23, 2024
1 parent 7eb957e commit da3fa95
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 34 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on: [ workflow_dispatch ]
env:
MINECRAFT_VERSION: 1.20.1
JAVA_VERSION: 17
VERSION: 1.1.3+1.20.1
RELEASE_NAME: Solstice 1.1.3 for Minecraft 1.20.1
VERSION: 1.2.0+1.20.1-beta
RELEASE_NAME: Solstice 1.2.0 beta for Minecraft 1.20.1
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:

name: "${{env.RELEASE_NAME}}"
version: "${{env.VERSION}}"
version-type: release
version-type: beta
changelog-file: CHANGELOG.md

loaders: fabric
Expand Down
33 changes: 3 additions & 30 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,4 @@
# 1.1.3
# 1.2.0

- Added `${prefix}` and `${suffix}` as name format placeholders pre-processed.
- Changing LuckPerms prefix and suffix no longer requires reloading.

# 1.1.2

- Bugfix misconfigured permission node for `/warp`.

# 1.1.1

- Bugfix missing dependencies for a dependency.

# 1.1.0

- Added staff chat via `/staffchat` command. Also toggleable.
- Added `/helpop` for players to send help requests to all operators.
- Added TimeSpan to `/restart` and `/timebar`.
- Clarified comment for username formats.

# 1.0.1

- Bugfix `/ban` and `/tempban` crashing.
- Added better timespan command argument (with suggestions!)
- Fixed locale typo in tempban message.

# 1.0.0 - BREAKING CHANGES

**BREAKING CHANGES: Player state files, server state file, locale file and config file are NOT compatible! Make a backup before upgrading.**

- Complete refactoring of the code!
- Refactored modules system
- Refactored permissions
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yarn_mappings=1.20.1+build.10
loader_version=0.16.9

# Mod Properties
mod_version=1.1.3+1.20.1
mod_version=1.2.0+1.20.1-beta
maven_group=me.alexdevs
archives_base_name=solstice

Expand Down

0 comments on commit da3fa95

Please sign in to comment.