Laurent Cozic
dccd489fcc
Clipper: Fix: Fix handling of tables with empty headers
2019-05-11 09:23:31 +01:00
Laurent Cozic
771975cd35
Clipper: Fixes #1462 : Allow importing images from local file with file:// URLs
2019-05-10 01:06:06 +01:00
Laurent Cozic
4d81caff0b
Electron release v1.0.148
2019-05-08 00:52:20 +01:00
Laurent Cozic
8ea1c373ed
Fixed position of config button
2019-05-07 23:50:12 +01:00
Laurent Cozic
23e43c7bc1
Desktop: Fix: Fixed note history sort order.
2019-05-07 23:42:46 +01:00
Laurent Cozic
c4b17f8919
Electron release v1.0.147
2019-05-06 21:48:50 +01:00
Laurent Cozic
da2f4b96c7
Electron release v1.0.146
2019-05-06 21:48:37 +01:00
Laurent Cozic
08af9de190
All: Resolves #712 : New: Support for note history ( #1415 )
...
* Started revisions support
* More rev changes
* More rev changes
* More revs changes
* Fixed deletion algorithm
* More tests and moved updated time to separate field
* Display info when restoring note
* Better handling of existing notes
* wip
* Further improvements and fixed tests
* Better handling of changes created via sync
* Enable chokidar again
* Testing special case
* Further improved logic to handle notes that existed before the revision service
* Added tests
* Better handling of encrypted revisions
* Improved handling of deleted note revisions by moving logic to collectRevision
* Improved handling of old notes by moving logic to collectRevision()
* Handle case when deleting revisions while one is still encrypted
* UI tweaks
* Added revision service to mobile app
* Fixed config screens on mobile and desktop
* Enabled revisions on CLI app
2019-05-06 21:35:29 +01:00
Luis Orozco
5934f2f08e
Desktop: Fixes #355 : Resets the undo manager when creating new notes ( #1495 )
2019-05-06 21:30:04 +01:00
Laurent Cozic
4f76946140
Electron release v1.0.145
2019-05-03 00:20:01 +01:00
Laurent Cozic
aa60923cbd
Doc: Better handling of platforms in changelog generation
2019-05-03 00:19:42 +01:00
Helmut K. C. Tessarek
da69d6b2c9
Desktop: Fix: Update chokidar to fix blank screen when returning from external editor ( #1479 )
2019-05-02 16:00:17 +01:00
Michael Schneider
a757aefce0
Remove separator between New Notebook and Close Window in File Menu ( #1483 )
2019-05-02 15:55:48 +01:00
Laurent Cozic
27f14c175f
Electron release v1.0.144
2019-04-30 23:42:42 +01:00
Laurent Cozic
aad49c520b
All: Improved: Display better error message when trying to sync with a new sync target from an old version of Joplin
2019-04-30 23:42:06 +01:00
Michael Schneider
af794a16d6
Desktop (macOS): Add macOS "Close Window" menu item and add name to Quit menu ( #1434 )
...
* Add Close Window to macOS file menu
* Add Joplin to Quit menu item
On macOS the application name appears usually within the Quit menu item.
* Use performClose: selector for Close Window
* Revert Quit with name and add Quit string to translations
* Move Quit translation to joplin.pot
* Remove Quit string
2019-04-30 21:38:20 +01:00
Laurent Cozic
29582623b0
Revert "Desktop: Improved: Removed gaps between note list and vertical resizers ( #1464 )"
...
This reverts commit d6e59c5238
.
2019-04-29 07:28:16 +01:00
Luis Orozco
d6e59c5238
Desktop: Improved: Removed gaps between note list and vertical resizers ( #1464 )
2019-04-28 14:23:17 +01:00
Luis Orozco
6335cbedb8
Desktop: Improved: UI updates to sidebar and header, changing icon sizes and animations ( #1463 )
...
Added animation to icon in synchronize button
Moved sync report above button, which prevents the sync button from moving from its place when the report has text.
Added animation to icon in Toggle Sidebar button, using the css transition property.
Reduced font size for text and icons in header and sidebar
Changed theme color2 from white to a very light grey. It is barely
noticeable, but reduces contrast a bit, improving readability.
2019-04-28 14:20:18 +01:00
Laurent Cozic
412f6d8316
Fixing Arabic flag
2019-04-26 18:58:40 +01:00
Laurent Cozic
50f2076981
Electron release v1.0.143
2019-04-21 14:56:13 +01:00
Laurent Cozic
a9ae78bcde
Updated translations
2019-04-21 14:55:12 +01:00
Laurent Cozic
c3262aa5f8
Desktop: Allow CtrlCmd+G shortcut from text editor
2019-04-20 19:07:13 +01:00
Laurent Cozic
27cce03968
Updated translations
2019-04-20 12:26:34 +01:00
Helmut K. C. Tessarek
7fc233e808
Desktop: change shortcuts for 'Print' and 'Goto Anything' ( #1420 )
...
Print Command/Control + P
Goto Anything Command/Control + G
closes #1413
2019-04-20 12:02:43 +01:00
Laurent Cozic
93323deea5
Desktop: Fix: Updated Electron and Chokidar to try to fix external editor crashing app
2019-04-20 12:00:42 +01:00
Laurent Cozic
a974eb5d9f
Fixing links
2019-04-18 15:11:56 +01:00
Laurent Cozic
f8e1395087
joplin.cozic.net => joplinapp.org
2019-04-18 14:59:17 +01:00
Laurent Cozic
cf40c14a86
All: Fixes #1405 : Handle invalid resource tags that contain no data when importing ENEX
2019-04-12 01:43:15 +01:00
Laurent Cozic
a73b0309b9
Electron release v1.0.142
2019-04-02 17:27:52 +01:00
Laurent Cozic
c22283e799
Electron release v1.0.141
2019-04-02 17:27:39 +01:00
Laurent Cozic
1e51ab4a59
Updated translations
2019-04-02 17:27:19 +01:00
Caleb John
0c2f2667d3
All: Allow toggling markdown plugins and added several new plugins ( #1347 )
...
* Initial test of enabling plugins
* Added support for toggle-able plugins
- Also adds some new plugins
* Add instructions on adding toggle-plugins
* Fix subtle anchor bug
- webview was moving itself when scrolling to bottom anchors
* Moves the webview hack so that it only applies to anchors
* Add plugin descriptions to the README, also removed mermaid from README
* rename plugin.* to markdown.plugin.* to be more forward compatible
2019-04-02 17:14:48 +01:00
Laurent Cozic
5ad0b2eed9
Clean up
2019-04-02 00:12:38 +01:00
Laurent Cozic
577d62e783
Updated translations
2019-04-02 00:11:40 +01:00
Laurent Cozic
dcb73c9916
Desktop: Fixed menu logic for non-macOS
2019-04-01 19:51:47 +00:00
Laurent Cozic
6b2910c3c7
Desktop: Added Goto Anything dialog and implemented basic plugin system
2019-04-01 19:43:13 +00:00
Helmut K. C. Tessarek
db04906416
Desktop: macOS: make the menu more like a macOS menu ( #1348 )
...
* macOS: make the menu more like a macOS menu
* remove duplcated code even more
* yep, I forgot to localize the new menu item
* more de-duplication, create File menu on macOS
2019-04-01 10:04:34 +01:00
RaphaelKimmig
fa32678645
improve search bar text alignment ( #1377 )
2019-03-31 18:26:47 +01:00
RaphaelKimmig
ee1df1a396
fix sub pixel rendering for desktop ( #1378 )
2019-03-31 18:25:13 +01:00
Caleb John
4b9105edff
Set blockScrolling to Infinty (fixes error message) ( #1363 )
2019-03-28 21:18:53 +00:00
Laurent Cozic
272055fc1d
Updated translations
2019-03-28 17:06:06 +00:00
Laurent Cozic
96a1546da1
Desktop: Improved search - when clearing search, stay on current item. When clicking on notebook name, jump to note within notebook. Improved toolbar layout.
2019-03-15 21:57:58 +00:00
Laurent Cozic
54f0fbcf6b
Desktop: Fixes #1329 : Could not edit created and updated time anymroe
2019-03-12 21:52:23 +00:00
Laurent Cozic
1602182085
Desktop: Fixes #1334 (maybe): Upgraded chokidar which it seems was randomly making Electron 4 crash (maybe due to fsevent package)
2019-03-12 21:41:13 +00:00
Laurent Cozic
ade5af2559
Electron release v1.0.140
2019-03-10 20:32:43 +00:00
Laurent Cozic
0a993dc012
Update translations
2019-03-10 20:32:28 +00:00
Laurent Cozic
b35cb9a7ab
Electron release v1.0.139
2019-03-08 17:40:11 +00:00
Laurent Cozic
18b836525c
Updated translations
2019-03-08 17:39:26 +00:00
Helmut K. C. Tessarek
17c9c0f9ef
Mobile: version info changes ( #1290 )
...
* update the version info string for mobiles to be consistent with the desktop
Joplin vX.Y.Z -> Joplin X.Y.Z
hardcoded the string. Joplin is a product name, no need for translation.
* show version as X.Y.Z in update dialog
* update .po files so that the previous commit won't break translations
* tag -> Schlagwort
2019-03-08 17:31:48 +00:00
Laurent Cozic
de73d4baa7
Minor issue
2019-03-08 17:19:06 +00:00
Laurent Cozic
9289dbdf77
All: Refactor Markdown rendering ( #1315 )
...
* Refactoring MdToHtml to avoid manually rendering tokens
* Minor fix
* Fixed loading of resources
* Handle clicking on checkboxes
* Added back Katex support
* Fixed issues with Katex and note rendering
* Added back support for links
* Restored code block highlighting support
* clean up
* Applying update to mobile
* Fixed handling of links and cleaned up to share more code between mobile and desktop
* Restored content caching and improved handling of additional assets
* Clean up and a few fixes
* Applied more updates to mobile and added code highlighting support
2019-03-08 17:14:17 +00:00
Laurent Cozic
921f01d9dc
Desktop: Fixed regression on external edit
2019-03-06 22:22:37 +00:00
Laurent Cozic
e30bc12354
All: Disabled Mermaid support for now
2019-03-06 07:11:55 +00:00
Laurent Cozic
fca4fa666d
Electron release v1.0.138
2019-03-03 17:14:28 +00:00
Laurent Cozic
59478160c8
Added Arabic translation
2019-03-03 17:14:17 +00:00
Laurent Cozic
8110fe89ef
Electron release v1.0.137
2019-03-03 00:59:04 +00:00
Laurent Cozic
c7ed1b5eae
Trying to fix Windows 32-bit build
2019-03-03 00:58:41 +00:00
Laurent Cozic
25951e7097
Trying to fix Windows 32-bit build
2019-03-03 00:51:54 +00:00
Laurent Cozic
687b9d1bef
All: Improve rendering of Mermaid graphs
2019-03-03 00:31:41 +00:00
Laurent Cozic
630e77b9eb
Electron release v1.0.136
2019-03-02 23:40:58 +00:00
Laurent Cozic
68ff2e17b3
Trying to fix Windows 32-bit build
2019-03-02 23:35:18 +00:00
Laurent Cozic
833d473268
Desktop: Resolves #206 : Added support for sorting notebooks by title or last modified
2019-03-02 17:35:57 +00:00
Laurent Cozic
2168090b96
Electron release v1.0.135
2019-02-27 22:52:08 +00:00
Laurent Cozic
33f7b680bc
Desktop: Fixes #1273 : Trying to improve accuracy of sidebar resizing
2019-02-27 22:44:10 +00:00
Laurent Cozic
0957298cb8
Desktop: Fixes #1268 : Fix exporting to PDF and printing, which were broken following upgrade to Electron 4
2019-02-27 22:35:26 +00:00
Laurent Cozic
4a31e5fe73
Electron release v1.0.134
2019-02-27 10:03:07 +00:00
Laurent Cozic
baacec5ba6
Electron release v1.0.133
2019-02-27 00:14:24 +00:00
Laurent Cozic
95188b71b8
Desktop: Fixes #1265 : Fixed column resize on Windows. Also increased minimum and maximum sizes of columns.
2019-02-27 00:13:56 +00:00
Laurent Cozic
06f1b9e4d7
Electron release v1.0.132
2019-02-24 23:46:17 +00:00
Laurent Cozic
8f958ac931
Desktop: Trying to fix sign server
2019-02-24 23:46:05 +00:00
Laurent Cozic
eae63bfb79
Electron release v1.0.131
2019-02-24 19:30:09 +00:00
Laurent Cozic
8adfc81c30
Trying to fix Windows build
2019-02-24 19:30:04 +00:00
Laurent Cozic
ad9bc0bf63
Electron release v1.0.130
2019-02-24 18:06:09 +00:00
Laurent Cozic
b0596670a6
Revert "New tag adding dialogue ( #1206 )"
...
This reverts commit 229dd7a6dd
.
2019-02-24 18:04:25 +00:00
Laurent Cozic
081e1c5b62
Electron release v1.0.129
2019-02-24 17:27:11 +00:00
Laurent Cozic
edfd2c4d54
Desktop: Updated build process to fix buggy electron-builder https://github.com/electron-userland/electron-builder/issues/3660#issuecomment-465461491
2019-02-24 17:26:46 +00:00
Laurent Cozic
1a86cbdb9d
Electron release v1.0.128
2019-02-24 12:48:14 +00:00
Laurent Cozic
6b3fe6b2cb
Update translations
2019-02-24 11:27:47 +00:00
Helmut K. C. Tessarek
c34872bb26
when deleting notebook or tag, display name ( #1253 )
...
The delete dialog for notebooks and tags does not display the name of the item to be deleted.
This can lead to an undesired result.
closes #1245
2019-02-24 11:11:34 +00:00
Helmut K. C. Tessarek
4845a21287
change notebook icon in toolbar and search result ( #1252 )
...
see f6f0bcf1c3
2019-02-24 11:10:55 +00:00
Laurent Cozic
ddd513fe09
Small tweaks to avoid confusion with enum name
2019-02-24 11:10:22 +00:00
Helmut K. C. Tessarek
4ce118d459
add shortcut to start a sync ( #1231 )
...
see https://github.com/laurent22/joplin/issues/1151#issuecomment-463845158
2019-02-24 11:09:15 +00:00
Polshakov Dmitry
e2e4e62c4f
Desktop: Fix alt key using ( #1216 )
...
Fix #934
On linux if you try to change the layout with Alt + Shift, the menu
will open instead
2019-02-24 11:07:07 +00:00
Caleb John
229dd7a6dd
New tag adding dialogue ( #1206 )
...
* Update tag adding dialogue
- use datalist to autocomplete tags
- display tags with TagList
* Move the tagItem highlight color to theme.js
2019-02-24 10:55:19 +00:00
Mats Estensen
1e0c4cc5cd
Desktop: Add type 'info' and 'OK' button to update dialog when version up-to-date ( #1148 )
...
* Add type 'info' and 'OK' button to update dialogue when current version is up to date
* remove whitespace and fix space to tabs
* remove created newline at end of file
2019-02-24 10:54:50 +00:00
Laurent Cozic
b40ccc7a15
All: Fixes #1251 : Handle Show Uncompleted Tasks option when selecting a tag
2019-02-24 10:38:06 +00:00
Laurent Cozic
7d6b7e588c
Desktop: use nodeIntegration
2019-02-24 10:17:37 +00:00
Laurent Cozic
eb5950d126
Desktop: Adding support for Mermaid
2019-02-18 18:11:53 +00:00
Laurent Cozic
3f1be5e7e7
Merge branch 'master' of github.com:laurent22/joplin
2019-02-18 00:43:21 +00:00
Laurent Cozic
a4e649c82d
Desktop: Clean up adding custom CSS and remove top margin and padding from rendered html
2019-02-18 00:42:52 +00:00
Caleb John
cda6eb7c2f
Fix little white corner between scrollbars ( #1229 )
2019-02-17 02:16:32 +00:00
Laurent Cozic
e6aa002758
Desktop: Fixes #1215 : Updated single instance logic for Electron 4
2019-02-16 13:10:37 +00:00
Laurent Cozic
361d46ac5d
Clean up
2019-02-16 01:17:43 +00:00
Laurent Cozic
9bc7c2fd65
Added comments
2019-02-16 01:15:30 +00:00
Laurent Cozic
81e4cd319d
Desktop: Allow resizing left panels
2019-02-16 01:12:43 +00:00
Laurent Cozic
3d933c5244
Desktop: Trying to upgrade to Electron 4.0.4
2019-02-15 00:30:03 +00:00
Laurent Cozic
73af19314d
Desktop: Trying to upgrade to Electron 4.0.4
2019-02-15 00:29:48 +00:00
Laurent Cozic
1d71712c8a
Security: Updated parse-url to fix CVE-2018-3774
2019-02-14 23:18:17 +00:00
Laurent Cozic
1595248b52
Electron release v1.0.127
2019-02-14 22:29:19 +00:00