|
| 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 | + [](https://www.npmjs.com/package/p3x-onenote) [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [](https://www.patrikx3.com/en/front/contact) [](https://www.facebook.com/corifeus.software) |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | +[//]: #@corifeus-footer:end |
0 commit comments