Skip to content

Commit

Permalink
Updated to 2.1.10 - features, issue #23
Browse files Browse the repository at this point in the history
  • Loading branch information
szczyglis-dev committed Mar 6, 2024
1 parent 866f2d3 commit 6d63ca9
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
# 2.1.10 (2024-03-06)

- Added `DB Viewer` in Developer menu.
- Added label color filter in context list.
- Added context item delete option.
- Added label color filter in context list - issue #23
- Added context item delete option - issue #23
- Added presets for plugins - issue #23
- Fixed and improved autonomous agents run - issue #23

# 2.1.9 (2024-03-04)

Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2887,8 +2887,10 @@ may consume additional tokens that are not displayed in the main window.
# 2.1.10 (2024-03-06)

- Added `DB Viewer` in Developer menu.
- Added label color filter in context list.
- Added context item delete option.
- Added label color filter in context list - issue #23
- Added context item delete option - issue #23
- Added presets for plugins - issue #23
- Fixed and improved autonomous agents run - issue #23

# 2.1.9 (2024-03-04)

Expand Down Expand Up @@ -3112,6 +3114,8 @@ The full changelog is located in the **[CHANGELOG.md](CHANGELOG.md)** file in th

GitHub community:

- **gfsysa**

- **kaneda2004**

- **moritz-t-w**
Expand Down
1 change: 1 addition & 0 deletions docs/source/credits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Special thanks
===============
GitHub community:

* **gfsysa**
* **kaneda2004**
* **moritz-t-w**

Expand Down
6 changes: 4 additions & 2 deletions src/pygpt_net/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
2.1.10 (2024-03-06)

- Added "DB Viewer" in Developer menu.
- Added label color filter in context list.
- Added context item delete option.
- Added label color filter in context list - issue #23
- Added context item delete option - issue #23
- Added presets for plugins - issue #23
- Fixed and improved autonomous agents run - issue #23

2.1.9 (2024-03-04)

Expand Down
1 change: 1 addition & 0 deletions src/pygpt_net/data/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
},
"presence_penalty": 0.0,
"preset": "current.chat",
"preset.plugins": "",
"prompt": "",
"render.plain": false,
"send_clear": true,
Expand Down
1 change: 1 addition & 0 deletions src/pygpt_net/ui/dialog/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def get_contributors(self) -> list:
:return: contributors list
"""
return [
"gfsysa",
"kaneda2004",
"moritz-t-w",
]
Expand Down

0 comments on commit 6d63ca9

Please sign in to comment.