1
0
mirror of https://github.com/hustcer/deepseek-review.git synced 2026-05-13 05:16:05 +08:00

Bump to v1.16

This commit is contained in:
hustcer
2025-04-05 10:13:41 +08:00
parent ac1bb26376
commit 0679ef2b0e
2 changed files with 24 additions and 2 deletions

View File

@@ -1,6 +1,28 @@
# Changelog
All notable changes to this project will be documented in this file.
## [1.16.0] - 2025-04-05
### Documentation
- Add alias setup guide for `powershell` (#163)
### Features
- Add OpenRouter deepseek model support (#167)
### Miscellaneous Tasks
- Add alias guide for `fish`
- Add openrouter.ai config example
- Set minimum required nushell version to v0.103
### Refactor
- Refactor `get-diff` custom command (#164)
- Refactor diff handling by moving logic to separate module (#165)
- Replace custom `kv.nu` module with `std-rfc/kv` for key-value functionality (#166)
## [1.15.0] - 2025-03-23
### Features

View File

@@ -1,7 +1,7 @@
{
"name": "deepseek-review",
"version": "1.15.0",
"actionVer": "v1.15",
"version": "1.16.0",
"actionVer": "v1.16",
"author": "hustcer",
"license": "MIT",
"github": "https://github.com/hustcer/deepseek-review",