Skip to content

Commit

Permalink
Bump to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
b-init committed Oct 15, 2021
1 parent 092265c commit faa5b18
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.8.0](https://github.com/Yeetus3141/ImagePaste/compare/v1.7.1...v1.8.0) (2021-10-15)

- Now works with transparent images without losing alpha data while pasting or copying. Alpha copying only supported as `PNG` (not `DIB`) [#22](https://github.com/Yeetus3141/ImagePaste/pull/22)

## [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)).
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, 1),
"version": (1, 8, 0),
"category": "Import-Export",
"support": "COMMUNITY",
"doc_url": "https://github.com/Yeetus3141/ImagePaste#readme",
Expand Down

0 comments on commit faa5b18

Please sign in to comment.