Laurent Cozic
38ced8cb09
Desktop: Dev fix: TypeScript error
2020-05-20 09:38:14 +01:00
Laurent Cozic
8eff3f5616
Electron release v1.0.210
2020-05-20 09:10:50 +01:00
Laurent Cozic
6f8332bad1
Desktop: Fixes #3228 : Markdown editor would not scroll in sync with viewer in some cases
2020-05-20 01:16:03 +01:00
Laurent Cozic
01e0c0c21f
Desktop: Made Markdown editor default again
2020-05-20 00:59:12 +01:00
Laurent Cozic
7a1eecc815
Desktop: Fixes #3200 : Fixed infinite rendering loop, which would cause the app to crash (white window)
2020-05-20 00:58:35 +01:00
Laurent Cozic
bec91863e2
All: Fixes #3234 : Sync would fail in some cases due to a database error
2020-05-19 23:17:56 +01:00
Ayush Jain
341b763088
Desktop: Resolves #2883 : Themes switched for more appealing text highlighting ( #3192 )
...
* conflicts fixed and changes made to aceEditor.tsx
* theme imported
* theme imported
2020-05-18 11:30:29 +01:00
Laurent Cozic
e0721493e9
Electron release v1.0.209
2020-05-17 18:07:54 +01:00
Laurent Cozic
2d467f7fa5
CI: Upgrade required Node version to 10
2020-05-17 18:07:44 +01:00
Laurent Cozic
23ecbfcb3a
Electron release v1.0.208
2020-05-17 16:54:23 +01:00
Laurent Cozic
f8ad782991
Desktop: Fixes #3219 : Fix notebook associated with note when doing search, and expand correct notebook
2020-05-17 16:45:27 +01:00
Laurent Cozic
c2684a8149
Desktop: Added more info on how to switch to Markdown editor
2020-05-17 16:29:55 +01:00
Laurent Cozic
4e7c6b0aea
Update welcome note
2020-05-17 16:00:45 +01:00
Laurent Cozic
c568f5b33c
Desktop: Resolves #3137 : Switch to Font Awesome as icon library
2020-05-17 15:34:42 +01:00
Laurent Cozic
e85d4fca5d
Desktop: Moved note-related toolbar button next to tag bar
2020-05-17 14:01:42 +01:00
Naveen M V
d9601f3136
Desktop: Dev fix: Remove redundant handleHistory call. ( #3216 )
...
handleHistory calls have been moved out of the switch statement.
2020-05-16 13:42:27 +01:00
Laurent Cozic
3ee5deb9f3
Update website
2020-05-16 13:31:29 +01:00
Laurent Cozic
8bc92e88df
Doc: Added sponsors
2020-05-16 13:30:54 +01:00
anirudh murali
ebe06c9c38
Desktop: Fixes #2865 : Make sidebar resizable when note list is not displayed ( #2895 )
...
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
2020-05-15 12:20:56 +01:00
Naveen M V
b3f32ffc59
Desktop: Resolves #2409 : Add note history (back/forward buttons) ( #2819 )
2020-05-15 12:13:42 +01:00
Laurent Cozic
ecc50790ed
Desktop: Refactor: Minor refactoring following counter feature update in a09c7b72c7
2020-05-15 11:52:59 +01:00
RedDocMD
a09c7b72c7
Desktop: Fixes #3009 : Word/character counter includes Markdown syntax and HTML tags ( #3037 )
...
* Updated commit
* Update package.json
* Update package.json
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
2020-05-15 11:28:31 +01:00
roman-r-m
7d767cf0c9
Mobile: Resolves #2327 : Handle back button when sort popup is open ( #3187 )
2020-05-14 16:03:13 +01:00
Caleb John
b5fc8e7fc1
Merge pull request #3012 from Rishgod/theme-bold
...
Desktop: Changing bold-text preview color for Aritim-dark theme
2020-05-13 17:55:09 -06:00
zawnk
91ec0dce37
Minor type in German translation ( #3208 )
2020-05-13 17:33:27 +01:00
Laurent Cozic
1aa2786ba0
CLI v1.0.164
2020-05-13 16:32:15 +01:00
Laurent Cozic
3265fafd76
Cli: Improve handling of encrypted items
2020-05-13 16:28:54 +01:00
roman-r-m
17fd8ee504
Mobile: Fixes #2685 : Fix quick actions ( #2796 )
...
* Fix quick actions
* Receive quick actions when the app is cold-launched
* Force side menu close before creating quick note
* Fix react warning: Can't perform a react state update on an unmounted component
The warning was:
Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in the componentWillUnmount method.
in NoteScreenComponent (created by Connect(NoteScreenComponent))
in Connect(NoteScreenComponent) (at app-nav.js:74)
* Fix auto title generation for quick notes.
The previous version created a new provisional note but then while handling NAV_BACK at reduxSharedMiddleware:35 the list of provisional note ids was cleared so when NoteScreenComponent was being mounted later the note was no longer considered provisional and Joplin would not generate the note title from its contents.
* Check for quick action data to be present before processing.
For some reason sometimes it gets called with null.
2020-05-13 11:39:16 +01:00
Laurent Cozic
05adb06aeb
Desktop: WYSIWYG: Allow pasting images in editor
2020-05-11 19:26:04 +01:00
Laurent Cozic
dacf6377ae
Desktop: WYSIWYG: Fixed UI translation issue for certain languages
2020-05-11 18:59:23 +01:00
Laurent Cozic
fa76c5db8d
Desktop: Upgraded to Electron 8.2.5
2020-05-10 22:11:46 +00:00
Laurent Cozic
17f6d6e8c1
Merge branch 'master' of github.com:laurent22/joplin
2020-05-11 09:42:38 +01:00
Laurent Cozic
347d84526b
Tools: Improve git-changelog tool
2020-05-10 17:54:18 +01:00
Laurent Cozic
172327613f
Doc: Clarify ID format
2020-05-10 17:52:53 +01:00
Laurent Cozic
3e1ee7f330
Update PULL_REQUEST_TEMPLATE
2020-05-10 17:42:21 +01:00
Laurent Cozic
22b5888671
Electron release v1.0.207
2020-05-10 17:16:36 +01:00
Laurent Cozic
41edae9719
All: Security: Fixes #3143 : Filter SVG element event attributes to prevent XSS vulnerability
2020-05-10 16:51:15 +01:00
Laurent Cozic
6446a3c4de
Revert "Desktop: Resolves #2894 : Set editor color scheme according to theme ( #3188 )"
...
This reverts commit 488cb99d4c
.
Reason: The app doesn't even start
https://github.com/laurent22/joplin/pull/3188#issuecomment-626334459
2020-05-10 16:33:28 +01:00
Laurent Cozic
9c4939e051
Merge branch 'master' of github.com:laurent22/joplin
2020-05-10 16:28:34 +01:00
Laurent Cozic
9f9f760ede
Desktop: WYSIWYG: Handle drag and drop of notes and files
2020-05-10 16:28:22 +01:00
Ayush Jain
488cb99d4c
Desktop: Resolves #2894 : Set editor color scheme according to theme ( #3188 )
...
* conflicts fixed and changes made to aceEditor.tsx
* theme imported
2020-05-10 15:13:55 +01:00
Giacomo Rossetto
4167ecafd2
Desktop: Support Windows tiles ( #3063 )
...
* Add vector assets
Useful for future tile designs, they contain suggested content guides
* Add tile files
Images and manifest
* Make build script retrieve new files
* Automate Windows Tiles icon generation
* Fix alignment bug
* Replace handcraftet tiles with automatically generetad ones
2020-05-10 15:01:53 +01:00
Laurent Cozic
6ca41ddf80
Desktop: WYSIWYG: Enable context menu on resources, links and text
2020-05-09 19:18:41 +01:00
Rahul Mohata
734f83470c
Desktop, Mobile: Fixes #3109 : Fixed background color on large Mermaid graphs ( #3111 )
2020-05-09 16:21:01 +01:00
Siddhant Sehgal
0f8f7aeb14
Desktop: Fixes #3052 : Fixed order of notebooks in "Move to notebook" dialog ( #3084 )
...
* Added Folder::sortFolderTree
* Added unit tests
2020-05-09 16:19:30 +01:00
Mohammed Rabeeh
3b653a95a0
Desktop: Fixes #3066 : Fix focus after exiting GotoAnything ( #3075 )
...
* Fix focus on GotoAnything and Layout Switching
* Update app.js
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
2020-05-09 16:17:11 +01:00
Yuvaraj J
06eb389b21
CLI: Made layout configurable ( #3069 )
2020-05-09 16:12:09 +01:00
Rahul Mohata
17d2d6f959
Mobile: Fixed note title placeholder color ( #3006 )
...
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
2020-05-09 16:07:47 +01:00
Rahul Mohata
20e065a371
Mobile : Disabled the header items when no note is selected ( #2988 )
2020-05-09 16:01:39 +01:00
anirudh murali
57cf826e2c
All: Resolves #2915 : Improve automatic title generation ( #2955 )
2020-05-09 15:55:00 +01:00