Laurent Cozic
51ce7c939d
Mobile: Fixed handling of provisional notes
2020-03-06 18:49:30 +00:00
Laurent Cozic
972e5aed8a
All: Regression: Fixed issue with style embeded in notes
2020-03-06 18:22:40 +00:00
Laurent Cozic
8ba9e9efd8
Electron release v1.0.190
2020-03-06 00:55:09 +00:00
Laurent Cozic
63ca925786
Merge branch 'master' of github.com:laurent22/joplin
2020-03-06 00:54:42 +00:00
Laurent Cozic
71d1e6eb82
All: Fixes #2667 : Fixed sanitize function so that it does not break HTML
2020-03-06 00:54:21 +00:00
Laurent Cozic
8641f69dae
Docs: Add documentation about Joplin privacy. ( #2650 )
...
* Add documentation about privacy.
* Fix welcome assets.
* Cosmetic.
* Cosmetic.
2020-03-05 23:36:28 +00:00
Laurent Cozic
120aa066c2
Merge branch 'master' of github.com:laurent22/joplin
2020-03-04 19:42:23 +00:00
Laurent Cozic
27bcf6badb
Desktop: Fixes #2660 : Templates when creating note were broken
2020-03-04 19:41:57 +00:00
Gen NK
465691d5c9
Translation: Update ja_JP.po ( #2657 )
...
* Translate new strings
* Make existing translations for 'title' consistent
2020-03-04 12:36:20 -05:00
Laurent Cozic
48eb115cb9
Electron release v1.0.189
2020-03-04 16:53:57 +00:00
Laurent Cozic
51ee872179
All: Add more context to encryption errors
2020-03-04 16:53:45 +00:00
Laurent Cozic
c617f43e42
Electron release v1.0.188
2020-03-04 16:38:52 +00:00
Laurent Cozic
4920f64816
Desktop: Fixes #2656 : Fix creation of new notes
2020-03-04 16:36:53 +00:00
Laurent Cozic
880134ce80
Desktop, Mobile: Fixes #2638 : Improved Mermaid rendering on small viewports
2020-03-04 01:55:48 +00:00
Laurent Cozic
6e47652566
Desktop, Mobile: Fixes #2652 : Fixed auto-title feature
2020-03-04 01:13:10 +00:00
Laurent Cozic
cb2df32d91
All: Fixes #2640 : HTML code within Markdown was rendered incorrectly in some cases
2020-03-04 00:54:27 +00:00
Helmut K. C. Tessarek
80fff62b34
update de_DE.po
2020-03-03 03:20:09 -05:00
Helmut K. C. Tessarek
0f6867662c
Update translations
2020-03-03 02:56:10 -05:00
Laurent Cozic
3bb431f18e
Clipper release v1.0.22
2020-03-02 18:28:45 +00:00
Laurent Cozic
91a3adf2a2
Tools: Fix clipper release script
2020-03-02 18:28:28 +00:00
Laurent Cozic
e27d059376
Clipper release v1.0.21
2020-03-02 18:23:08 +00:00
Laurent Cozic
22c61ba603
Tools: Fix clipper release script
2020-03-02 18:22:51 +00:00
Laurent Cozic
6807f7e07b
Tools: Fix clipper release script
2020-03-02 18:21:35 +00:00
Laurent Cozic
8632ef34eb
Tools: Fix clipper release script
2020-03-02 18:19:17 +00:00
Laurent Cozic
47c0d9500a
Tools: Fix clipper release script
2020-03-02 18:18:06 +00:00
Laurent Cozic
ee01d26915
Tools: Fix clipper release script
2020-03-02 18:06:57 +00:00
Laurent Cozic
0910dc4e54
Tools: Fix clipper release script
2020-03-02 18:03:49 +00:00
RAJPRAKASH
96cf42fb06
DESKTOP: Improve code css for Solarized Dark ( #2626 )
...
* Code border was not prominent
* Update theme.js
2020-03-01 16:33:57 -05:00
Jeremy Robertson
8b22f03c09
Desktop: Empty note body has 0 line count ( #2623 )
...
Empty note body has 0 line count
2020-03-01 15:39:10 +00:00
Laurent Cozic
299604838d
Update website
2020-03-01 12:37:54 +00:00
Laurent Cozic
e9e4a0d0db
Resize Mermaid image
2020-03-01 12:37:01 +00:00
Laurent Cozic
c2049b21fc
Electron release v1.0.187
2020-03-01 11:44:23 +00:00
Laurent Cozic
a415b9d7ae
Electron release v1.0.186
2020-03-01 11:43:47 +00:00
Laurent Cozic
cb4fd1ebf9
Tools: Build tools on initial install, and removed build warnings
2020-03-01 11:42:44 +00:00
Anjula Karunarathne
a28b790256
Desktop: Fixes #2615 : Fix issue with disappearing button labels in toolbar ( #2619 )
...
* Fix undefined showButtonLabels
* Add showButtonLabels to the state; Removed conditional statement checking if state is undefined
2020-03-01 11:12:22 +00:00
Laurent Cozic
55847fa22f
Fixed regression
2020-02-29 12:59:10 +00:00
Laurent Cozic
6ca0e6adcc
All: Added concept of provisional note to simplify creation and handling of newly created notes
2020-02-29 12:39:23 +00:00
Caleb John
6542a60d61
Merge pull request #2612 from Ullas-Aithal/patch-3
...
Fixed a typo in faq :)
2020-02-28 14:43:23 -07:00
Ullas Aithal
ef4e1c53b7
Fixed a typo :)
2020-02-28 14:52:46 -06:00
Daulet Amirkhanov
ec64bf2f0f
Desktop: Fixes #2476 : Fix window dimensions and position when the application starts ( #2514 )
...
* ElectronClient window minimum size set
Hardcoded minimum width and height of 100 px.
Signed-off-by: daukadolt <daulet.amirkhanov.official@gmail.com>
* Set Electron window position if outside displays
Set Electron window at the center of primaryDisplay if BrowserWindow is not on any displays.
Signed-off-by: daukadolt <daulet.amirkhanov.official@gmail.com>
* Set Electron window default size dependent on screen
Set Electron window defaultWidth, defaultHeight to 80% of primary display workArea width, height, respectively.
Signed-off-by: daukadolt <daulet.amirkhanov.official@gmail.com>
* Hotfixing Electron defaultHeight depending on width, not height
Hotfix of a typo that calculates Electron app's default height at first run using primary screen's width, not height.
Signed-off-by: daukadolt <daulet.amirkhanov.official@gmail.com>
* Refactoring Electron app defaultWidth/defaultHeight setup
Setting defaultWidth/defaultHeight directly without extra variables.
Rounding defaultWidth/defaultHeight.
Signed-off-by: daukadolt <daulet.amirkhanov.official@gmail.com>
2020-02-27 18:38:08 +00:00
mic704b
54dc2219fe
Tests: Integration harness fixes and refactors. ( #2569 )
...
* Test harness fixes and integration test refactor and addition.
* Clean up.
* Address review comments.
* Improve method names.
2020-02-27 18:25:42 +00:00
Helmut K. C. Tessarek
a576ad2a39
All: Change geolocation service to freegeoip.app to improve privacy ( #2503 )
...
removed unnecessary request to `api.ipify.org`
closes #2469
2020-02-27 09:48:22 +00:00
Runo Saduwa
25a246b6ae
Tools: Resolves #2579 : Add support for Rule of Hooks plugin ( #2579 ) ( #2585 )
...
* installed eslint-plugin-react-hooks and set up rules of hooks
* fixed linter error
* changed react-hooks/exhaustive-deps option to error
* changed spaces to tabs in eslint config
2020-02-27 00:20:55 +00:00
Rishabh Malhotra
4840671f0e
Desktop: Fixes #2573 : Improved detection of selected text when applying formatting ( #2582 )
...
* fixes #2573
This fixes the bug with spaces
* Update NoteText.jsx
2020-02-27 00:18:57 +00:00
WisdomCode
1d284a3528
Desktop: Fixes #1023 : Speed up WebDAV and Nextcloud Sync on Linux ( #2577 )
...
* Speed up Linux Sync with KeepAlive Client
* Tidying up
* eslint
* Fix Breaking of building mobile client
* Refactor to make building on android possible
* Coding Convention
* Update shim-init-node.js
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
2020-02-27 00:14:40 +00:00
Amit singh
721dd17686
Mobile: Fixes #2496 : Allow loading images from plain HTTP urls ( #2562 )
2020-02-26 23:45:26 +00:00
mic704b
3830f5ee46
Desktop: Fix to update tag list when note is deleted. ( #2554 )
...
* Ensure tag list updated when note is deleted.
Add integration tests.
* Revert whitespace changes.
2020-02-26 23:42:14 +00:00
R-L-T-Y
ef8af13500
Desktop: Use asar packing to improve performances ( #2531 )
...
* Use the strongly recommended asar packing on linux
* Use asar for macOS packaging
* Update package.json
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
2020-02-26 23:39:24 +00:00
Brandon D
16fb1bda53
Doc: Added Styling Information To CONTRIBUTING.md ( #2474 )
...
* Added Styling Information To CONTRIBUTING.md
* Typo Fix + Section Movement
* Coding Style Guidelines Init
* Fixes as per requested by devs
2020-02-25 14:06:56 +00:00
Laurent Cozic
e8fcb0cc87
Update CONTRIBUTING.md
2020-02-25 13:47:44 +00:00