Releases: startersclan/hlstatsx-community-edition
Releases · startersclan/hlstatsx-community-edition
v1.11.3
Changes
🐛 Bug Fixes
- Fix (web/admintasks): Fix exceptions in
tools_perlcontrol
andtools_synchronize
@leojonathanoh (#54) - Fix (daemon): Fix daemon crashing for CS2 when first player connects @leojonathanoh (#51)
- Fix (daemon): Fix broken
mysql-apt-config
in Dockerfile @leojonathanoh (#52)
📝 Documentation
- Docs (readme): Update FAQ about disabling
xdebug
in development @leojonathanoh (#53)
🧰 Maintenance
- Chore: Release 1.11.3 @leojonathanoh (#55)
v1.11.2
Changes
🐛 Bug Fixes
- Fix (web/updater): Add dummy update
$dbversion = 85
for 1.11.0 @leojonathanoh (#46)
📝 Documentation
- Docs: Update comments in
docker-compose*.yml
@leojonathanoh (#49) - Docs: Remove unnecessary
dns-volume
indocker-compose*.yml
@leojonathanoh (#47)
🧰 Maintenance
- Chore: Release 1.11.2 @leojonathanoh (#48)
v1.11.1
Changes
🐛 Bug Fixes
- Fix (daemon): Fix
DemoRecorder
bot causing daemon to crash @leojonathanoh (#44)
📝 Documentation
- Docs (development): Update CS2 example in
docker-compose.yml
@leojonathanoh (#43)
🧰 Maintenance
- Chore: Release 1.11.1 @leojonathanoh (#45)
v1.11.0
Changes
🚀 Features
- Enhancement: Add CS2 support @leojonathanoh (#41)
- Enhancement (ci): Remove unneeded for release docker tags @leojonathanoh (#42)
v1.10.0
Changes
🚀 Features
- Enhancement (tests): Use ./test/test.sh for tests instead of
docker-compose.test.yml
@leojonathanoh (#31) - Enhancement (development): Use
docker-compose
v1 for compatibility @leojonathanoh (#30) - Enhancement (development): Do not require
docker-container
build driver in development @leojonathanoh (#24) - Enhancement (development): Add
depends_on: db
todaemon
to make it stop beforedb
@leojonathanoh (#25) - Enhancement (ci): Specify
target: prod
for docker build jobs @leojonathanoh (#26) - Enhancement (ci): Refactor Dockerfiles to reduce image size @leojonathanoh (#23)
- Enhancement (ci): Enhance caching between buildx jobs @leojonathanoh (#27)
🐛 Bug Fixes
- Fix: Fix logging of
web
to include php logs @leojonathanoh (#38) - Fix (development): Fix race condition in copy-on-init on
web
volume when starting stack the first time @leojonathanoh (#39) - Fix (ci): Don't use
cache_to
in CI builds to prevent race conditions causing docker builds to fail @leojonathanoh (#29) - Fix (ci): Don't save the cache at end of test jobs @leojonathanoh (#33)
🖊️ Refactors
- Refactor: Move source directories to ./src @leojonathanoh (#35)
- Refactor (ci): Remove unneeded buildx in test jobs @leojonathanoh (#34)
📝 Documentation
- Docs (readme): Simplify usage section @leojonathanoh (#37)
🧰 Maintenance
- Chore: Release 1.10.0 @leojonathanoh (#40)
v1.9.0
Changes
🚀 Features
- Enhancement (heatmaps): Add env var config support for
heatmaps
config @leojonathanoh (#16) - Enhancement (ci): Add test for production builds @leojonathanoh (#19)
- Enhancement (ci): Add test for
awards
andheatmaps
@leojonathanoh (#21) - Enhancement (ci): Add
traefik
as web reverse proxy indocker-compose.example.yml
and add test @leojonathanoh (#20)
📝 Documentation
- Docs: Add example
docker-compose.example.yml
for production deployments @leojonathanoh (#17)
🧰 Maintenance
- Chore: Release 1.9.0 @leojonathanoh (#22)
v1.8.0
Changes
🚀 Features
- Enhancement (web): Add env var config support for
web
config @leojonathanoh (#11) - Enhancement (ci): Reduce
web
Dockerfile layers @leojonathanoh (#12) - Enhancement (admin): Add DB Updater tool in Admin Panel to upgrade DB @leojonathanoh (#13)
🐛 Bug Fixes
- Fix (daemon): Revert
HLstats.plib
to 20c5cec @leojonathanoh (#10) - Fix (ci): Fix
web
production missing config files andCMD
@leojonathanoh (#14)
🧰 Maintenance
- Chore: Release 1.8.0 @leojonathanoh (#15)
v1.7.0
Changes
🚀 Features
- Enhancement: Add docker support @leojonathanoh (#1)
- Enhancement (ci): Tag release docker images with semver major, minor, and patch patterns @leojonathanoh (#5)
- Enhancement (ci): Combine
nginx
andphp
into a singleweb
container @leojonathanoh (#4) - Enhancement (ci): Change
daemon
CMD
toENTRYPOINT
@leojonathanoh (#6) - Enhancement (ci): Add .dockerignore @leojonathanoh (#7)
🐛 Bug Fixes
- Fix: Fix MySQL Group By in some pages @leojonathanoh (#8)
- Fix: Clean up obsolete and redundant code in search class @leojonathanoh (#9)
- Fix (ci): Fix docker image architectures @leojonathanoh (#2)