Skip to content

Commit 629dcf7

Browse files
committed
1.2.6
1 parent 38ff585 commit 629dcf7

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.2.6
2+
* Windows 修复 当剪贴板中含有 'ExcludeClipboardContentFromMonitorProcessing' 格式时未释放剪贴板导致其他进程无法复制的问题
3+
* Android 优化 增加方法手动设置 Activity Class
4+
---
5+
* Windows fix: Fixed an issue where the clipboard was not released when it contained the 'ExcludeClipboardContentFromMonitorProcessing' format, preventing other processes from copying.
6+
* Android optimization: Added a method to manually set the Activity Class.
7+
18
## 1.2.5
29
* Android 优化 前台服务启动相关代码,不要使用 Activity 的 context
310
---

README-EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Add this to your package's `pubspec.yaml` file:
3636

3737
```yaml
3838
dependencies:
39-
clipshare_clipboard_listener: ^1.2.5
39+
clipshare_clipboard_listener: ^1.2.6
4040
```
4141
4242
### Usage

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
```yaml
3636
dependencies:
37-
clipshare_clipboard_listener: ^1.2.5
37+
clipshare_clipboard_listener: ^1.2.6
3838
```
3939
4040
### 用法

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repository: https://github.com/aa2013/ClipboardListener
44
description: >
55
Supports clipboard monitoring on Windows、Android、Linux、MacOS platforms, with support for text and images.
66
For Android 10+ devices, background clipboard monitoring is supported (requires Shizuku).
7-
version: 1.2.5
7+
version: 1.2.6
88
license: MIT
99
#homepage:
1010

0 commit comments

Comments
 (0)