Automattic / simplenote-electron

Simplenote for Web, Windows, and Linux
https://app.simplenote.com
GNU General Public License v2.0
4.69k stars 553 forks source link

Upgrade everything #3183

Closed codebykat closed 1 month ago

codebykat commented 3 months ago

Changes and problems so far

Follow-up work

References

Test

Setup: Decrypt the config using openssl aes-256-cbc -md md5 -d -in ./resources/secrets/config.json.enc -out ./config.json -k [key from the secret store]

To test: basically everything 😭

roundhill commented 3 months ago

One lil' bug, if you click on the new note button, it should focus on the editor so you can start typing right away.

codebykat commented 3 months ago

One lil' bug, if you click on the new note button, it should focus on the editor so you can start typing right away.

Okay yeah fine, I wasn't sure prod did this either, but I just checked and it's a regression 😅

Might be some of the Monaco code I commented out due to package loading issues, I'll check. Good find!