-
Notifications
You must be signed in to change notification settings - Fork 139
/
Changelog
155 lines (118 loc) · 7.69 KB
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
2024-02-16 Martin Dvorak <[email protected]>
* Released v2.0.0 - a major release that removes unused features
and brings several new features like Wingman.
* Feature: Wingman brings OpenAI LLM integration allowing to
compose, rewrite, summarize, NER or fix grammar of notes.
* Feature: Notebook Tree view brings ability to organize Notebooks to
a tree (outline).
* Feature: Libraries bring ability to index external PDF files and generate
Notebooks which represent them in MindForger. Synchronization and removal
of the library (directory with files) is supported as well.
* Feature: Emojis dialog allowing to use Unicode-based emojis
in Notebooks and Notes names or text.
* Feature: CLI can newly search knowledge on the internet sites - like
Wikipedia, arXiv, or 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 rewrite - help, search, knowledge search
(Wikipedia, arXiv, search engines) 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: 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 resolution (e.g. Organizers view).
* Fix: Edit and Format menus re-enabled on single Markdown file configuration.
* Upgrade: new version(s) of Qt with enhanced security support
added - Qt 5.15.2 LTS is supported on macOS and Windows.
* Deprecation: dashboard view removed.
* Deprecation: experimental Mitie (NER) code removed (replaced by LLM integration).
2023-01-15 Martin Dvorak <[email protected]>
* 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]>
* Released v1.54.0 - macOS fix release: Qt downgraded from 5.9.9 (security)
(macOS only), native L&F theme used by default, fixes which avoid loss of
data (RD_ONLY file detection, preview links click, ...), macOS menu
shortcuts (new Notebook, Note refactoring, ...), polished MindForger logo
and menu icons, main window is not wider than screen on boot, view/edit
bottom buttons work even if double-click 2 edit is disabled, toolbar is
not hidden on window minimization, platform-driven default editor key
binding fixes, Vim keybinding removal, Kanban/EM selection model and
moves rewritten (at most one row selected, items can be moved around
columns with shortcuts), home/end/page up/page down navigation in recent,
notebooks and note tree listings. Note editor: Emacs editor keybinding
enhancements (^-y, alt-w, ^-w, alt-d, ...), new buletted/numbered lists
and code fences auto indentation on Enter, pair characters ({[" auto
completion. Non-repository (MD file mode) fixes: Edit menu availability.
* See also https://github.com/dvorka/mindforger/milestone/69?closed=1.
2021-12-26 Martin Dvorak <[email protected]>
* Released v1.53.0 - Custom Eisenhower Matrix on tags, Kanban style
organizer on tags, repository specific configuration, lazy (PDF) documents
indexation POC, edit Note in external editor/WYSIWYG (or tool), CSV export
with one-hot-encoded tags, terminal allowing to run commands from
MindForger, configuration of custom CSS file for HTML viewer,
hunspell-based spell check, cmark-gfm upgrade to the latest version
(0.29.0.gfm.2), various minor improvements (CSV export progress bar,
configurable click view to edit, ...) and bug fixes (Note cloning,
Markdown lists syntax highlighting, tags escaping, ...), Doxygen source
code documentation generator.
* See also https://github.com/dvorka/mindforger/milestone/68?closed=1.
2020-03-08 Martin Dvorak <[email protected]>
* Released v1.52.0 - Production quality Autolinking (cmark-gfm and Trie
based), macOS improvements (keyboard shortcuts, drag & drop, key
characters, ...), discount (MD to HTML processor) removal.
* See also https://github.com/dvorka/mindforger/milestone/59?closed=1.
2020-02-16 Martin Dvorak <[email protected]>
* Released v1.51.0 - Live HTML preview, (partially) fixed Mermed diagrams,
persistent Os table listing and various minor improvements and bug fixes.
* See also https://github.com/dvorka/mindforger/milestone/60?closed=1.
2020-01-18 Martin Dvorak <[email protected]>
* Released v1.50.0 - New dashboard view, complete fulltext search rewamp,
toolbar switch to flat icons theme; new menu items icons; images and
attachments can be added with drag&drop, images and icons can be
automatically copied to MindForger repository, added Notebook and Note
completion on Ctrl-/, persistent hoist mode, (not released: autolinking
rewrite to cmark-gfm for high performance, robust and extensible
implementation).
* See also https://github.com/dvorka/mindforger/milestone/44?closed=1.
2019-03-09 Martin Dvorak <[email protected]>
* Released v1.49.2 - Stabilization: fixed scrolling loop on Win,
missing Win installer icon, panel maximization of FTS result page.
2019-03-06 Martin Dvorak <[email protected]>
* Released v1.49.1 - Stabilization: Ctrl-mouse wheel HTML preview zooming
removed on Windows as it caused MindForger to crash.
2019-03-03 Martin Dvorak <[email protected]>
* Released v1.49.0 - native Windows version, Discount replaced with cmark-gfm
as HTML preview engine and fix of 100% CPU consumption in table views.
2019-02-03 Martin Dvorak <[email protected]>
* Released v1.48.3 - Stabilization: partial fix of 100% CPU consumption in
table views on Ubuntu 18.04.
2018-11-13 Martin Dvorak <[email protected]>
* Released v1.48.2 - Autolinking stabilization: less breaking of MD
lines with links, math and code.
2018-11-10 Martin Dvorak <[email protected]>
* Released v1.48.0 - CSV export, autolinking preview, MathJax format menu.
2018-10-03 Martin Dvorak <[email protected]>
* Released v1.47.0 - Knowledge graph navigator, regex-based FTS, HTML notebook
export, TWiki document import, recent notes (significant improvement),
asynchronous associations calculation and Docker distro.
2018-09-03 Martin Dvorak <[email protected]>
* Released v1.46.0 - Normal terminology (nerd-style terminology can be enabled
in the configuration) and toolbar.
2018-07-10 Martin Dvorak <[email protected]>
* Released v1.43.0 - Eisenhower matrix, tags view and recent notes view.
2018-05-30 Martin Dvorak <[email protected]>
* Released v1.42.0 - The first MindForger release on the day of my 42nd birthday.
2018-01-07 Martin Dvorak <[email protected]>
* The first commit to public Git repository.
2016-09-29 Martin Dvorak <[email protected]>
* The first line of the project written.