13 Commits

Author SHA1 Message Date
6b162106e4 chore(changelog): update unreleased changelog 2025-07-02 18:55:44 +00:00
e9f8be5b2b style(bash): remove unnecessary space stripping in help output
All checks were successful
Auto Changelog & (Release) / release (push) Successful in 6s
- Simplifies the sed command by removing redundant space trimming.
2025-07-02 20:55:37 +02:00
6c8513fa58 chore(changelog): update unreleased changelog 2025-07-02 18:55:15 +00:00
e94fdbf837 feat(bash): add self-contained help extraction script
All checks were successful
Auto Changelog & (Release) / release (push) Successful in 7s
- Introduces a Bash script showcasing embedded help text extraction
- Implements a `show_help` function utilizing `sed` for parsing comments
- Supports `--help` and `--verbose` options for enhanced usability
2025-07-02 20:55:05 +02:00
65e4092af2 chore(structure): reorganize install script location
- Rename and relocate the install script to a more structured directory.
- Improves organization and aligns with project conventions.
2025-07-02 20:54:55 +02:00
e2c0294a5b chore(changelog): update unreleased changelog 2025-06-27 19:48:41 +00:00
9e35c1c6b9 feat(script): enhance git-cliff installer with extended options
All checks were successful
Auto Changelog & (Release) / release (push) Successful in 5s
- Add support for custom architecture, installation directory, and dry-run mode
- Improve version comparison and upgrade logic for better usability
- Refactor help output and argument parsing for clarity and flexibility
- Ensure compatibility with additional architecture triplets
2025-06-27 21:48:34 +02:00
5fcc1d3aa2 docs(readme): update title and add license link
- Update repository title to reflect purpose more clearly
- Add a link to the MIT license for better accessibility
2025-06-27 21:48:34 +02:00
a3661711ef chore(changelog): update unreleased changelog 2025-06-27 19:33:33 +00:00
e715106e05 feat(script): add installer for git-cliff binary
All checks were successful
Auto Changelog & (Release) / release (push) Successful in 7s
- Introduce a bash script to install the git-cliff binary
- Support fetching the latest or specific versions from GitHub
- Ensure compatibility with x86_64 Linux systems
- Validate required tools and handle installation errors
2025-06-27 21:33:15 +02:00
a1ad2caa04 feat(vscode): add custom activity bar color settings
- Introduces custom color configurations for the activity bar
  and badges in Visual Studio Code.
- Enhances the visual appearance and personalization.
2025-06-27 21:32:56 +02:00
d1ce6d90fb chore(workflows): add release workflow and merge message template
- Add a default merge message template for pull requests
- Introduce a release workflow to automate changelog generation
- Configure workflow to trigger on pushes to main and other branches
2025-06-27 21:32:35 +02:00
9c42471e53 Initial commit 2025-06-27 21:22:58 +02:00