thecodrr
eb06e7fe9a
feat: add electron app support
2021-05-28 21:25:34 +05:00
thecodrr
23440391f0
fix: locked notes do not open after a refresh
2021-05-28 21:25:34 +05:00
thecodrr
93a22839b3
fix: make a new note button not working
2021-05-28 21:25:34 +05:00
thecodrr
c7f2425466
chore: bump version to 1.3.4
2021-05-28 21:25:34 +05:00
thecodrr
ece126f31f
feat: add checklist to tinymce editor
2021-05-28 21:25:34 +05:00
thecodrr
450884b66d
fix: refresh menu pins when notebook is edited
2021-05-28 21:25:34 +05:00
thecodrr
a6dec5813a
refactor: remove unused imports
2021-05-28 21:25:34 +05:00
thecodrr
b48d8d20df
fix: notes are not refreshed when notebook is deleted
2021-05-28 21:25:34 +05:00
thecodrr
a3ea7c32bf
fix: editing notebook crashed the app
2021-05-28 21:25:34 +05:00
thecodrr
fe5ea345c2
chore: update notesnook-core
2021-05-28 21:25:34 +05:00
thecodrr
d21b9ca1fc
feat: reduce password requirements
2021-05-28 21:25:34 +05:00
thecodrr
4f68ff243d
fix: do not show cancel subscription button if on trial or beta
2021-05-28 21:25:34 +05:00
thecodrr
4cae6eda43
fix: close button in dialog not working
2021-05-28 21:25:34 +05:00
thecodrr
eeba7dee7b
chore: update notesnook-core
2021-05-28 21:25:34 +05:00
thecodrr
0befec9d65
fix: handle password error seperately in sign up
2021-05-28 21:25:34 +05:00
thecodrr
ae7f958b2e
fix: show correct topic shortcuts on notebook
2021-05-28 21:25:34 +05:00
thecodrr
9191cd59e2
fix: notes are not refreshed after 'remove from topic'
2021-05-28 21:25:34 +05:00
thecodrr
0f5415c66a
fix: set autoFree to false in immer
2021-05-28 21:25:34 +05:00
thecodrr
31dbfd22a2
fix: add Object.fromEntries polyfill
2021-05-28 21:25:34 +05:00
thecodrr
1bd0b7a8a3
chore: update version to 1.3.3
2021-05-28 21:25:34 +05:00
thecodrr
26965184bc
fix: set correct production subscriptions url
2021-05-28 21:25:34 +05:00
thecodrr
8c31bf3ab8
fix: clone notebooks and topics
2021-05-28 21:25:34 +05:00
thecodrr
c0ce119bac
chore: update notesnook-core
2021-05-28 21:25:34 +05:00
thecodrr
5329f2b94e
refactor: remove image_upload_handler in editor
2021-05-28 21:25:34 +05:00
thecodrr
04c14018f4
fix: notebooks is removed from note on editing
2021-05-28 21:25:34 +05:00
thecodrr
a6e9203e4f
fix: duplicate notes being created
...
this is a concurrency issue. JS doesn't actually have concurrency but
multiple promises can execute at the same time.
In this case, when session had no id and multiple saves executed
each save created a new note causing duplicates.
2021-05-28 21:25:34 +05:00
thecodrr
720e68cfe3
fix: cursor jump when title is set from content
2021-05-28 21:25:34 +05:00
thecodrr
8034c7287a
chore: update notesnook-core
2021-05-28 21:25:34 +05:00
thecodrr
c58c660663
chore: bump version to 1.3.2
2021-05-28 21:25:34 +05:00
thecodrr
62279ca79f
feat: improve account recovery flow
...
i have added ability to backup data before setting new password.
UI has also been improved so it makes more sense
2021-05-28 21:25:34 +05:00
thecodrr
53d37bc625
fix: don't let user signup if all pwd rqmnts aren't met
2021-05-28 21:25:34 +05:00
thecodrr
8ed99ab82c
feat: disable sticky toolbar for now
2021-05-28 21:25:34 +05:00
thecodrr
6e17023141
fix: crash when opening a random unregistered route
2021-05-28 21:25:34 +05:00
thecodrr
78956c9b79
feat: change note & trash placeholder
2021-05-28 21:25:34 +05:00
thecodrr
1cbdf8a0b2
fix: images not being compressed properly in editor
2021-05-28 21:25:34 +05:00
thecodrr
ef8675178a
chore: bump version to 1.3.1
2021-05-28 21:25:34 +05:00
thecodrr
12440a09ec
fix: handle img, iframe, table overflow in editor
2021-05-28 21:25:34 +05:00
thecodrr
4a6ff2676d
chore: update notesnook-core
2021-05-28 21:25:34 +05:00
thecodrr
2dc3e3a6fc
chore: update notesnook-core
2021-05-28 21:25:34 +05:00
thecodrr
9a9393e51f
fix: crash on nbstore refresh after deleting nb
2021-05-28 21:25:34 +05:00
thecodrr
95def64f45
fix: calculate totalNotes instead of using cached value
2021-05-28 21:25:34 +05:00
thecodrr
fb5b764774
fix: refresh topics on notebook store refresh
2021-05-28 21:25:34 +05:00
thecodrr
f59a6a235a
fix: menu opening/closing glitch
2021-05-28 21:25:34 +05:00
thecodrr
7930fdb5dd
fix: Cannot read property 'topics' of undefined
2021-05-28 21:25:34 +05:00
thecodrr
b38d0b2253
fix: lists shown when exiting tablet mode in focus mode
2021-05-28 21:25:34 +05:00
thecodrr
4db16264e2
fix: 100% width in focus mode on smaller width screens
2021-05-28 21:25:34 +05:00
thecodrr
91d684045e
fix: sliding toolbar on tablet
2021-05-28 21:25:34 +05:00
thecodrr
9aff6d3367
chore: REACT_APP_CI=false in build
2021-05-28 21:25:34 +05:00
thecodrr
927d2a363e
fix: resolve edge case in merge conflict
...
edge case where note.conflicted = true but content.conflicted = false
2021-05-28 21:25:34 +05:00
thecodrr
ad29cee38d
fix: Cannot read property 'length' of undefined
2021-05-28 21:25:34 +05:00