Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun authored May 18, 2024
1 parent d79592b commit 2a5f147
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 49 deletions.
75 changes: 75 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
# Changelog

All notable changes to this project will be documented in this file.

## [0.1.0-rc.0] - 2024-05-18

### 🚀 Features

- Support scrolling via mouse - ([84b052d](https://github.com/orhun/flawz/commit/84b052d297e38992d1765a7de799a19e286a05cf))
- Add query option - ([23cd448](https://github.com/orhun/flawz/commit/23cd4485f9c50245750b0c9ac7b2c17b99b46a58))
- Add new themes - ([eb53c26](https://github.com/orhun/flawz/commit/eb53c260113ae810b90bad4404c4e127708d7d30))
- Support scrolling the details popup - ([d2dc2b1](https://github.com/orhun/flawz/commit/d2dc2b1bcfe683d6f4120d7b52edf4ff1cd83e09))
- Add key bindings - ([bbf3a94](https://github.com/orhun/flawz/commit/bbf3a94fe65e003affacaee7cdad8e00ba944f74))
- Add command line arguments - ([766c272](https://github.com/orhun/flawz/commit/766c27231fb699e3d0c78aabdd3ee92d1f9be89d))
- Do not sync CVEs when cache is hit - ([3c6abc6](https://github.com/orhun/flawz/commit/3c6abc6640dc977a5561be15f5a24362b6abea55))
- Add details popup - ([8e26ef6](https://github.com/orhun/flawz/commit/8e26ef6aa4a5ddbdefc0b2f6d3abfb9b6b7f325d))
- Support searching - ([7947b13](https://github.com/orhun/flawz/commit/7947b13a6552884e8d45cdb8e1157be9f3c8f6af))
- Create a simple TUI table - ([db54157](https://github.com/orhun/flawz/commit/db54157556875c0b8a1fefec52d218613ffc896e))
- Add basic CVE querying - ([3fbea15](https://github.com/orhun/flawz/commit/3fbea15879034310a08be5bc5e6e15d29ce6ff20))

### 🐛 Bug Fixes

- Always update based on flag - ([b022830](https://github.com/orhun/flawz/commit/b022830cd191f5c53cf4d2a5b24a8a47be003f45))
- Fix popup scrollbar location - ([8b8a717](https://github.com/orhun/flawz/commit/8b8a7177ce97e0f5b622524db8ddee2910e8f55b))
- Render popup and scrollbar correctly - ([2286170](https://github.com/orhun/flawz/commit/22861701ab7cd081dad9c891784a15a60053860d))
- Use lowercase search - ([715ecf0](https://github.com/orhun/flawz/commit/715ecf0ff48263567a12698a0aa9844cc9e8ef47))
- Fix feed handling - ([5556d5b](https://github.com/orhun/flawz/commit/5556d5b4262ecef0460bfd6d8dfb62cd7a8497fd))

### 🚜 Refactor

- Rename the modules - ([5c4b834](https://github.com/orhun/flawz/commit/5c4b834f4afba635eef5d7e3b599406e58e8be8b))
- Refactor rendering UI - ([6215bb3](https://github.com/orhun/flawz/commit/6215bb3b1d8884e9d221e0e4713823c082412415))
- Apply clippy suggestion - ([07fd294](https://github.com/orhun/flawz/commit/07fd294f0dd38078aa83ccc4dfde17c5643f128b))
- Improve the search performance - ([ae96778](https://github.com/orhun/flawz/commit/ae96778e757027331c6db946b1b6832e8a6ac3e7))
- Apply clippy suggestions - ([378a8ce](https://github.com/orhun/flawz/commit/378a8ce89d8933ddaae5937d8679ff84d53a4918))

### 📚 Documentation

- Add README.md - ([0dd975e](https://github.com/orhun/flawz/commit/0dd975e7bda0f242e4aee59f2f364aa975792adf))
- Add release instructions - ([a6662a6](https://github.com/orhun/flawz/commit/a6662a640882135cb47b3f26707ff72a7473481b))
- Add contribution guide - ([33973c6](https://github.com/orhun/flawz/commit/33973c6a478e743304b4889b4ecec92eb890217c))
- Add missing docs - ([889a46f](https://github.com/orhun/flawz/commit/889a46fa6b88d7f328bf2cabfb427a4d37dd0fea))

### ⚡ Performance

- Add paging to table - ([1e833e7](https://github.com/orhun/flawz/commit/1e833e727e002a1218443ab123e64b24e99e6253))

### 🎨 Styling

- Update argument descriptions - ([7d88b32](https://github.com/orhun/flawz/commit/7d88b327246eec812bcf9a15bf10946af068ae3b))
- Update the help text - ([e1b60a5](https://github.com/orhun/flawz/commit/e1b60a51d87de038b6016d8aeca491419b1f7747))
- Dim the background on popup - ([a6c52e2](https://github.com/orhun/flawz/commit/a6c52e2776488cc5d13a27cd111430ea699a4bdf))
- Add theme - ([4f66974](https://github.com/orhun/flawz/commit/4f669746146c216becb3f2ac2c1d1c474ce20511))
- Add scrollbar - ([b618fe0](https://github.com/orhun/flawz/commit/b618fe04989cf835254b030d342d7810d3bebe57))
- Tweak the style - ([358dbe1](https://github.com/orhun/flawz/commit/358dbe15328d7e14052f247a2f99cef7c7bc49ff))

Check warning on line 55 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Lint

"dbe" should be "be".

### ⚙️ Miscellaneous Tasks

- Update changelog config - ([d79592b](https://github.com/orhun/flawz/commit/d79592b29c29d583b66a398f27f27bd72bc449c5))
- Add CI checks - ([54dbaca](https://github.com/orhun/flawz/commit/54dbacaa5e0ece598e00a8081635db30fe675f82))
- Update version - ([6e1d825](https://github.com/orhun/flawz/commit/6e1d825e1ffc3e803a6a5f6c9b8f068982d88204))
- Set up cargo-dist - ([0062e28](https://github.com/orhun/flawz/commit/0062e28e341f373dfa53656ef1569eed0457c7a5))
- Configure release-plz - ([173aeca](https://github.com/orhun/flawz/commit/173aecaaa5f8c73a4c997287d5eee5a10fd3c956))
- Add git-cliff config - ([d32a505](https://github.com/orhun/flawz/commit/d32a5055bbed7c69f9c295ae29ff6cffc41d4260))
- Add rustfmt config - ([2188d2a](https://github.com/orhun/flawz/commit/2188d2aa765188d2b7723d5fa5b8b304e8b867ec))
- Update .gitignore - ([6c44eff](https://github.com/orhun/flawz/commit/6c44eff9a19d1cc2e77992b04740c27036bee638))
- Add github metadata along with tool configuration - ([0253d35](https://github.com/orhun/flawz/commit/0253d35bff72425ec418094d522e4a4d437c3448))
- Add editorconfig - ([5cfe25d](https://github.com/orhun/flawz/commit/5cfe25d3be0bf1f0ac91874a60f6118c12d7ddd3))
- Add code of conduct - ([7a78d87](https://github.com/orhun/flawz/commit/7a78d8792385120a73d2ddb9200b14898431d43c))
- Add security policy - ([053e95f](https://github.com/orhun/flawz/commit/053e95f7896a4f0aff8b476f0a23391e6ce39a64))
- Add cargo profiles - ([6b7948f](https://github.com/orhun/flawz/commit/6b7948f3612e17bab2b0a031e0e4ad9b51c7b126))
- Add license files - ([629e5bc](https://github.com/orhun/flawz/commit/629e5bcc761c51ba75eac348fee268d51eeaef4a))
- Add cargo metadata - ([9365295](https://github.com/orhun/flawz/commit/9365295702aa13d35b98e3669ea813f6e4094091))
- Rename app - ([806232e](https://github.com/orhun/flawz/commit/806232eeb92b88a4a51b8868ea872216b8df9433))

98 changes: 49 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2a5f147

Please sign in to comment.