Skip to content

Commit cbe5729

Browse files
committed
r0b08x [chore] 4/25/2024, 8:19:21 AM
1 parent fd6f22d commit cbe5729

8 files changed

+659
-373
lines changed

change-log.2019.md

+198
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,198 @@
1+
### v2019.10.318
2+
* FEAT: Portuguese locale in the GUI enhance.
3+
4+
5+
6+
### v2019.10.317
7+
* FEAT: Portuguese locale in the GUI.
8+
9+
10+
11+
### v2019.10.301
12+
* Bugfix: configstore error
13+
14+
15+
16+
### v2019.10.211
17+
* CHORE: Upgraded Electron v4 to v6 finally and using just 1 icon 🙌
18+
19+
20+
21+
### v2019.10.202
22+
* Bugfix: Build error.
23+
24+
25+
26+
### v2019.10.230
27+
* Bugfix: Electron v6 was generating twice icons so I reverted to v4.2.8
28+
29+
30+
31+
### v2019.10.127
32+
* CHORE: Upgraded Electron v4 to v6.
33+
34+
35+
36+
### v2019.10.117
37+
* BUGFIX: DISABLE_WAYLAND fix
38+
* https://github.com/patrikx3/onenote/issues/70
39+
* https://github.com/patrikx3/onenote/pull/71
40+
41+
42+
43+
### v2019.4.122
44+
* BUGFIX: configstore v5 is not working with SNAP, had to revert to configstore v4
45+
* https://github.com/patrikx3/onenote/issues/68
46+
47+
48+
49+
### v2019.4.115
50+
* BUGFIX: The cursor sometimes hidden
51+
* https://github.com/patrikx3/onenote/issues/67
52+
53+
54+
55+
### v2019.4.114
56+
* BUGFIX: Since the `Language` menu shift from the `Check updates` `Help` to `View`.
57+
58+
59+
60+
### v2019.4.108
61+
* CHORE: Revert to Electron v4, as showing 2 icons with the hack.
62+
63+
64+
65+
### v2019.4.104
66+
* CHORE: Upgraded to Electron v5
67+
* BUGFIX: Electron was not working sandbox, I worked it out with a script in `src/build/after-pack.js`
68+
69+
70+
71+
### v2019.4.101
72+
* BUGFIX: Minor translation issue.
73+
74+
75+
76+
### v2019.4.42
77+
* BUGFIX: Revert Electron to v4.2.1 as there is an SUID permission, https://github.com/patrikx3/onenote/issues/63
78+
79+
80+
81+
### v2019.4.39
82+
* FEATURE: New `OneNote 2019` icon
83+
* FEATURE: German translation, able to try to guess `Online Onenote` language, but not always working ...
84+
85+
86+
87+
### v2019.4.33
88+
FEATURE: Added in the `Action` menu to go to any URL.
89+
90+
91+
92+
### v2019.4.32
93+
FEATURE: The link chooser was missing the cancel button.
94+
95+
96+
97+
### v2019.4.31
98+
CHORE: Updated all dependencies.
99+
100+
101+
102+
### v2019.4.26
103+
FEATURE: the Electron GUI color (you can check in the `Set Proxy` theme) is switched form blue to purple
104+
105+
106+
107+
### v2019.4.24
108+
FEATURE: Allows using multiple instances (with some quirks, as the config will not be synchronized, so it can provide wrong settings)
109+
110+
111+
112+
### v2019.4.21
113+
FEATURE: Reverted added emoji in the title (notebook)
114+
115+
116+
117+
### v2019.4.19
118+
FEATURE: Added emoji in the title (notebook)
119+
120+
121+
122+
### v2019.4.17
123+
FEATURE: The settings tray menu is a checkbox now (it was a button and different labels).
124+
125+
126+
127+
### v2019.4.12
128+
BUGFIX: the tray was giving a "tray was already destroyed" error
129+
130+
131+
132+
### v2019.4.8
133+
FEATURE: for all links in P3X OneNote is left for the user to decide how the links are handled - as internal or external
134+
135+
136+
137+
### v2019.4.7
138+
* BUGFIX: the tray was showing all the time, now, it only shown if the close button behavior is happening by minimize to the tray
139+
140+
141+
142+
### v2019.02.17
143+
* BUGFIX: Added info, that not every case can be handled.
144+
* BUGFIX: On the sidebar on notebooks it was opening a new window, it is quite hacky, but is supposed to be working.
145+
146+
147+
148+
### v2019.02.16
149+
* BUGFIX: On the sidebar on notebooks it was opening a new window, it is quite hacky, but is supposed to be working.
150+
151+
152+
153+
### v2019.02.04
154+
* BUGFIX: Donation button was Hungarian, now is supposed to be automatically by browser locale.
155+
156+
157+
158+
### v2019.02.02
159+
* FEATURE: Disable/enable main timer on window blur/focus
160+
* CHORE: upgrade to Electron 4.0.4
161+
162+
163+
164+
165+
### v2019.01.24
166+
* CHORE: upgrade to Electron 4.0.2
167+
168+
169+
170+
### v2019.01.18
171+
* BUGFIX: it was saving the window position and size, but it is not correct, because the user could change 2 monitors to 1 monitor and could save incorrect positions, so I disabled this option
172+
173+
174+
[//]: #@corifeus-footer
175+
176+
---
177+
178+
🙏 This is an open-source project. Star this repository, if you like it, or even donate to maintain the servers and the development. Thank you so much!
179+
180+
Possible, this server, rarely, is down, please, hang on for 15-30 minutes and the server will be back up.
181+
182+
All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://corifeus.com)) could have minor errors, since I am developing in my free time. However, it is usually stable.
183+
184+
**Note about versioning:** Versions are cut in Major.Minor.Patch schema. Major is always the current year. Minor is either 4 (January - June) or 10 (July - December). Patch is incremental by every build. If there is a breaking change, it should be noted in the readme.
185+
186+
187+
---
188+
189+
[**P3X-ONENOTE**](https://corifeus.com/onenote) Build v2024.4.168
190+
191+
[![NPM](https://img.shields.io/npm/v/p3x-onenote.svg)](https://www.npmjs.com/package/p3x-onenote) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
192+
193+
194+
195+
196+
197+
198+
[//]: #@corifeus-footer:end

change-log.2020.md

+134
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
### v2020.10.189
2+
* BUGFIX: The bookmarks editor title was wrong, showing adding.
3+
4+
5+
6+
### v2020.10.187
7+
* FEATURE: Add bookmarks menu.
8+
9+
10+
11+
### v2020.10.179
12+
* BUILD: Removed 32 bit version in Linux.
13+
14+
15+
16+
### v2020.10.178
17+
* BUGFIX: Fix button order by using Material Design Specs.
18+
19+
20+
21+
### v2020.10.164
22+
* BUGFIX: Build problem.
23+
24+
25+
26+
### v2020.10.159
27+
* BUGFIX: French build fix.
28+
29+
30+
31+
### v2020.10.157
32+
* FEATURE: Added French language.
33+
34+
35+
36+
### v2020.10.155
37+
* BUILD: Fix newer build from `electron-builder`.
38+
39+
40+
41+
### v2020.10.132
42+
* CHORE: Updated deps.
43+
44+
45+
46+
### v2020.10.123
47+
* BUGFIX: Adds new translations for portuguese (https://github.com/patrikx3/onenote/pull/114)
48+
49+
50+
51+
### v2020.10.111
52+
* BUGFIX: About blank fix (not full solution)
53+
54+
55+
56+
### v2020.10.109
57+
* FEATURE: Back/forward button
58+
59+
60+
61+
### v2020.10.107
62+
* FEATURE: Back/forward button
63+
64+
65+
66+
### v2020.10.105
67+
* FEATURE: Tuned bottom toolbar
68+
69+
70+
71+
### v2020.10.103
72+
* FEATURE: Since menu is not always showing, on the bottom toolbar is always showing a donate button.
73+
74+
75+
76+
### v2020.10.101
77+
* FEATURE: GUI align layout on confirm popup (reverse button order)
78+
* FEATURE: The menu is initial hidden, you can enable by clicking ALT.
79+
80+
81+
82+
### v2020.4.200
83+
* FEATURE: disable all AngularJs/AngularJs Material animations.
84+
85+
86+
87+
### v2020.4.197
88+
* BUGFIX: Remove Fontawesome and jQuery, as we are not using.
89+
90+
91+
92+
### v2020.4.185
93+
* CORE: update deps
94+
95+
96+
97+
### v2020.4.167
98+
* BUGFIX: Minor translation fix, based on [Github Pull 100](https://github.com/patrikx3/onenote/pull/100)
99+
100+
101+
102+
### v2020.4.157
103+
* FEATURE: Takes care of [Github Issue #97](https://github.com/patrikx3/onenote/issues/97) - Option to Disable Internal / External Popup
104+
105+
106+
107+
### v2020.4.154
108+
* FEATURE: Added ARM version.
109+
110+
111+
112+
### v2020.4.131
113+
* CHORE: Update NPM packages.
114+
115+
116+
117+
### v2020.4.119
118+
* BUG: The set proxy menu was not working.
119+
120+
121+
122+
### v2020.4.115
123+
* FEATURE: Added Spanish translation.
124+
125+
126+
127+
### v2020.4.109
128+
* CHORE: Upgrade to Electron v8.
129+
130+
131+
132+
### v2020.4.100
133+
* FEAT: Ability to hide the main menu (in tray mode only).
134+

0 commit comments

Comments
 (0)