Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shiroyashik committed Nov 16, 2024
1 parent b4d70b1 commit 41efdc1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
14 changes: 9 additions & 5 deletions .github/release-body.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
## Bug fix
## Release (✧ω✧)

> [!CAUTION]
> **Update your Config.toml according to the example in the repository!**
What's added:
- Prohibit creation of two sessions on one user
- Fixed avatar refreshing when deleting an avatar
- Fixed session relevance check
- Added support for **Assets**! As well as their automatic update from Figura repository!
- WebSocket reworked! *No more panics!*
- Reworked auto-update of conf files.
- Fixed avatar size limits

**Full Changelog**: https://github.com/shiroyashik/sculptor/compare/v0.3.0...v0.3.1
**Full Changelog**: https://github.com/shiroyashik/sculptor/compare/v0.3.1...v0.4.0
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
# Create necessary files and directories
- name: Create necessary files
run: |
mkdir -p target/output
cp Config.example.toml target/output/Config.toml
# Compress the output | Windows
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sculptor"
authors = ["Shiroyashik <shiroyashik@shsr.ru>"]
version = "0.4.0-dev"
version = "0.4.0"
edition = "2021"
publish = false

Expand Down

0 comments on commit 41efdc1

Please sign in to comment.