Skip to content

Latest commit

 

History

History
77 lines (50 loc) · 6.05 KB

CHANGELOG.md

File metadata and controls

77 lines (50 loc) · 6.05 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v0.3.0 - 2024-12-09

Compare with v0.2.0

Features

  • add Telemetry Aggregator service. (dd64475 by Promise Fru).

v0.2.0 - 2024-12-01

Compare with v0.1.0

Features

  • remove sync socket functionality. (6cd8f21 by Promise Fru).

v0.1.0 - 2024-11-13

Compare with v0.0.1

Features

  • Integrate GlitchTip for error tracking. (1414af1 by Promise Fru).
  • add Bridge Server component. (eff599e by Promise Fru).

Bug Fixes

  • the assembler script to always pull from the 'main' branch and checkout the 'main' branch when NO_VERSION_CHECK is true. (fab2af4 by Promise Fru).

v0.0.1 - 2024-10-17

Compare with v0.0.0

Features

  • Add option to skip version check. (a5139a5 by Promise Fru).
  • Introduce install, uninstall, and update commands. (fed1a4c by Promise Fru).

v0.0.0 - 2024-08-23

Compare with first commit

Features

  • Introduce automated database backups (3352c99 by Promise Fru).
  • Configure Nginx for dynamic configuration (ccb1d81 by Promise Fru).
  • Removed explicit worker process configuration (416258b by Promise Fru).
  • Expose additional ports in proxy (d5a3a25 by Promise Fru).
  • Expose additional container ports (824212f by Promise Fru).
  • Enhance Nginx security configuration (d6c0145 by Promise Fru).
  • Enable quieter deployment and removal scripts (5ff0721 by Promise Fru).
  • Migrate to custom Nginx for streamlined proxying (37963bd by Promise Fru).
  • Expose service ports in docker-compose (061d5c1 by Promise Fru).
  • Add installation script and improve project structure (c48fd89 by Promise Fru).
  • Enable project-specific deployment and teardown (1360382 by Promise Fru).
  • Enhance certificate copying script with progress reporting (0eb4e16 by Promise Fru).
  • Add certs and drop commands to assembler (d6eb4f3 by Promise Fru).
  • Isolate Nginx Proxy Manager database (b575c3f by Promise Fru).
  • Improve environment variable loading (0d66765 by Promise Fru).
  • Introduce environment variable configuration (e64332d by Promise Fru).
  • Introduce deployment automation script and structure (1a5def3 by Promise Fru).

Code Refactoring

  • update config (fcfb3a5 by Promise Fru).
  • Enhance proxy documentation and configuration (32897e7 by Promise Fru).
  • refine Nginx configuration (473e1cb by Promise Fru).
  • Optimize Docker Compose output during deployment (bf75f92 by Promise Fru).