Skip to content

Commit

Permalink
tag v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nopdan committed Aug 29, 2023
1 parent a796271 commit 198f2ab
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 35 deletions.
1 change: 0 additions & 1 deletion .chglog/CHANGELOG.tpl.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{{ range .Versions }}
<a name="{{ .Tag.Name }}"></a>
## {{ if .Tag.Previous }}[{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }} ({{ datetime "2006-01-02" .Tag.Date }})

{{ range .CommitGroups -}}
Expand Down
42 changes: 9 additions & 33 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<a name="v1.3.0"></a>
## [v1.3.1](https://github.com/nopdan/rose/compare/v1.3.0...v1.3.1) (2023-08-29)

### Ci

- 独立发布 data 文件夹

### Fix

- 匹配格式错误

## [v1.3.0](https://github.com/nopdan/rose/compare/v1.2.1...v1.3.0) (2023-08-29)

Expand All @@ -11,8 +19,6 @@

- 添加格式简写

<a name="v1.2.1"></a>

## [v1.2.1](https://github.com/nopdan/rose/compare/v1.2.0...v1.2.1) (2023-08-29)

### Fix
Expand All @@ -23,8 +29,6 @@

- 错误提示

<a name="v1.2.0"></a>

## [v1.2.0](https://github.com/nopdan/rose/compare/v1.1.3...v1.2.0) (2023-08-29)

### Ci
Expand All @@ -42,8 +46,6 @@

- 优化命令行

<a name="v1.1.3"></a>

## [v1.1.3](https://github.com/nopdan/rose/compare/v1.1.2...v1.1.3) (2023-05-07)

### Fix
Expand All @@ -54,8 +56,6 @@

- 提高注音准确度

<a name="v1.1.2"></a>

## [v1.1.2](https://github.com/nopdan/rose/compare/v1.1.1...v1.1.2) (2023-04-19)

### Feat
Expand All @@ -71,8 +71,6 @@

- 转换失败直接退出

<a name="v1.1.1"></a>

## [v1.1.1](https://github.com/nopdan/rose/compare/v1.1.0...v1.1.1) (2023-04-18)

### Feat
Expand All @@ -85,8 +83,6 @@

- 添加一些简写

<a name="v1.1.0"></a>

## [v1.1.0](https://github.com/nopdan/rose/compare/v1.0.1...v1.1.0) (2023-04-15)

### Style
Expand All @@ -97,17 +93,13 @@

- 添加更多测试词库

<a name="v1.0.1"></a>

## [v1.0.1](https://github.com/nopdan/rose/compare/v1.0...v1.0.1) (2023-04-15)

### Feat

- 添加交互式命令行
- 添加 `-v``-h` 命令

<a name="v1.0"></a>

## [v1.0](https://github.com/nopdan/rose/compare/v0.7.3...v1.0) (2023-04-13)

### Feat
Expand All @@ -125,50 +117,38 @@
- 删掉了大量功能,只保留词库转换
- 删掉了 GUI

<a name="v0.7.3"></a>

## [v0.7.3](https://github.com/nopdan/rose/compare/v0.7.2...v0.7.3) (2023-03-14)

### Perf

- 支持小胖输入法二进制格式
- 极点排序

<a name="v0.7.2"></a>

## [v0.7.2](https://github.com/nopdan/rose/compare/v0.7.1...v0.7.2) (2023-02-04)

### Feat

- 生成候选位置

<a name="v0.7.1"></a>

## [v0.7.1](https://github.com/nopdan/rose/compare/v0.7...v0.7.1) (2023-02-02)

### Fix

- 双拼映射表 ve 韵母

<a name="v0.7"></a>

## [v0.7](https://github.com/nopdan/rose/compare/v0.6...v0.7) (2022-09-17)

### Feat

- 微软自定义短语输出 & 五笔 lex 解析

<a name="v0.6"></a>

## [v0.6](https://github.com/nopdan/rose/compare/v0.5...v0.6) (2022-09-16)

### Feat

- 全拼词库转为双拼定长码表
- 新的编码规则

<a name="v0.5"></a>

## [v0.5](https://github.com/nopdan/rose/compare/v0.0.2...v0.5) (2022-09-12)

### Fix
Expand All @@ -188,8 +168,6 @@
- 改接口,添加 checker
- 调整项目结构

<a name="v0.0.2"></a>

## [v0.0.2](https://github.com/nopdan/rose/compare/v0.0.1...v0.0.2) (2022-06-01)

### Feat
Expand All @@ -200,8 +178,6 @@

- 规范命名,重组结构

<a name="v0.0.1"></a>

## v0.0.1 (2022-05-31)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func Cmd() {
help()
case "version", "-v":
fmt.Printf("Go Version: %s %s/%s\n", runtime.Version(), runtime.GOOS, runtime.GOARCH)
fmt.Printf("Rose Version: v1.3.0\n")
fmt.Printf("Rose Version: v1.3.1\n")
fmt.Printf("Author: nopdan <me@nopdan.com>\n")
case "server":
port := 7800
Expand Down

0 comments on commit 198f2ab

Please sign in to comment.