Skip to content

Commit

Permalink
Bump to version 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhph111 committed Oct 2, 2021
1 parent de5031f commit 0818390
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Changelog

## [1.7.1](https://github.com/Yeetus3141/ImagePaste/compare/v1.7.0...v1.7.1) (2021-10-02)

- Unicode filepaths or filenames such as `👉👈.jpg` or `测试图像.png` should be valid for pasting on _Windows_ ([#21](https://github.com/Yeetus3141/ImagePaste/pull/21) by [@atticus-lv](https://github.com/atticus-lv)).

## [1.7.0](https://github.com/Yeetus3141/ImagePaste/compare/v1.6.1...v1.7.0) (2021-09-01)

- Now you can customize the filename of the pasted images ([#18](https://github.com/Yeetus3141/ImagePaste/pull/18) by [@thanhph111](https://github.com/thanhph111)).
Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ImagePaste",
"author": "Binit",
"blender": (2, 80, 0),
"version": (1, 7, 0),
"version": (1, 7, 1),
"category": "Import-Export",
"support": "COMMUNITY",
"doc_url": "https://github.com/Yeetus3141/ImagePaste#readme",
Expand Down

0 comments on commit 0818390

Please sign in to comment.