Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
aindong committed Jan 30, 2025
2 parents 6298082 + a992417 commit a44d0b3
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 1.8.0 (2025-01-30)


### Features

* Add configuration and setup command for API key management ([e7e9944](https://github.com/aindong/deepreview/commit/e7e9944ebd0b311671e1a3bb5dee85aad38bfb24))
* Enhance configuration with advanced model and base URL support ([039ad2b](https://github.com/aindong/deepreview/commit/039ad2b3b51f6b0f5fcd0426ccd60f400e32dd63))
* Enhance security with native credential storage and automatic cleanup ([1df9161](https://github.com/aindong/deepreview/commit/1df9161bf2212f77c394ff5734caeae200f23364))
* Improve CLI help and command experience ([e07853f](https://github.com/aindong/deepreview/commit/e07853ff2d3f3e3dfc098691e80933e0c6cad28f))


### Maintenance

* Move commander from dev dependencies to dependencies ([3f7987c](https://github.com/aindong/deepreview/commit/3f7987cb20e3ae18c190264ee0cddcc93e715110))
* Move dotenv from dev dependencies to dependencies ([a694c4f](https://github.com/aindong/deepreview/commit/a694c4fd7332386490bd3b108208273a8c40438a))
* **release:** 1.1.0 ([093b8ec](https://github.com/aindong/deepreview/commit/093b8ec7fff581ebb0ab1e593df1fa1c31f26de0))
* **release:** 1.2.0 ([34d69bf](https://github.com/aindong/deepreview/commit/34d69bf8a76ba3fadbce44adb1135aed2a3059b6))
* **release:** 1.3.0 ([7aee0be](https://github.com/aindong/deepreview/commit/7aee0beb8954083c860e1830b49266ea9254a627))
* **release:** 1.4.0 ([7696828](https://github.com/aindong/deepreview/commit/7696828e6c8dd1c6b227bde5e608076f94daa00e))
* **release:** 1.5.0 ([6a73a77](https://github.com/aindong/deepreview/commit/6a73a77a064fedd06c4fcbcd19e0854715d5a0b9))
* **release:** 1.6.0 ([906df0b](https://github.com/aindong/deepreview/commit/906df0bc93ee90b257605a1c53e3a084176e230b))
* **release:** 1.7.0 ([0d8feaa](https://github.com/aindong/deepreview/commit/0d8feaab349d0b2f35ecc05113013daff802f57b))


### Documentation

* Add asciinema demo recording to README ([c8e27e5](https://github.com/aindong/deepreview/commit/c8e27e53339fba55124a2a1e29bfa222a1cf62df))

## 1.7.0 (2025-01-30)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deepreview",
"version": "1.7.0",
"version": "1.8.0",
"type": "commonjs",
"description": "AI-powered CLI for code reviews and PR generation",
"main": "dist/index.js",
Expand Down

0 comments on commit a44d0b3

Please sign in to comment.