Releases: rdlf0/chapp
Releases · rdlf0/chapp
Release list
Chapp v0.3.1
Chapp v0.3.1
What's New
N/A
Changes
Fixes the way PR labels are extracted in the release workflow.
Breaking Changes
N/A
Migration Guide
N/A
Chapp v0.3.0
Chapp v0.3.0
What's New
Added PR validation and label validation workflows.
Changes
Updated the release workflow to extract the version bump type from the labels of the merged PR.
Breaking Changes
N/A
Migration Guide
N/A
Chapp v0.2.0
Chapp v0.2.0
What's New
This release contains a complete redesign of Chapp.
Downloads
Static Server (Authentication and static file server):
static-server-linux-amd64- Linux x86_64static-server-linux-arm64- Linux ARM64static-server-darwin-amd64- macOS x86_64static-server-darwin-arm64- macOS ARM64 (Apple Silicon)static-server-windows-amd64.exe- Windows x86_64
WebSocket Server (Real-time messaging server):
websocket-server-linux-amd64- Linux x86_64websocket-server-linux-arm64- Linux ARM64websocket-server-darwin-amd64- macOS x86_64websocket-server-darwin-arm64- macOS ARM64 (Apple Silicon)websocket-server-windows-amd64.exe- Windows x86_64
Installation
# Download the appropriate binary for your platform
# Make executable (Linux/macOS)
chmod +x static-server-<platform>
chmod +x websocket-server-<platform>
# Run the servers
./static-server-<platform> # Port 8080
./websocket-server-<platform> # Port 8081Changes
Only visual changes. Everything should be backward-compatible.
Breaking Changes
N/A
Migration Guide
N/A
Chapp v0.1.0
Chapp v0.1.0
What's New
The first release of Chapp!
Downloads
Static Server (Authentication and static file server):
static-server-linux-amd64- Linux x86_64static-server-linux-arm64- Linux ARM64static-server-darwin-amd64- macOS x86_64static-server-darwin-arm64- macOS ARM64 (Apple Silicon)static-server-windows-amd64.exe- Windows x86_64
WebSocket Server (Real-time messaging server):
websocket-server-linux-amd64- Linux x86_64websocket-server-linux-arm64- Linux ARM64websocket-server-darwin-amd64- macOS x86_64websocket-server-darwin-arm64- macOS ARM64 (Apple Silicon)websocket-server-windows-amd64.exe- Windows x86_64
Installation
# Download the appropriate binary for your platform
# Make executable (Linux/macOS)
chmod +x static-server-<platform>
chmod +x websocket-server-<platform>
# Run the servers
./static-server-<platform> # Port 8080
./websocket-server-<platform> # Port 8081Changes
Everything is new! Check out the README for more details.
Breaking Changes
n/a
Migration Guide
n/a