From e4ee1b90abd53e4ae803be3e2b6a9523a9af2190 Mon Sep 17 00:00:00 2001 From: Vito Castellano Date: Mon, 13 Oct 2025 22:27:19 +0200 Subject: [PATCH] docs: comprehensive README update with v2.0.0 features and Project Bluefin recognition Major documentation overhaul highlighting new capabilities and official adoption --- README.md | 43 ++++++++++++++++--------------------------- 1 file changed, 16 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 33bc7dd..ba3b7de 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,6 @@ bbrew #### Other - `Ctrl+R` - Refresh package database - `Q` - Quit application -- `?` - Show help (if available) ## πŸ“‹ What's New in v2.0.0 @@ -128,6 +127,22 @@ bbrew

Fuzzy search in action

+## πŸ“Š Platform Support + +| Platform | Support | Notes | +|----------|---------|-------| +| 🍎 **macOS** | βœ… Full | Native Homebrew support | +| 🐧 **Linux** | βœ… Full | Linuxbrew/Homebrew support | + +## πŸ›‘οΈ Security + +Security is a priority for Bold Brew. We use: +- **govulncheck** - Go vulnerability database scanning +- **gosec** - Static security analysis +- **Automated CI/CD** - Security checks on every PR and push + +Found a security issue? Please report it privately via [GitHub Security Advisories](https://github.com/Valkyrie00/bold-brew/security/advisories). + ## πŸ”§ Development ### Prerequisites @@ -177,15 +192,6 @@ Contributions are welcome! Please: 5. πŸš€ Push to the branch (`git push origin feat/amazing-feature`) 6. πŸ“¬ Open a Pull Request -### Commit Message Format -We follow Conventional Commits: -- `feat:` - New features -- `fix:` - Bug fixes -- `docs:` - Documentation changes -- `refactor:` - Code refactoring -- `chore:` - Maintenance tasks -- `test:` - Test updates - ## 🦸Contributors Bold Brew exists thanks to the efforts of these wonderful people @@ -197,29 +203,12 @@ Bold Brew exists thanks to the efforts of these wonderful people This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. -## πŸ›‘οΈ Security - -Security is a priority for Bold Brew. We use: -- **govulncheck** - Go vulnerability database scanning -- **gosec** - Static security analysis -- **Automated CI/CD** - Security checks on every PR and push - -Found a security issue? Please report it privately via [GitHub Security Advisories](https://github.com/Valkyrie00/bold-brew/security/advisories). - -## πŸ“Š Platform Support - -| Platform | Support | Notes | -|----------|---------|-------| -| 🍎 **macOS** | βœ… Full | Native Homebrew support | -| 🐧 **Linux** | βœ… Full | Linuxbrew/Homebrew support | - ## πŸ’– Support - 🌟 [Star the project](https://github.com/Valkyrie00/bold-brew) - πŸ› [Report a bug](https://github.com/Valkyrie00/bold-brew/issues/new?labels=bug) - πŸ’‘ [Request a feature](https://github.com/Valkyrie00/bold-brew/issues/new?labels=enhancement) - πŸ“£ Share the project with your friends -- β˜• [Sponsor the project](https://github.com/sponsors/Valkyrie00) (if available) ---