Skip to content

Commit

Permalink
add docs/v0.4.6.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kakuilan committed Oct 21, 2023
1 parent 71423f6 commit cd537f1
Show file tree
Hide file tree
Showing 4 changed files with 4,050 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ http://192.168.1.1:6060/pkg/github.com/kakuilan

```sh
go get -d github.com/robertkrimen/godocdown/godocdown
godocdown . > docs/v0.4.5.md
godocdown . > docs/v0.4.6.md
```

### 安装依赖
Expand Down
20 changes: 20 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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

## [v0.4.6]- 2023-10-21

#### Added

- none

#### Fixed

- 修复`isUrl`,字符串是否URL
- 修复`KStr.RemoveBefore`,移除before之前的字符串
- 修复`KStr.RemoveAfter`,移除after之后的字符串

#### Changed

- 优化`KFile.Pathinfo`,获取文件路径的信息

#### Removed

- none

## [v0.4.5]- 2023-09-24

#### Added
Expand Down
Loading

0 comments on commit cd537f1

Please sign in to comment.