Skip to content

Release v1.0.2

Latest

Choose a tag to compare

@VoxHash VoxHash released this 19 Dec 04:03
· 22 commits to main since this release

Changes in v1.0.2

Dependencies Updated

  • Updated GitHub Actions: checkout@v6, setup-node@v6
  • Updated npm dependencies:
    • dotenv: ^16.3.1 -> ^17.2.3
    • node-cron: ^3.0.3 -> ^4.2.1
    • express: ^4.18.2 -> ^5.2.1
    • jest: ^29.7.0 -> ^30.2.0

Docker Improvements

  • Updated Docker base image to Node.js 22-slim (LTS)
  • Fixed permission issues with docker-entrypoint.sh
  • Improved error handling for database and logging

Features

  • Added Dependabot configuration for automated dependency updates
  • Improved Docker setup with docker-compose.yml
  • Enhanced permission system and data protection
  • Fixed all command handlers to properly use API and database
  • Added comprehensive input validation and sanitization

Bug Fixes

  • Fixed ephemeral flag deprecation warnings
  • Fixed database permission errors in Docker
  • Improved error handling across all commands
  • Fixed Logger and DatabaseManager permission issues