Skip to content

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 07 Jul 18:02

Release v1.0.1

This release brings CI/CD automation, helper tools, frontend branding updates, and several key bug fixes.

Key Changes

  • CI/CD Integration: Configured GitHub Actions workflows for continuous testing (ci.yml) and automatic release tagging (release.yml).
  • Release Tooling: Added a bump-version.ps1 script to automate version number synchronization across config/manifest files before tagging.
  • Frontend & Branding:
    • Updated white favicon, credits, and replaced the brand mark with a transparent logo.
    • Added a Hindi project banner.

Bug Fixes & Quality Improvements

  • Test Isolation: Isolated test environments from the /data volume to prevent database pollution during local test execution.
  • Collection Logic: Fixed collection modals usability, upload constraints, and general database collection handling.
  • Linting: Fixed import-sorting constraints (E402) in test configs.