- replace `git push --mirror` with `git push --force --all --prune` and `git push --force --tags`
- update sync-auto.yml and sync-schedule.yml workflows
- improve control over branch and tag synchronization
- gitLab rejects refs that start with origin/, so the --mirror option is no longer used for pushing. Therefore, it has been reverted to using git push --force --all --prune followed by git push --force --tags.
- rename existing sync.yml to sync-auto.yml for clarity
- add new sync-schedule.yml workflow for automated hourly synchronization
- configure SSH-based mirroring to remote repository with fail-fast strategy
- include success/failure summary reporting for each sync job
- disable HTTP sync job by default for future use
- add new `http-sync` job for syncing to remote repositories via HTTPS
- configure git user and authentication using PAT secrets
- implement branch detection and tracking for all remote branches
- add force push with pruning for all branches and tags
- include success/failure summary logging for workflow runs
- rename sync job to ssh-sync for clarity
- add SSH_PORT variable support for ssh-keyscan command
- implement conditional logic for SSH port configuration
- update known_hosts setting to support non-standard SSH ports
- add explicit `ssh-host` field to remote matrix entries for clarity
- update ssh-keyscan commands to use `ssh-host` instead of `name`
- rename remote identifiers in matrix from domain names to platform names
- add new github workflow to sync repository to codeberg.org and gitea.com
- configure ssh agent and keys for secure remote authentication
- implement force push for all branches and tags with pruning
- add success and failure summary logging to workflow steps
- add logic to process .sh script files in /apps/*/scripts/ directories
- extract new version from script content and rename app version directory
- update commit logic to include script files alongside docker-compose.yml
- remove emoji prefix from automated commit message for consistency with conventional commits
- maintain clear type and scope (docs(readme)) for change tracking
- modify regex pattern in `renovate-app-version.py` to better handle version strings with zero or more separators
- change pattern from `r'(\d+(?:[\.\-]\d+)+)'` to `r'(\d+(?:[\.\-]*\d+)+)'` to allow zero or more separators between digits
- add bettafish project with chinese and english descriptions
- include project icon, name, and github url
- enable previously commented preview section
- extract first tag from comma-separated image_tag input using cut command
- introduce FIRST_TAG environment variable for consistent tag reference
- update all image operations to use FIRST_TAG instead of IMAGE_TAG
- maintain backward compatibility while enabling multi-tag support
- add initial notice-board.yml file for GitHub repository announcements
- include preview and releases sections
- provide template structure for future announcements with multilingual support
- create new GitHub Actions workflow for automated notice board updates
- trigger on pushes to config branch with specific YAML file changes
- configure SSH signing for secure commits
- fetch and execute Python script from gist to update README files
- automatically commit and push changes to documentation files
- add quiet flag to git commit for cleaner output
- store commit SHAs in temporary file for batch processing
- implement loop to set GitHub status for each individual commit
- update success message format for better readability
- maintain existing functionality while enhancing logging and status management