-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OpenAI Wingman works! (1st usecase ~ summarization) + adding JSon par…
…sing library #1514
- Loading branch information
Showing
16 changed files
with
24,958 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,17 @@ | ||
2024-02-?? Martin Dvorak <[email protected]> | ||
|
||
* Released v2.0.0 - major release which removes features which are not used | ||
in practices and brings several new features. | ||
* Released v2.0.0 - a major release that removes unused features | ||
and brings several new features like Wingman | ||
* Feature: Wingman brings OpenAI chat GPT integration allowing to | ||
compose, rewrite, summarize, do NER, fix, or chat with remarks. | ||
* Feature: Notebook Tree view brings ability to organize Notebooks to | ||
and outline. | ||
* Feature: Libraries bring ability to index external PDF files and generate | ||
Notebooks which represent them in MindForger. Synchronization and removal | ||
of the library supported as well. | ||
* Feature: New left side toolbar which runs various tools | ||
* Feature: Emojis dialog allowing to use Unicode-based emojis | ||
in Notebook names, Note names or text. | ||
* Hidden feature: New left side toolbar which runs various tools | ||
(like Wikipedia, arXiv, StackOverflow, ...) on phrase which is the current | ||
context (Notebook or Note name, selected text or text under the cursor, ...) | ||
in order to get more information about the phrase. | ||
|
@@ -20,17 +24,21 @@ | |
O's Ns while presenting a N. | ||
* Enhancement: MindForger icon changed to GenAI style. | ||
* Enhancement: CLI rewrite towards Wingman with help, search, knowledge recherche and commands. | ||
* Enhancement: menu refactoring impacting Scope, and Navigate and various | ||
menu items. | ||
* Fix: Missing OOTB Eisenhower Matrix is automatically added back to | ||
the list of Organizers. | ||
* Fix: Conflicting menu keyboard shortcuts resolved. | ||
* Fix: Conflicting menu keyboard shortcuts resolution (e.g. Organizers view). | ||
* Deprecation: dashboard view removed. | ||
* Deprecation: experimental Nitie code removed. | ||
|
||
2023-01-15 Martin Dvorak <[email protected]> | ||
|
||
* Released v1.55.0 - delete of a Note in the outline view keeps selected | ||
an adjacent Note, improved page up/page down navigation in table widgets, | ||
Tools menu, charset added to HTML head, new Note templates, from Registry | ||
to Workspace in UI (source code kept intact). | ||
* Released v1.55.0 - a minor release which fixes delete of a Note in | ||
the Notebook view that now keeps selected an adjacent Note, improves | ||
page up/page down navigation in table widgets, adds charset to | ||
the exported HTML head, adds new Note templates, and renames Repository | ||
to Workspace in the UI (source code kept intact). | ||
|
||
2022-03-07 Martin Dvorak <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.