Laurent Cozic
|
3d333bd8f2
|
Removed build files
|
2019-05-13 00:43:12 +01:00 |
|
Laurent Cozic
|
a82f8c7dd0
|
CLI v1.0.126
|
2019-05-13 00:42:16 +01:00 |
|
Helmut K. C. Tessarek
|
cde079e44e
|
Clipper release v1.0.14
|
2019-05-12 17:52:20 -04:00 |
|
Laurent Cozic
|
f8d20b61ea
|
Update website
|
2019-05-12 16:18:30 +01:00 |
|
Laurent Cozic
|
d279435502
|
Android release v1.0.251
|
2019-05-12 16:16:39 +01:00 |
|
Laurent Cozic
|
eb2065128e
|
Electron release v1.0.151
|
2019-05-12 16:04:01 +01:00 |
|
Laurent Cozic
|
10e81aa476
|
Trying to fix iOS release issue
|
2019-05-12 16:03:22 +01:00 |
|
Laurent Cozic
|
3e808f05fd
|
Improved logic to set resource file size
|
2019-05-12 15:53:42 +01:00 |
|
Laurent Cozic
|
e57bfad9b1
|
Android release v1.0.248
|
2019-05-12 11:50:21 +01:00 |
|
Laurent Cozic
|
5f344f07d4
|
Electron release v1.0.150
|
2019-05-12 11:41:35 +01:00 |
|
Laurent Cozic
|
e1b7b64e1b
|
All: Make sure resource filesize is set in all cases
|
2019-05-12 11:41:07 +01:00 |
|
Laurent Cozic
|
ed3970be81
|
CLI: Fix: Do not resize images if they are already below the max dimensions
|
2019-05-12 11:38:33 +01:00 |
|
Laurent Cozic
|
c27861d40f
|
Electron release v1.0.149
|
2019-05-12 01:22:02 +01:00 |
|
Laurent Cozic
|
565dfba8c9
|
All: Fixes #371 (sort of): Allow resources greater than 10 MB but they won't be synced on mobile
|
2019-05-12 01:15:52 +01:00 |
|
Laurent Cozic
|
553a26eb63
|
Desktop, CLI: Added option to disable creation of welcome items
|
2019-05-12 01:10:46 +01:00 |
|
Laurent Cozic
|
9c85bc2cd1
|
All: Save size of a resource to the database; and added mechanism to run non-database migrations
|
2019-05-11 17:55:40 +01:00 |
|
Laurent Cozic
|
e96bc9c48a
|
All: Allow specifying the log level of a log target
|
2019-05-11 17:53:56 +01:00 |
|
Laurent Cozic
|
0d036d8183
|
Fixed regression following fix for #1425
|
2019-05-11 17:35:39 +01:00 |
|
Laurent Cozic
|
e5f2a7f2f5
|
Fixed regression caused by #1472
|
2019-05-11 17:34:45 +01:00 |
|
Laurent Cozic
|
016ce3dd61
|
Desktop: Resolves #1502: Improved note deletion dialog
|
2019-05-11 13:36:44 +01:00 |
|
Laurent Cozic
|
afb375955e
|
Fixed regressions following fix for #1425
|
2019-05-11 12:08:28 +01:00 |
|
Laurent Cozic
|
b702b0b40c
|
Desktop: Fixes #1425: Improved handling of images when using external editor, so that it works in Atom, VSCode and Typora
|
2019-05-11 11:46:13 +01:00 |
|
Laurent Cozic
|
91ecab51c5
|
Clipper: Fixed: Added Chrome workaround to prevent it from posting the same note twice
|
2019-05-11 11:18:09 +01:00 |
|
Laurent Cozic
|
7628506926
|
Merge branch 'master' of github.com:laurent22/joplin
|
2019-05-11 11:13:23 +01:00 |
|
Laurent Cozic
|
4e7f7c0c9c
|
Clipper: Fixes #1510: Fixed display of some images in preview. Also display images at correct size inside preview.
|
2019-05-11 11:13:13 +01:00 |
|
Laurent Cozic
|
863f5bcf18
|
Desktop, Mobile: Fixed: Some images were not being displayed
|
2019-05-11 09:49:56 +01:00 |
|
Laurent Cozic
|
dccd489fcc
|
Clipper: Fix: Fix handling of tables with empty headers
|
2019-05-11 09:23:31 +01:00 |
|
Helmut K. C. Tessarek
|
333c3f6369
|
added .gitignore to /Tools
|
2019-05-10 20:19:42 -04:00 |
|
Helmut K. C. Tessarek
|
808413d0bf
|
remove section self-signed certs from FAQ for now - no Android rel available that has this feature yet
|
2019-05-10 03:19:47 -04:00 |
|
Helmut K. C. Tessarek
|
440be3d920
|
remove unintentionally committed files again
|
2019-05-09 23:01:49 -04:00 |
|
Helmut K. C. Tessarek
|
9b27a4f601
|
Update website
|
2019-05-09 22:58:56 -04:00 |
|
Don Bowman
|
6e36ca32b4
|
CLI: Fix: Bump sqlite3 to v4.0.7 for node12 support (#1508)
|
2019-05-10 01:18:04 +01:00 |
|
simonsan
|
85a9c303f2
|
Changed download links to v1.0.145 (#1507)
|
2019-05-10 01:17:08 +01:00 |
|
Krešimir Klas
|
7e9972d99f
|
Android: Resolves #680: New: Allow self-signed certificates (#1466)
* Allow User-added CAs in Android
This will enable connecting to servers with self-signed certificates on
android as per issue #680.
Implemented as per:
- https://android-developers.googleblog.com/2016/07/changes-to-trusted-certificate.html
- https://github.com/facebook/react-native/issues/20488
* Allow User-added CAs in Android
This will enable connecting to servers with self-signed certificates on
android as per issue #680.
Implemented as per:
- https://android-developers.googleblog.com/2016/07/changes-to-trusted-certificate.html
- https://github.com/facebook/react-native/issues/20488
|
2019-05-10 01:15:13 +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
|
356f8e580b
|
Clipper: Improved: Updated Readability library to improve Simplified Page clipping
|
2019-05-10 00:05:23 +01:00 |
|
Laurent Cozic
|
68268cb35d
|
Merge branch 'master' of github.com:laurent22/joplin
|
2019-05-09 23:46:41 +01:00 |
|
Laurent Cozic
|
8e58ed12af
|
Clipper: Resolves #1379: Improved: Display warning icon when a page might not render well in simplified mode
|
2019-05-09 23:41:52 +01:00 |
|
Laurent Cozic
|
beb428b246
|
Android release v1.0.246
|
2019-05-08 00:54:46 +01:00 |
|
Laurent Cozic
|
4d81caff0b
|
Electron release v1.0.148
|
2019-05-08 00:52:20 +01:00 |
|
Laurent Cozic
|
78372c9bac
|
All: Improved: Make sure a revision is saved a note has not been modified for over a week
|
2019-05-08 00:51:56 +01:00 |
|
Laurent Cozic
|
a4db1bc671
|
All: Improved: Do not save a revision if there is already a recent one that exists
|
2019-05-08 00:10:36 +01:00 |
|
Laurent Cozic
|
8ea1c373ed
|
Fixed position of config button
|
2019-05-07 23:50:12 +01:00 |
|
Laurent Cozic
|
8ef27dfcdc
|
Merge branch 'master' of github.com:laurent22/joplin
|
2019-05-07 23:43:40 +01:00 |
|
Laurent Cozic
|
23e43c7bc1
|
Desktop: Fix: Fixed note history sort order.
|
2019-05-07 23:42:46 +01:00 |
|
Helmut K. C. Tessarek
|
edb8f4c79f
|
Merge pull request #1503 from ruzaq/master
CLI: CZech translation updated
|
2019-05-07 17:46:39 -04:00 |
|
Ruzicka Pavel
|
e115fa4bb3
|
CZech translation updated
|
2019-05-07 23:30:18 +02:00 |
|
Laurent Cozic
|
52a2daddbf
|
All: Improved: Make sure user timestamp is preserved with revision information
|
2019-05-07 22:15:47 +01:00 |
|
Laurent Cozic
|
c400142996
|
All: Fix: Make sure a revision is not empty before saving it
|
2019-05-07 20:46:58 +01:00 |
|
Laurent Cozic
|
219171a18c
|
Remove dependency to git2json and improved handling of new commit messages
|
2019-05-06 22:18:17 +01:00 |
|