-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupdate.json
More file actions
155 lines (155 loc) · 6.97 KB
/
Copy pathupdate.json
File metadata and controls
155 lines (155 loc) · 6.97 KB
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
{
"versions": [
{
"version": "2.0.6-Firefox",
"release_date": "2024-09-24",
"description": "This update addresses a critical issue with the 'Clear All' button, ensuring a smoother experience when managing highlights.",
"fixes": [
{
"issue": "Clear All Button Issue",
"before": "Clicking 'Clear All' would remove both the highlighted text and the highlight itself from the webpage.",
"after": "Now, only the highlight is removed, leaving the text intact."
}
],
"details_url": "https://github.com/ThisIs-Developer/NoteMarker-Extension/releases/tag/v2.0.6-firefox"
},
{
"version": "2.0.5-Firefox",
"release_date": "2024-09-24",
"description": "This version focuses on resolving warnings and issues related to the libs/polyfill.min.js file.",
"fixes": [
{
"issue": "Removal of libs/polyfill.min.js",
"description": "The libs/polyfill.min.js file was causing warnings and conflicts, impacting the extension's performance."
},
{
"issue": "Updated Compatibility",
"description": "The removal of the polyfill file ensures that the extension is more streamlined and adheres to modern web standards."
},
{
"issue": "Enhanced Performance",
"description": "By removing the problematic polyfill, the extension’s performance has been improved."
}
],
"details_url": "https://github.com/ThisIs-Developer/NoteMarker-Extension/releases/tag/v2.0.5-firefox"
},
{
"version": "2.0.4-Firefox",
"release_date": "2024-09-24",
"description": "This version addresses issues from the previous version and introduces improvements for enhanced performance and compatibility.",
"fixes": [
{
"issue": "Manifest-Version Upgrade",
"description": "Migrated to Manifest V3 to enhance security and performance."
},
{
"issue": "Content Security Policy Update",
"description": "Revised CSP for extension_pages to improve security."
},
{
"issue": "Background Script Adjustments",
"description": "Optimized background script and scripting APIs for better communication."
},
{
"issue": "Browser Compatibility",
"description": "Added browser_specific_settings for Gecko with a strict minimum version of 109.0."
}
],
"details_url": "https://github.com/ThisIs-Developer/NoteMarker-Extension/releases/tag/v2.0.4-firefox"
},
{
"version": "2.0.3",
"release_date": "2024-09-24",
"description": "Introduces enhancements and bug fixes to improve the overall user experience of the extension.",
"fixes": [
{
"issue": "Various Bug Fixes",
"description": "Addressed several minor bugs reported by users."
}
],
"details_url": "https://github.com/ThisIs-Developer/NoteMarker-Extension/releases/tag/v2.0.3"
},
{
"version": "2.0.3-Firefox",
"release_date": "2024-09-17",
"description": "This version is optimized and fully compatible with Firefox add-ons.",
"details_url": "https://github.com/ThisIs-Developer/NoteMarker-Extension/releases/tag/v2.0.3-firefox"
},
{
"version": "2.0.2",
"release_date": "2024-09-17",
"description": "Introduces several updates and fixes to improve functionality.",
"fixes": [
{
"issue": "Date Display Reintroduced",
"description": "The date has been restored to the sticky notes."
},
{
"issue": "Scrollbar Size Adjusted",
"description": "The scrollbar size has been corrected for better usability."
}
],
"details_url": "https://github.com/ThisIs-Developer/NoteMarker-Extension/releases/tag/v2.0.2"
},
{
"version": "2.0.1",
"release_date": "2024-09-17",
"description": "Brings new features and a refined user interface.",
"fixes": [
{
"issue": "New Features",
"description": "Easily copy and cancel sticky notes with new buttons."
}
],
"details_url": "https://github.com/ThisIs-Developer/NoteMarker-Extension/releases/tag/v2.0.1"
},
{
"version": "1.0.2-beta",
"release_date": "2024-09-17",
"description": "This release focuses on addressing specific issues.",
"fixes": [
{
"issue": "Icon Issue",
"description": "Resolved the problem with the color palette icon."
}
],
"details_url": "https://github.com/ThisIs-Developer/NoteMarker-Extension/releases/tag/v1.0.2-beta"
},
{
"version": "1.0.1-beta",
"release_date": "2024-09-17",
"description": "Enhanced user experience with vibrant new features.",
"features": [
{
"feature": "Highlight Any Page",
"description": "Easily highlight any text using the right-click context menu."
},
{
"feature": "Sticky Notes Anywhere",
"description": "Place sticky notes anywhere on any page."
}
],
"details_url": "https://github.com/ThisIs-Developer/NoteMarker-Extension/releases/tag/v1.0.1-beta"
},
{
"version": "0.1.0-beta",
"release_date": "2024-09-17",
"description": "Packed with essential features to help you annotate and take notes seamlessly.",
"features": [
{
"feature": "Highlight Any Page",
"description": "Highlight important text on any webpage."
},
{
"feature": "Sticky Notes",
"description": "Take notes anywhere on the page."
},
{
"feature": "Clear All Notes",
"description": "Instantly clear all sticky notes and highlights."
}
],
"details_url": "https://github.com/ThisIs-Developer/NoteMarker-Extension/releases/tag/v0.1.0-beta"
}
]
}