-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dabe176
commit 494de2b
Showing
9 changed files
with
60 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
## Bug fix | ||
## Release ☆ ~('▽^人) | ||
|
||
Fixed error (failed to verify) when authenticating via Mojang | ||
> [!CAUTION] | ||
> **Update your Config.toml according to the example in the repository!** | ||
**Full Changelog**: https://github.com/shiroyashik/sculptor/compare/v0.2.2...v0.2.3 | ||
What's added: | ||
- Ability to change authentication providers; | ||
- Display information about Sculptor in MOTD; | ||
- Checking updates for Sculptor (displayed in CLI at startup) and for Figura (reported in mod UI); | ||
- Saving log files in a separate directory; | ||
- User bans and Minecraft blacklist parser; | ||
- Implemented a special API for backend manipulation by third-party software. | ||
|
||
**Full Changelog**: https://github.com/shiroyashik/sculptor/compare/v0.2.3...v0.3.0 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM rust:1.78.0-alpine3.20 as builder | ||
FROM rust:1.80.1-alpine3.20 as builder | ||
|
||
WORKDIR /build | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters