|
| 1 | +### [0.4.3] - 2025-12-07 |
| 2 | +#### Fixes |
| 3 | +- Fixed an issue that could cause encrypted note content to be lost in certain scenarios. |
| 4 | +- Fixed an issue where encrypted notes could not be decrypted after importing preference settings and restarting the app. |
| 5 | +#### Improvements |
| 6 | +- Improved preview experience. |
| 7 | +- Improved the interaction experience of the notes list. |
| 8 | +- Improved the options in the notes context menu. |
| 9 | + |
1 | 10 | ### [0.4.2] - 2025-11-30 |
2 | | -#### Added |
| 11 | +#### New |
3 | 12 | - Added an emergency decryption feature for local notes to restore encrypted content in special scenarios. |
4 | | -#### Fixed |
| 13 | +#### Fixes |
5 | 14 | - Fixed an issue where content in the Recycle Bin could not be encrypted properly. |
6 | | -#### Improved |
| 15 | +#### Improvements |
7 | 16 | - Enhanced the interaction experience of the preferences pane. |
8 | 17 |
|
9 | 18 | ### [0.4.1] - 2025-11-28 |
10 | | -#### Fixed |
| 19 | +#### Fixes |
11 | 20 | - Fixed an issue where the search bar could not perform searches. |
12 | 21 | - Fixed an issue where encryption could not be disabled in certain scenarios. |
13 | | -#### Improved |
| 22 | +#### Improvements |
14 | 23 | - Improved the interaction experience of security-related features. |
15 | 24 | - Improved the interaction experience when exporting the .nwp format. |
16 | 25 |
|
17 | 26 | ### [0.4.0] - 2025-11-24 |
18 | | -#### Added |
| 27 | +#### New |
19 | 28 | - Added local note encryption using the AES-256-GCM algorithm for on-device data protection. |
20 | | -#### Fixed |
| 29 | +#### Fixes |
21 | 30 | - Fixed an issue where the Windows version could leave a background process running after uninstallation in certain scenarios. |
22 | 31 | - Fixed translation issues in several non-English languages. |
23 | | -#### Improved |
| 32 | +#### Improvements |
24 | 33 | - Optimized view rendering performance. |
25 | 34 | - Improved default language initialization. |
26 | 35 | - Optimized application startup speed. |
27 | 36 | - Improved the interaction experience of exporting the .nwp format. |
28 | 37 |
|
29 | 38 | ### [0.3.2] - 2025-10-26 |
30 | | -#### Improved |
| 39 | +#### Improvements |
31 | 40 | - Optimized the performance of the editor. |
32 | 41 |
|
33 | 42 | ### [0.3.1] - 2025-10-25 |
34 | | -#### Fixed |
| 43 | +#### Fixes |
35 | 44 | - Fixed missing translation issues in other languages. |
36 | | -#### Improved |
| 45 | +#### Improvements |
37 | 46 | - Improved the interactive experience of the Check for Updates panel. |
38 | 47 |
|
39 | 48 | ### [0.3.0] - 2025-10-24 |
40 | | -#### Added |
| 49 | +#### New |
41 | 50 | - Added note import and export functionality, supporting the import and export of NoteWizard Package (.nwp) and Markdown (.md) formats. |
42 | | -#### Fixed |
| 51 | +#### Fixes |
43 | 52 | - Fixed known issues. |
44 | 53 | - Fixed translation issues in other languages. |
45 | | -#### Improved |
| 54 | +#### Improvements |
46 | 55 | - Refactored the Preferences panel code. |
47 | 56 | - Improved the Recycle Bin experience. |
48 | 57 | - Optimized the update log module loading performance. |
49 | 58 | - Optimized VFS performance. |
50 | 59 | - Optimized the IPC module. |
51 | 60 |
|
52 | 61 | ### [0.2.6] - 2025-10-04 |
53 | | -#### Improved |
| 62 | +#### Improvements |
54 | 63 | - Improved the editor experience. |
55 | 64 |
|
56 | 65 | ### [0.2.5] - 2025-10-03 |
57 | | -#### Fixed |
| 66 | +#### Fixes |
58 | 67 | - Fixed an issue introduced in version 0.2.2 that caused the note list in the workspace not to refresh in real time after restarting. |
59 | 68 |
|
60 | 69 | ### [0.2.4] - 2025-10-03 |
61 | | -#### Added |
| 70 | +#### New |
62 | 71 | - Added automatic software update feature. |
63 | | -#### Fixed |
| 72 | +#### Fixes |
64 | 73 | - Fixed an issue where the workspace was incorrectly collapsed when closing the preview panel. |
65 | 74 |
|
66 | 75 | ### [0.2.2] - 2025-10-02 |
67 | | -#### Fixed |
| 76 | +#### Fixes |
68 | 77 | - Fixed hardcoded internationalization issues. |
69 | 78 | - Fixed an issue where the menu bar language did not update after switching languages and restarting. |
70 | | -#### Improved |
| 79 | +#### Improvements |
71 | 80 | - Optimized logic for importing, exporting, and resetting preferences configuration. |
72 | 81 |
|
73 | 82 | ### [0.2.1] - 2025-10-01 |
74 | | -#### Added |
| 83 | +#### New |
75 | 84 | - Added automatic build support for Windows, macOS, and Linux installers. |
76 | 85 | - Added view switching functionality. |
77 | 86 | - Added AI service settings for input delay, minimum input length, system prompt, and network connectivity test for AI service endpoints. |
78 | | -#### Fixed |
| 87 | +#### Fixes |
79 | 88 | - Fixed context menu issues. |
80 | 89 | - Fixed several known translation issues. |
81 | 90 | - Fixed several known UI issues. |
82 | 91 | - Fixed cursor position issue in AI suggestions. |
83 | 92 | - Fixed an outline display error introduced in version 0.1.0. |
84 | | -#### Improved |
| 93 | +#### Improvements |
85 | 94 | - Improved interaction experience in the Preferences interface. |
86 | 95 | - Refactored AI service interfaces to support all AI services compatible with the OpenAI API. |
87 | 96 |
|
88 | 97 | ### [0.1.0] - 2025-09-20 |
89 | | -#### Fixed |
| 98 | +#### Fixes |
90 | 99 | - Fixed scrollbar issue in the note list. |
91 | 100 | - Fixed deletion logic issue in the Recycle Bin. |
92 | 101 | - Fixed registry residue issue after disabling startup on boot. |
93 | | -#### Improved |
| 102 | +#### Improvements |
94 | 103 | - Improved Recycle Bin interface and interaction. |
95 | 104 |
|
96 | 105 | ### [0.0.9-dev] - 2025-09-15 |
97 | | -#### Improved |
| 106 | +#### Improvements |
98 | 107 | - Improved high-resolution display adaptation. |
99 | 108 |
|
100 | 109 | ### [0.0.8-dev] - 2025-09-13 |
101 | | -#### Fixed |
| 110 | +#### Fixes |
102 | 111 | - Fixed inaccurate translations in some languages. |
103 | 112 | - Fixed untranslated text on some pages. |
104 | 113 | - Fixed layout misalignment on some pages when switching languages. |
105 | 114 | - Fixed an issue introduced in version 0.0.7 where language switching caused import/export settings to fail. |
106 | 115 |
|
107 | 116 | ### [0.0.7-dev] - 2025-09-11 |
108 | | -#### Added |
| 117 | +#### New |
109 | 118 | - Added support for 18 languages and regions: English, French, Russian, German, Italian, etc. |
110 | 119 | - Added system tray icon and startup on boot. |
111 | | -#### Fixed |
| 120 | +#### Fixes |
112 | 121 | - Fixed incorrect file size display in note properties dialog. |
113 | 122 | - Fixed rare cases where icons or changelog content failed to load on startup. |
114 | 123 | - Fixed incorrect file path display in some cases when creating a new note in the workspace. |
115 | 124 | - Fixed rare cases where canceling a rename operation was not properly recognized. |
116 | | -#### Improved |
| 125 | +#### Improvements |
117 | 126 | - Upgraded Electron framework to version 37.4.0. |
118 | 127 | - Optimized installer package size. |
119 | 128 | - Improved notebook expand/collapse state. |
|
123 | 132 | - Dropped support for Windows 32-bit (x86). Now only supports **Windows 10 and later 64-bit operating systems**. |
124 | 133 |
|
125 | 134 | ### [0.0.6-dev] - 2025-08-30 |
126 | | -#### Added |
| 135 | +#### New |
127 | 136 | - Added user guide module. |
128 | 137 |
|
129 | 138 | ### [0.0.5-dev] - 2025-08-29 |
130 | | -#### Added |
| 139 | +#### New |
131 | 140 | - Added context menu option to open file location. |
132 | 141 | - Added import/export for user preferences configuration. |
133 | 142 | - Added custom save path option for note files. |
134 | 143 | - Added preferences shortcut key. |
135 | 144 | - Added support for the latest AI models. |
136 | | -#### Fixed |
| 145 | +#### Fixes |
137 | 146 | - Fixed incorrect version number display on the About page. |
138 | 147 | - Fixed AI service provider list loading failure in some cases. |
139 | 148 | - Fixed content security policy issue introduced in version 0.0.4. |
140 | | -#### Improved |
| 149 | +#### Improvements |
141 | 150 | - Improved interaction logic and experience for custom note file save path. |
142 | 151 |
|
143 | 152 | ### [0.0.4-dev] - 2025-08-03 |
144 | | -#### Added |
| 153 | +#### New |
145 | 154 | - Added developer tools module. |
146 | 155 |
|
147 | 156 | ### [0.0.3-dev] - 2025-07-29 |
148 | | -#### Added |
| 157 | +#### New |
149 | 158 | - Added font size and font family settings. |
150 | 159 | - Added About panel, Changelog page, and Check for Updates module. |
151 | | -#### Fixed |
| 160 | +#### Fixes |
152 | 161 | - Fixed misaligned UI elements in some cases. |
153 | 162 | - Fixed reset actions not taking effect when switching to English interface. |
154 | 163 | - Fixed note save failure in certain cases. |
155 | 164 | - Fixed window size memory function failure. |
156 | 165 | - Fixed incorrect path when creating notes via context menu in some cases. |
157 | 166 | - Fixed AI configuration panel language not updating in real time when switching app language. |
158 | | -#### Improved |
| 167 | +#### Improvements |
159 | 168 | - Improved default window size to support more display devices. |
160 | 169 | - Improved page transition and animation effects. |
161 | 170 | - Improved interaction experience across multiple UI elements. |
162 | 171 | - Improved application startup speed. |
163 | 172 |
|
164 | 173 | ### [0.0.2-dev] - 2025-05-27 |
165 | | -#### Added |
| 174 | +#### New |
166 | 175 | - Added dark mode support. |
167 | 176 | - Added configuration support for AI providers such as OpenAI ChatGPT, xAI Grok, DeepSeek, Qwen, etc. |
168 | 177 |
|
169 | 178 | ### [0.0.1-dev] - 2025-05-22 |
170 | | -#### Added |
| 179 | +#### New |
171 | 180 | - Initial release of the application. |
172 | 181 | - Implemented core Markdown editor with real-time preview. |
173 | 182 | - Added support for Windows 7 and later operating systems. |
0 commit comments