Skip to content

Releases: rdlf0/chapp

Chapp v0.3.1

Choose a tag to compare

@github-actions github-actions released this 08 Aug 11:35
v0.3.1
9a65f99

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

Choose a tag to compare

@github-actions github-actions released this 07 Aug 15:33
v0.3.0
3dfb0dc

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

Choose a tag to compare

@github-actions github-actions released this 07 Aug 10:48
v0.2.0
2205014

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_64
  • static-server-linux-arm64 - Linux ARM64
  • static-server-darwin-amd64 - macOS x86_64
  • static-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_64
  • websocket-server-linux-arm64 - Linux ARM64
  • websocket-server-darwin-amd64 - macOS x86_64
  • websocket-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 8081

Changes

Only visual changes. Everything should be backward-compatible.

Breaking Changes

N/A

Migration Guide

N/A

Chapp v0.1.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 17:09
v0.1.0
60f41ad

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_64
  • static-server-linux-arm64 - Linux ARM64
  • static-server-darwin-amd64 - macOS x86_64
  • static-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_64
  • websocket-server-linux-arm64 - Linux ARM64
  • websocket-server-darwin-amd64 - macOS x86_64
  • websocket-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 8081

Changes

Everything is new! Check out the README for more details.

Breaking Changes

n/a

Migration Guide

n/a