Skip to content

Commit

Permalink
WIP CLI rewrite, Makefile help generation, application icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Jan 2, 2024
1 parent f4bbdfc commit 50a020f
Show file tree
Hide file tree
Showing 48 changed files with 1,457 additions and 309 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ class MyClass
int field; // brief field description in the lower case
/**
* @brief Another field.
*
* @brief Another field.
*
* Field with a long description must be documented using
* this style of the comment. The text of description to be
* formed by sentences. Apart to that you can use any formatting
Expand Down
28 changes: 20 additions & 8 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,16 +1,28 @@
2024-01-?? Martin Dvorak <[email protected]>

* Released v2.0.0 - Limbo added to the application menu View/Limbo,
polished Preferences (Appearance refactored to Controls; restart requirement
highlighted), missing OOTB Eisenhower Matrix is automatically added back
to the list of Organizers, up/down button in O/N preview mode to move around
O's Ns while presenting a N.
Libraries - ability to index external PDF files and generate Notebooks
which represent them in MindForger (update and removal of the library
supported as well. New left side toolbar which runs various tools
* Released v2.0.0 - major release which removes features which are not used
in practices and brings several new features.
* 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 (update and removal of the
library supported as well.
* 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.
* Enhancement: CLI to Wingman rewrite: help, search, knowledge recherche and
commands.
* Enhancement: Limbo added to the application menu View/Limbo.
* Enhancement: Polished Preferences - Appearance refactored to Controls,
restart requirement highlighted.
* Enhancement: Added up and down button in O/N preview mode to move around
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.
* Fix: Missing OOTB Eisenhower Matrix is automatically added back to
the list of Organizers.
* Fix: Conflicting menu keyboard shortcuts resolved.

2023-01-15 Martin Dvorak <[email protected]>

Expand Down
9 changes: 0 additions & 9 deletions app/mf-resources.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@
<file alias="think.svg">resources/icons/flat-think.svg</file>
<file alias="adapt.svg">resources/icons/flat-adapt.svg</file>
<file alias="help.svg">resources/icons/flat-help.svg</file>
<file alias="arxiv.png">resources/icons/arxiv.png</file>
<file alias="wikipedia.png">resources/icons/wikipedia.png</file>
<file alias="stackoverflow.png">resources/icons/stackoverflow.png</file>
<file alias="duckduckgo.png">resources/icons/duckduckgo.png</file>
<file alias="h2oai.png">resources/icons/h2oai.png</file>
<file alias="github.png">resources/icons/github.png</file>
<file alias="bard.png">resources/icons/bard.png</file>
<file alias="python.png">resources/icons/python.png</file>
<file alias="cpp.png">resources/icons/cpp.png</file>
</qresource>
<qresource prefix="/translations">
<file alias="mindforger_cs_CZ.qm">resources/qt/translations/mindforger_cs.qm</file>
Expand Down
Binary file removed app/resources/icons/arxiv.png
Binary file not shown.
Binary file removed app/resources/icons/bard.png
Binary file not shown.
Binary file removed app/resources/icons/cpp.png
Binary file not shown.
Binary file removed app/resources/icons/duckduckgo.png
Binary file not shown.
Binary file removed app/resources/icons/github.png
Binary file not shown.
Binary file removed app/resources/icons/h2oai.png
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes
Binary file added app/resources/icons/logo-genai/mindforger.ico
Binary file not shown.
Binary file added app/resources/icons/logo-genai/mindforger.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 50a020f

Please sign in to comment.