Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
build(lib): Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxiaocheng0201 committed Mar 24, 2024
1 parent b4a5438 commit ee621fa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.0] - 2024-3-24

### Added

* 添加获取文件的缩略图接口
* 添加恢复回收站文件接口
* 添加列出回收站文件接口

### Changed

* 简化 CoreClient 实现

## [1.3.0] - 2024-3-14

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/com/xuxiaocheng/wlist/api/common/Marks.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ private Marks() {
/**
* The core api version.
*/
public static final String CORE_API_VERSION = "1.1.0";
public static final String CORE_API_VERSION = "1.2.0";
/**
* The core api impl version.
*/
Expand Down

0 comments on commit ee621fa

Please sign in to comment.