-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathCHANGELOG
163 lines (138 loc) · 4.83 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
156
157
158
159
160
161
162
163
CHANGELOG QNote
===========================
RELEASE 0.14.4 - ....
-----------------
- Remove extra title bar for popup window (#75)
- Revert default save and close mechanism as it was before 0.14.3 (#67, #68, #69)
- Show context menu in message page context (#71)
- Fix large icons when opening message pane in a new tab (#72)
RELEASE 0.14.3 - Oct 7, 2024
-----------------
- Complete rewrite in TypeScript. Fixes most of the issues with TB128
- Feature take note screenshot to clipboard
- Fix note scrolling with large texts (#48)
- Fix MacOS blank window (#58)
- Fix QNote missing text column (#57)
- Deprecated: storage option inside extension
RELEASE 0.13.0 - Aug 21, 2024
-----------------
- Add templating support for attaching to print and message (#34, #47, #52)
- Add treat note text as HTML option for attaching to print and message
- Add 'aAghe' date formatting rules (#50)
- Fix tagging (#56)
RELEASE 0.12.7 - Aug 15, 2024
-----------------
- Fix compatibility with TB128 (#54)
- Fix ColumnHandler with TB115
RELEASE 0.12.5 - Aug 1, 2023
-----------------
- Fix some TB 115 issues
- Column handler still won't work with TB 115
- QuickFilter still won't work with TB 115
RELEASE 0.12.3 - Jul 4, 2023
-----------------
- Double click on embedded note opens note popup (#35)
- Fix embedded note incorrect text wrapping (#39)
- Fix QuickFilter on focus triggers unnecessary search (#43)
RELEASE 0.12.* - Nov 9, 2022
-----------------
- Add multi message selection context menu (create, update, delete, reset, copy, paste)
- Add icon to multi message selection list
- Add filters (Edit / Find / Search Messages)
- Add filter actions (Tools / Message Filters)
- Add clipboard Copy / Paste
- Lots of fixes and code cleanup
RELEASE 0.11.* - May 12, 2022
-----------------
- Add context menu to message
- Add QuickFilter support for filtering notes (only for folder storage)
- Add ability to export notes to folder by choosing QNote or XNote++ formats (#20)
- Minor bugfixes
RELEASE 0.10.4 - Oct 15, 2021
-----------------
- Options: enable / disable spell check
- Add Romanian locale
- Add dark theme
- Fix note resize issues
- Minor bugfixes
RELEASE 0.10.3 - Oct 8, 2021
-----------------
- Use Webextension headerMessageId property (starting with TB85)
- Fix unnecessary trimming when message-id is w/o brackets (#6)
- Fix note movement for TB < 91 (#9)
RELEASE 0.10.2 - Aug 28, 2021
-----------------
- Fix compatibility with TB91 (#8)
RELEASE 0.10.1 - Dec 1, 2020
-----------------
- Options: auto save
- Options: reset to defaults
- Options: more default positions
- Options: opt always use default size and position
- Add date localization
- Styling tweaks
- Minor bug fixes
RELEASE 0.10.0 - Nov 23, 2020
-----------------
- Add localized date format option with custom or predefined formats
- Add default note placement option (only floating panel)
- Add confirm delete option
- Save options w/o extension reload
- Style options page according to selected theme
- Minor bug fixes
RELEASE 0.9.1 - Nov 18, 2020
-----------------
- Attach note to print
- Attach note to message
- Removed search from QuickFilter until we find a good solution
- Lots of bugfixes
RELEASE 0.7.0 - Nov 5, 2020
-----------------
- Add QuickFilter support for filtering notes by contents
- Various bug fixes
RELEASE 0.6.3 - Oct 26, 2020
-----------------
- Added main toolbar button
- Attach note to window that opened it instead to main window
- Updated icons
- Force note text color to black
- Minor bug fixes
RELEASE 0.6.2 - Oct 15, 2020
-----------------
- New locales - IT / LV / FR / DE
- Saving notes using UTF-8 encoded files
- Fix QNote extension interfere with some other extensions
RELEASE 0.6.1 - Oct 8, 2020
-----------------
- Added Alt+Q keyboard shortcut
- Better overall keyboard handling
- Note to grab focus when explicitly click on QNote button or context menu
- Minor bug fixes
RELEASE 0.6.0 - Oct 3, 2020
-----------------
- Notes will now be saved on disk using more versatile JSON format, not XNote++ format anymore
- Auto close note after folder or tab change
- Preserve column width
- Fix XNote filename handling containing slashes
RELEASE 0.5.4 - Oct 2, 2020
-----------------
- Change note timestamp only if text changed
- Option to overwrite existing notes when importing xnotes
- Properly encode/decode .xnote filenames. Some notes did not shown up because of .xnote file names
- Fix popup losing controls (again)
- Minor bugfixes
RELEASE 0.5.3 - Sep 30, 2020
-----------------
- Fix popup losing controls
- Add option for note to gain auto focus
RELEASE 0.5.2 - Sep 29, 2020
-----------------
- Added column with icon and text option
- Added window option - popup or floating panel
RELEASE 0.4 - Sep 19, 2020
-----------------
- Added storage option - folder or extension storage
- Closing with empty text will result in note deletion
RELEASE 0.2 - Sep 16, 2020
-----------------
- Fix compatibility with TB78