|
1 | 1 | # Release Notes for chatgpt-integration
|
2 | 2 |
|
3 |
| -## 1.0.5 - 2024-03-20 |
4 |
| -### Changed |
5 |
| -- Transfer ownership of plugin |
6 |
| - |
7 |
| -## 1.0.4 - 2023-09-26 |
8 |
| -### Added |
9 |
| -- Added the option to enable or disable individual fields inside matrix fields. |
10 |
| - |
11 |
| -### Fixed |
12 |
| -- Fixed an issue where an error could occur upon creating new fields. (#5) |
13 |
| - |
14 |
| -## 1.0.3 - 2023-04-27 |
15 |
| -> {warning} Once you have installed the update, you need to head to the settings page and select which fields the prompts should be displayed for. |
| 3 | +## 5.0.1 - 2024-04-15 |
16 | 4 |
|
17 | 5 | ### Added
|
18 |
| -- Added the option to enable or disable individual fields in the settings. |
19 |
| -- Added the option to disable the default translation prompts. |
20 |
| -- Added warning when saving settings without an api token. |
| 6 | +- Craft CMS 5 Support |
21 | 7 |
|
22 | 8 | ### Changed
|
23 |
| -- Divided settings over three sup-pages for clarity. |
24 |
| - |
25 |
| -## 1.0.2 - 2023-04-04 |
26 |
| - |
27 |
| -### Added |
28 |
| -- Added option to set the "max_tokens" request attribute value in the plugin settings. |
29 |
| -- Now displays a warning if the ChatGPT output is incomplete due to the "max_tokens" restriction. |
30 |
| - |
31 |
| -### Changed |
32 |
| -- Lowered required craft version to 4.0.0 |
33 |
| - |
34 |
| -## 1.0.1 - 2023-04-04 |
35 |
| - |
36 |
| -### Added |
37 |
| -- Environment variable support for api key. |
38 |
| -- Added button to matrix fields. |
39 |
| -- Added button to Neo plugin fields. |
40 |
| - |
41 |
| -### Changed |
42 |
| -- Updated code structure for improved readability. |
43 |
| - |
44 |
| -### Fixed |
45 |
| -- Removed unused javascript. |
46 |
| -- Fixed localization feature for non-multisites. |
47 |
| - |
48 |
| -## 1.0.0 - 2023-04-03 |
49 |
| -- Initial release. |
| 9 | +- The field configuration is now grouped by entry types, allowing enabling/disabling of fields per entry type. |
| 10 | +- Updated API settings: |
| 11 | + - The language model is now adjustable. |
| 12 | +- Updated prompt settings: |
| 13 | + - "Temperature" is now adjustable. |
| 14 | + - "Frequency Penalty" is now adjustable. |
| 15 | + - "Presence Penalty" is now adjustable. |
0 commit comments