diff --git a/CHANGELOG.md b/CHANGELOG.md index 07fccf0..e414bd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,24 @@ # Change Log -## [Unreleased](https://github.com/nutti/Screencast-Keys/compare/v4.0.0...master) +## [Unreleased](https://github.com/nutti/Screencast-Keys/compare/v4.1.0...master) + + +## [Version 4.1.0](https://github.com/nutti/Screencast-Keys/compare/v4.0.0...v4.1.0) - 2024.10.5 + +### Notice + +We found a way to coexist with the old Blender specific code. +From this version, this add-on supports Blender 2.8 to 4.1 again which drops +at Version 4.0. + +### Other Updates + +* Fix bugs + +### Contributors + +* [**@Andrej730**](https://github.com/Andrej730) ## [Version 4.0.1](https://github.com/nutti/Screencast-Keys/compare/v4.0.0...v4.0.1) - 2024.9.29 diff --git a/docs/faq.md b/docs/faq.md index 3d688f8..11bcf2b 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -20,11 +20,11 @@ add-on. ### Failed to get event while the modal operation is running (e.g. G + X, S + Y, ...) -* Version 4.0 or later +* Blender 4.2 or later This issue is completely fixed and *Get Event Aggressively* option is removed. -* Before Version 3.14 +* Blender 4.1 or before Try to enable the experimental option *Get Event Aggressively*. This option enables you to get events even if the modal operation is running. diff --git a/docs/installation.md b/docs/installation.md index 3f36184..0e74747 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -16,8 +16,9 @@ There are 3 ways to install Screencast Keys add-on. |Version|Supported Blender Version| |---|---| -|Unstable|4.2 -| -|4.0|4.2 -| +|Unstable|2.80 -| +|4.1|2.80 -| +|4.0|4.2 - 4.2| |3.14|2.80 - 4.1| |3.13|2.80 - 4.1| |3.12|2.80 - 4.0| @@ -36,7 +37,7 @@ There are 3 ways to install Screencast Keys add-on. ## Blender's Installation Tool (from extensions.blender.org) -*This method works for the stable version whose version is 4.0 or later.* +*This method works for the stable version on Blender 4.2 or later.* *If you want to install the older version, follow other processes* @@ -60,6 +61,7 @@ You can install this add-on from there. |Version|Download URL| |---|---| +|4.1|[Download](https://github.com/nutti/Screencast-Keys/releases/tag/v4.1.0)| |4.0|[Download](https://github.com/nutti/Screencast-Keys/releases/tag/v4.0.1)| |3.14|[Download](https://github.com/nutti/Screencast-Keys/releases/tag/v3.14.0)| |3.13|[Download](https://github.com/nutti/Screencast-Keys/releases/tag/v3.13)| @@ -94,7 +96,7 @@ or, 1. Launch Blender. 2. Drag and drop the downloaded .zip file to Blender. -##### Before Blender 4.1 +##### Blender 4.1 or before 1. Launch Blender and open the preference window by clicking *Edit* > *Preferences ...*. @@ -114,6 +116,7 @@ The name of add-on displayed in Blender is **Screencast Keys**. |Version|Download URL| |---|---| |*unstable*|[Download](https://github.com/nutti/Screencast-Keys/archive/master.zip)| +|4.1|[Download](https://github.com/nutti/Screencast-Keys/releases/tag/v4.1.0)| |4.0|[Download](https://github.com/nutti/Screencast-Keys/releases/tag/v4.0.1)| |3.14|[Download](https://github.com/nutti/Screencast-Keys/releases/tag/v3.14.0)| |3.13|[Download](https://github.com/nutti/Screencast-Keys/releases/tag/v3.13)| @@ -141,7 +144,7 @@ Add-on sources are located on the different places depending on the add-on versi |Version|Sources| |---|---| |unstable|src/screencast_keys| -|3.1 - 4.0|screencast_keys| +|3.1 - 4.1|screencast_keys| |3.0|screencastkeys| #### 3. Copy add-on sources into your add-on folder @@ -157,7 +160,7 @@ If the folder does not exist in your environment, make it in advance. |Mac|`/Users//Library/Application Support/Blender//extensions/user_default`| |Linux|`/home//.config/blender//extensions/user_default`| -##### Before Blender 4.1 +##### Blender 4.1 or before |OS|Location| |---|---| diff --git a/docs/tutorial.md b/docs/tutorial.md index 718db2f..d7f8a12 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -172,6 +172,17 @@ You can change the display mode from **Mode** option. ![Option (Show Last Operators)](images/tutorial/option_show_last_operators.png) +### Get Event Aggressively + +*NOTE: This option is available for Blender 4.1 or before. For Blender 4.2 or* +*later, all events can be collected without this option.* + +*NOTE: This is an experimental option. If this option is enabled, Blender may* +*be crashed in the specific environment.* + +If **Get Event Aggressively** option is enabled, the events raised in the modal +status will also be displayed. + ### Auto Save *NOTE: This is an experimental option. If this option is enabled, Blender may*