Skip to content

Commit

Permalink
Bump to v1.8.2
Browse files Browse the repository at this point in the history
- Updated github username from "Yeetus3141" to "b-init"
  • Loading branch information
b-init committed Mar 8, 2024
1 parent 050a8aa commit 26f1db9
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 31 deletions.
52 changes: 28 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,62 +2,66 @@

# Changelog

## [1.8.1](https://github.com/Yeetus3141/ImagePaste/compare/v1.8.0...v1.8.1) (2022-09-21)
## [1.8.2](https://github.com/b-init/ImagePaste/compare/v1.8.1...v1.8.2) (2024-03-08)

- Now works with both `PNG` and `DIB` formats on _Windows_ ([#33](https://github.com/Yeetus3141/ImagePaste/pull/33) by [@teetow](https://github.com/teetow)).
- Add pasteboard module for python 3.11 ([#53](https://github.com/b-init/ImagePaste/commit/050a8aa5324f36ea9a031f5d63132e583862da45))

## [1.8.0](https://github.com/Yeetus3141/ImagePaste/compare/v1.7.1...v1.8.0) (2021-10-15)
## [1.8.1](https://github.com/b-init/ImagePaste/compare/v1.8.0...v1.8.1) (2022-09-21)

- 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)
- Now works with both `PNG` and `DIB` formats on _Windows_ ([#33](https://github.com/b-init/ImagePaste/pull/33) by [@teetow](https://github.com/teetow)).

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

- 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)).
- 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/b-init/ImagePaste/pull/22)

## [1.7.0](https://github.com/Yeetus3141/ImagePaste/compare/v1.6.1...v1.7.0) (2021-09-01)
## [1.7.1](https://github.com/b-init/ImagePaste/compare/v1.7.0...v1.7.1) (2021-10-02)

- Now you can customize the filename of the pasted images ([#18](https://github.com/Yeetus3141/ImagePaste/pull/18) by [@thanhph111](https://github.com/thanhph111)).
- You can paste the images anytime you want, then save the file and all images you need will be in the target folder ([#17](https://github.com/Yeetus3141/ImagePaste/pull/17) by [@thanhph111](https://github.com/thanhph111)).
- Unicode filepaths or filenames such as `👉👈.jpg` or `测试图像.png` should be valid for pasting on _Windows_ ([#21](https://github.com/b-init/ImagePaste/pull/21) by [@atticus-lv](https://github.com/atticus-lv)).

## [1.7.0](https://github.com/b-init/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/b-init/ImagePaste/pull/18) by [@thanhph111](https://github.com/thanhph111)).
- You can paste the images anytime you want, then save the file and all images you need will be in the target folder ([#17](https://github.com/b-init/ImagePaste/pull/17) by [@thanhph111](https://github.com/thanhph111)).
- The folder in your `.blend` file will be removed automatically when you quit _Blender_ if it's empty (by [@thanhph111](https://github.com/thanhph111)).
- Copying images in the **Image Editor** won't save it to your folder anymore.

## [1.6.1](https://github.com/Yeetus3141/ImagePaste/compare/v1.6.0...v1.6.1) (2021-08-01)
## [1.6.1](https://github.com/b-init/ImagePaste/compare/v1.6.0...v1.6.1) (2021-08-01)

- Fix the logic of getting the save directory.

## [1.6.0](https://github.com/Yeetus3141/ImagePaste/compare/v1.5.1...v1.6.0) (2021-07-27)
## [1.6.0](https://github.com/b-init/ImagePaste/compare/v1.5.1...v1.6.0) (2021-07-27)

- Now you can paste your image to the _Video Sequence Editor_ as an image strip with a button in the context menu, thanks to [@tin2tin](https://github.com/tin2tin) (read more at [#16](https://github.com/Yeetus3141/ImagePaste/pull/16)).
- The add-on now stores the pasted images in a temporary folder by default, they will be deleted after _Blender_ is closed, but from the time you save your session, they will be saved under the `ImagePaste` folder in the same directory as the `.blend` file ([#14](https://github.com/Yeetus3141/ImagePaste/pull/14) by [@thanhph111](https://github.com/thanhph111)).
- Redesigned preferences UI with an option to change the name of the default folder and another option to force the add-on to use a different folder for your temporary images ([#14](https://github.com/Yeetus3141/ImagePaste/pull/14) by [@thanhph111](https://github.com/thanhph111)).
- All operators now only run if they are in their context so you never have to worry about annoying errors (even they're now more friendly) ([#14](https://github.com/Yeetus3141/ImagePaste/pull/14) by [@thanhph111](https://github.com/thanhph111)).
- Now you can paste your image to the _Video Sequence Editor_ as an image strip with a button in the context menu, thanks to [@tin2tin](https://github.com/tin2tin) (read more at [#16](https://github.com/b-init/ImagePaste/pull/16)).
- The add-on now stores the pasted images in a temporary folder by default, they will be deleted after _Blender_ is closed, but from the time you save your session, they will be saved under the `ImagePaste` folder in the same directory as the `.blend` file ([#14](https://github.com/b-init/ImagePaste/pull/14) by [@thanhph111](https://github.com/thanhph111)).
- Redesigned preferences UI with an option to change the name of the default folder and another option to force the add-on to use a different folder for your temporary images ([#14](https://github.com/b-init/ImagePaste/pull/14) by [@thanhph111](https://github.com/thanhph111)).
- All operators now only run if they are in their context so you never have to worry about annoying errors (even they're now more friendly) ([#14](https://github.com/b-init/ImagePaste/pull/14) by [@thanhph111](https://github.com/thanhph111)).
- We also want to thank [@williamchange](https://github.com/williamchange) for helping us to implement new code architecture on _macOS_.

## [1.5.1](https://github.com/Yeetus3141/ImagePaste/compare/v1.5.0...v1.5.1) (2021-06-30)
## [1.5.1](https://github.com/b-init/ImagePaste/compare/v1.5.0...v1.5.1) (2021-06-30)

- Fix the crash that occurred when undoing after inserting an image ([#13](https://github.com/Yeetus3141/ImagePaste/issues/13) by [@thanhph111](https://github.com/thanhph111)).
- Fix the crash that occurred when undoing after inserting an image ([#13](https://github.com/b-init/ImagePaste/issues/13) by [@thanhph111](https://github.com/thanhph111)).

## [1.5.0](https://github.com/Yeetus3141/ImagePaste/compare/v1.4.0...v1.5.0) (2021-06-22)
## [1.5.0](https://github.com/b-init/ImagePaste/compare/v1.4.0...v1.5.0) (2021-06-22)

- Now works on _macOS_ (by [@celestialmaze](https://twitter.com/cmzw_)).
- Standardized _Github_ repository (by [@thanhph111](https://github.com/thanhph111)).
- Excluded the use of _Pillow_ module for _Windows_, now works natively (by [@thanhph111](https://github.com/thanhph111)).
- Minor fixes and improvements.

## [1.4.0](https://github.com/Yeetus3141/ImagePaste/compare/v1.3.2...v1.4.0) (2021-06-10)
## [1.4.0](https://github.com/b-init/ImagePaste/compare/v1.3.2...v1.4.0) (2021-06-10)

- Now supports _X11_ clipboard on _Linux_ platform, (by [@thanhph111](https://github.com/thanhph111)).

## [1.3.2](https://github.com/Yeetus3141/ImagePaste/compare/v1.3.1...v1.3.2) (2021-04-16)
## [1.3.2](https://github.com/b-init/ImagePaste/compare/v1.3.1...v1.3.2) (2021-04-16)

- Updated image naming scheme, now with timestamps, preventing overwriting of saved images.
- Merged separate build versions of _ImagePaste_ for _Blender_ version below 2.93a and above into one.

## [1.3.1](https://github.com/Yeetus3141/ImagePaste/compare/v1.3.0...v1.3.1) (2021-03-14)
## [1.3.1](https://github.com/b-init/ImagePaste/compare/v1.3.0...v1.3.1) (2021-03-14)

- Fixed issue with the **Copy to clipboard** feature where it didn't work as intended for certain cases.

## [1.3.0](https://github.com/Yeetus3141/ImagePaste/compare/v1.1.0...v1.3.0) (2021-03-12)
## [1.3.0](https://github.com/b-init/ImagePaste/compare/v1.1.0...v1.3.0) (2021-03-12)

- Images can be pasted directly into the **Node Editor** as **Image Texture Nodes**, using <kbd><kbd>Context Menu</kbd>|<kbd>Paste Images from Clipboard</kbd></kbd> or <kbd><kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>V</kbd></kbd>.
- Images can now be copied to the clipboard in the **Image Editor**: <kbd><kbd>Image</kbd>|<kbd>Copy To Clipboard</kbd></kbd> or <kbd><kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>C</kbd></kbd>. These images are also saved along with other images in the set directory.
Expand All @@ -70,12 +74,12 @@
- Fixed an issue where images were saved with the same name in the default directory even with different _Blender_ sessions and led to different images being loaded from what was pasted.
- Added icons for the buttons.

## [1.1.0](https://github.com/Yeetus3141/ImagePaste/compare/v1.0.0...v1.1.0) (2021-01-06)
## [1.1.0](https://github.com/b-init/ImagePaste/compare/v1.0.0...v1.1.0) (2021-01-06)

- Improved error management.
- The images are now saved in the same folder as the `.blend` file, in a newly created subfolder. If the blend file is not saved, it uses the directory set in preferences or the default temp directory, which might raise permission errors. This feature can be toggled via add-on preferences.
- Improved the UI in preferences.

## [1.0.0](https://github.com/Yeetus3141/ImagePaste/releases/tag/v1.0.0) (2021-01-04)
## [1.0.0](https://github.com/b-init/ImagePaste/releases/tag/v1.0.0) (2021-01-04)

- Initial release.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A simple _Blender_ add-on to paste images from the clipboard to various places i

## Installing

1. Download [the latest release](https://github.com/Yeetus3141/ImagePaste/releases/latest) (you can also view the changelog on [the release page](https://github.com/Yeetus3141/ImagePaste/releases)).
1. Download [the latest release](https://github.com/b-init/ImagePaste/releases/latest) (you can also view the changelog on [the release page](https://github.com/b-init/ImagePaste/releases)).
2. Go to <kbd><kbd>Edit</kbd>|<kbd>Preferences</kbd></kbd>. On the <kbd>Add-ons</kbd> tab, choose <kbd>Install</kbd> and select the downloaded `.zip` file.
3. Tick the box beside the add-on name.

Expand Down Expand Up @@ -115,10 +115,10 @@ This feature will move (actually copy) images into the save directory after you

If ImagePaste doesn't work, try:
- Running Blender as adminstrator
- Using an earlier version of ImagePaste, particularly [v1.4.0](https://github.com/Yeetus3141/ImagePaste/releases/tag/v1.4.0) and [v1.3.2](https://github.com/Yeetus3141/ImagePaste/releases/tag/v1.3.2) (Windows 7 doesn't seem to work with the newer versions)
- Using an earlier version of ImagePaste, particularly [v1.4.0](https://github.com/b-init/ImagePaste/releases/tag/v1.4.0) and [v1.3.2](https://github.com/b-init/ImagePaste/releases/tag/v1.3.2) (Windows 7 doesn't seem to work with the newer versions)

## Contributing and getting support

This is only a small project and we're happy to know it helped some of you. I just want to say that all this wouldn't have been possible without these [great contributors](https://github.com/Yeetus3141/ImagePaste/graphs/contributors) and everybody who comes with new ideas and bug reports! So thank you all!
This is only a small project and we're happy to know it helped some of you. I just want to say that all this wouldn't have been possible without these [great contributors](https://github.com/b-init/ImagePaste/graphs/contributors) and everybody who comes with new ideas and bug reports! So thank you all!

It will be great if you have an idea and turn it into visible. Tell us how amazing they are by [suggesting a feature](https://github.com/Yeetus3141/ImagePaste/issues/new/choose), or you can make it yourself by creating [a pull request](https://github.com/Yeetus3141/ImagePaste/compare). And if you encounter a problem, let us know by [opening an issue](https://github.com/Yeetus3141/ImagePaste/issues/new/choose). But before doing anything, let's take a look at [our contributing guide](.github/CONTRIBUTING.md), it will show you how to start with all of that.
It will be great if you have an idea and turn it into visible. Tell us how amazing they are by [suggesting a feature](https://github.com/b-init/ImagePaste/issues/new/choose), or you can make it yourself by creating [a pull request](https://github.com/b-init/ImagePaste/compare). And if you encounter a problem, let us know by [opening an issue](https://github.com/b-init/ImagePaste/issues/new/choose). But before doing anything, let's take a look at [our contributing guide](.github/CONTRIBUTING.md), it will show you how to start with all of that.
6 changes: 3 additions & 3 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "ImagePaste",
"author": "Binit",
"blender": (2, 80, 0),
"version": (1, 8, 1),
"version": (1, 8, 2),
"category": "Import-Export",
"support": "COMMUNITY",
"doc_url": "https://github.com/Yeetus3141/ImagePaste#readme",
"tracker_url": "https://github.com/Yeetus3141/ImagePaste/issues",
"doc_url": "https://github.com/b-init/ImagePaste#readme",
"tracker_url": "https://github.com/b-init/ImagePaste/issues",
"description": "Copy and paste your images with the clipboard in various places",
"location": "Image Editor, Video Sequencer, Shader Editor, 3D Viewport",
}
Expand Down

0 comments on commit 26f1db9

Please sign in to comment.