Skip to content

v0.8.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Oct 13:37
· 0 commits to master since this release
7cf3483

🚀 weebsync v0.8.0

📦 Downloads

Native Executables (Platform-Specific Builds)

Platform File Description
Linux weebsync-linux-arm64 Linux ARM64 (aarch64)
Linux weebsync-linux-x64 Linux x86_64 (AMD64)
macOS weebsync-macos-arm64 macOS Apple Silicon
macOS weebsync-macos-x64 macOS Intel
Windows weebsync-win-x64.exe Windows x86_64

Docker Images

Multi-architecture container images are available:

# GitHub Container Registry
docker pull ghcr.io/ch4d1/weebsync_fork:v0.8.0
# Or use the latest tag
docker pull ghcr.io/ch4d1/weebsync_fork:latest

Supported architectures: linux/amd64, linux/arm64

📝 Changelog

  • Refactor AniListClient for improved readability and maintainability
  • feat: replace star ratings with color-coded smiley icons and enhance status display
  • fix: display proper language names instead of 'dub'/'sub' in anime viewer
  • feat: enhance AnimeSeasonViewer with mobile optimization for search and filter controls
  • feat: enhance Dockerfile to install axios globally and extend NODE_PATH for plugin compatibility
  • fix: resolve TypeScript type compatibility issues and restore metadata loading
  • feat: enhance Dockerfile for plugin dependencies and update axios import in AniListClient
  • fix: update syncMapSchema to improve validation rules for id and rename fields
  • feat: add plugin-based FTP viewer architecture with AniList seasons integration
  • chore: update project dependencies
  • perf: optimize ring buffer implementation
  • feat: add self-signed SSL certificate UI control
  • feat: add self-signed SSL certificate configuration option
  • fix: improve type safety and async configuration handling
  • feat: enhance FTP connection pooling and SSL certificate handling
  • security: add input validation to Socket.IO events
  • feat: implement comprehensive input validation schemas
  • feat: add Joi validation library for input validation
  • fix: enhance sync interval validation and improve FTP error handling
  • feat: add nightly build workflow and update README with badge