Laurent Cozic
a721f170e4
Doc: Added info about search filters
2020-10-20 12:12:00 +01:00
Alkindi42
0f9d92dd3d
Doc: add archlinux package for pre-release in docs ( #3875 )
2020-10-20 11:42:41 +01:00
Laurent Cozic
02ed297529
tab
2020-10-11 19:27:33 +01:00
Laurent Cozic
30543104be
Fixed translations
2020-10-11 16:18:58 +01:00
Laurent Cozic
b6a004086c
Doc: Changed GitHub links from master to dev
2020-10-11 16:17:51 +01:00
Laurent Cozic
871f8b3a72
Merge branch 'release-1.2' into dev
2020-10-11 15:22:11 +01:00
Laurent Cozic
2bb5acdfb1
Android release v1.2.6
2020-10-11 15:06:41 +01:00
Shawn Axsom
5eb0417b1a
All: Sort search results by average of multiple criteria, including 'Sort notes by' field setting ( #3777 )
...
* Weight search results by most recently updated
As discussed here: https://github.com/laurent22/joplin/pull/3777#issuecomment-696491859
Before this commit, results were rarely sorted by date. Content weights and fuzziness were
determined, and then the first criteria to differ would win in sort order (and user_updated_time
was the last criteria checked).
Now the weight score itself will also include age of user_updated_time, surfacing fresh content.
At the current alpha level, results are weighted logarithmically, prioritizing mostly within the
last 30 days, and especially heavily within the past week.
* Updated unit tests to weight search results by last updated date
* Updated unit test title
* Fixed issue with weighted search engine test, and made it more deterministic using mock date
Date was being calculated only at the start of the test suite. It also wasn't using a set mock date, so the milliseconds between the real search engine calculations and the test calculation caused differences in results
* Added initial Search Engine spec
* Added Search Engine spec to README.md
* Renamed Search Sorting spec per laurent22's mentioned naming
* Revised copy in search sorting spec
Co-authored-by: Laurent <laurent22@users.noreply.github.com>
2020-10-09 21:51:11 +01:00
Laurent Cozic
0bf74142ac
Improved building website
...
- Added script to check links
- Moved plugin API doc to separate directory
- Added script to build website and plugin doc
- Moving static assets in separate directory
2020-10-09 21:29:16 +01:00
Helmut K. C. Tessarek
b3bf7144ac
Update translations
2020-10-09 16:05:10 -04:00
Laurent Cozic
784851b217
Fixing links
2020-10-09 19:30:57 +01:00
Laurent Cozic
e673ee97de
Fixing links
2020-10-09 19:09:52 +01:00
Laurent Cozic
7cb55ffdc4
Fixing doc
2020-10-09 19:04:18 +01:00
Laurent
fe41d37f8f
All: Add support for application plugins ( #3257 )
2020-10-09 18:35:46 +01:00
Laurent Cozic
73a39d36ea
Update website
2020-10-09 14:58:06 +01:00
Laurent Cozic
7d68208cb4
Android release v1.2.1
2020-09-22 16:17:11 +01:00
Laurent Cozic
56c6cfc785
Update website
2020-09-21 17:53:14 +01:00
Helmut K. C. Tessarek
2c553db45a
Update translations
2020-09-14 02:22:27 -04:00
Laurent Cozic
314686bede
Android release v1.1.1
2020-09-12 00:18:03 +01:00
Laurent Cozic
d5f3e860b9
Merge branch 'dev' of github.com:laurent22/joplin into dev
2020-09-05 22:48:42 +01:00
Laurent Cozic
4e624f7db5
Doc: Added new sponsor
2020-09-05 22:28:28 +01:00
Anton Deriabin
5b697b7e16
Doc: Fixed wrong e2ee spec link ( #3655 )
2020-09-05 00:14:49 +01:00
Laurent Cozic
a4873cd40d
Android release v1.0.340
2020-09-04 19:22:28 +01:00
Laurent Cozic
db7d617e2b
Update website
2020-09-04 19:06:36 +01:00
Laurent Cozic
743c11c279
Android release v1.0.338
2020-08-30 20:42:09 +01:00
Laurent Cozic
abad1883bc
Merge branch 'master' into dev
2020-08-19 14:30:36 +01:00
Laurent Cozic
bb8770a967
Update website
2020-08-19 14:29:49 +01:00
Naveen M V
0b57d906f8
Doc: Update search engine doc ( #3614 )
...
Add documentation for search filters
2020-08-18 00:15:00 +01:00
Laurent Cozic
86bfdb5c79
Android release v1.0.337
2020-08-17 21:48:37 +01:00
Laurent Cozic
3253146dae
Merge branch 'master' into dev
2020-08-06 15:30:00 +01:00
Laurent Cozic
8299164964
Android release v1.0.336
2020-08-05 00:18:42 +01:00
Laurent Cozic
0718828d60
Merge branch 'master' into dev
2020-08-02 16:12:11 +01:00
Laurent Cozic
619b426689
Android release v1.0.335
2020-08-02 13:34:09 +01:00
Laurent
0c147236a3
All: Add mechanism to lock and upgrade sync targets ( #3524 )
2020-08-02 12:28:50 +01:00
Laurent Cozic
cb1b5cae9f
Update website
2020-07-24 19:46:27 +01:00
Helmut K. C. Tessarek
62bc296abe
Update translations
2020-07-19 15:18:42 -04:00
Helmut K. C. Tessarek
b69008225f
Update translations
2020-07-12 14:33:09 -04:00
Arda Kılıçdağı
66392b4e8a
Yandex disk removed from supported WEBDAV clients ( #3432 )
...
Yandex.disk recently removed file upload support from WebDAV
https://ru.stackoverflow.com/questions/1043523/После-загрузки-файла-на-Яндекс-Диск-по-webdav-происходят-паузы-по-60-секунд-на-к
https://qna.habr.com/q/677787
So this makes Yandex.disk unusable at the moment.
Here's a similar issue, please see recent comments: https://github.com/PhilippC/keepass2android/issues/506
I've personally tried, and cannot even access to Yandex.disk at the moment through WebDAV.
This PR simply removes yandex.disk line from the ReadMe.
Thanks,
2020-06-30 10:26:30 -04:00
Laurent Cozic
fd4e5d7d30
Android release v1.0.333
2020-06-28 19:57:33 +01:00
Laurent Cozic
d601575549
Doc: Updated sponsors
2020-06-27 10:05:19 +01:00
Anjula Karunarathne
20482b2f14
Update README.md ( #3414 )
...
Fixed typo: Xfcxe -> Xfce
2020-06-24 23:54:16 +01:00
Helmut K. C. Tessarek
9fe1f6acfc
Update translations
2020-06-20 18:21:11 -04:00
Laurent Cozic
d5ed611920
Update website
2020-06-20 02:57:32 +01:00
Deep Majumder
0273e58783
Doc: Corrected info on supported Linux dsitros. ( #3378 )
...
Added list of supported desktop environments
2020-06-18 18:55:41 +01:00
Laurent Cozic
7826cc0b03
Doc: Added sponsor
2020-06-15 23:03:09 +01:00
Alexander van der Berg
2bfa28a311
Doc: Fix sponsors table layout in the GitHub README.md ( #3362 )
...
The table was displayed correctly only on https://joplinapp.org/
2020-06-15 23:00:50 +01:00
Laurent Cozic
8e57697b71
Android release v1.0.332
2020-06-14 16:28:11 +01:00
Helmut K. C. Tessarek
c9c371b297
Update translations
2020-06-13 18:18:30 -04:00
Helmut K. C. Tessarek
13b5ef36d7
Update translations
2020-06-13 17:47:15 -04:00
Laurent Cozic
b7f5f848f2
All: Refactored themes to allow using the same ones in both desktop and mobile version
...
Will also allow using them when exporting HTML or PDF from CLI.
2020-06-10 22:08:59 +01:00
Laurent Cozic
618d8723d1
Android release v1.0.331
2020-06-08 07:53:49 +01:00
Laurent Cozic
b4e907ae77
Android release v1.0.330
2020-06-07 14:24:21 +01:00
Laurent Cozic
ff23248017
Doc: Updated sponsors
2020-06-07 13:31:43 +01:00
Laurent Cozic
f23ab37a11
Doc: Added Ringing Supply sponsor
2020-06-06 15:32:36 +01:00
TheOnlyTrueJonathanHeard
cfe1911723
All: Resolves #173 : Upload attachments > 4 MB when using OneDrive ( #3195 )
2020-06-03 14:29:47 +01:00
Laurent Cozic
0603f179cc
Update translations
2020-06-02 19:40:28 +00:00
Laurent Cozic
794c8dd051
Update translations
2020-06-02 18:36:22 +00:00
Laurent Cozic
f020b571da
Update website
2020-06-03 11:41:02 +01:00
Laurent Cozic
36776cd615
Handle resource conflicts
2020-05-31 16:57:16 +01:00
Helmut K. C. Tessarek
097d4d5735
Update translations
2020-05-27 21:06:33 -04:00
Helmut K. C. Tessarek
be24cbed2d
clarify, which install methods are supported/unsupported
2020-05-27 20:46:32 -04:00
Helmut K. C. Tessarek
aef3e0aead
Update website
2020-05-27 20:35:57 -04:00
Helmut K. C. Tessarek
7a06a41502
update section: install terminal application
2020-05-27 20:33:56 -04:00
Laurent Cozic
8bc92e88df
Doc: Added sponsors
2020-05-16 13:30:54 +01:00
Vas Sudanagunta
c593546575
Docs: minor improvements to search type table ( #2957 )
...
- fixed grammar
- removed redundant "query"
2020-05-09 11:31:15 +01:00
Laurent Cozic
90ccb34916
Doc: Update contributor list
2020-05-01 14:51:29 +01:00
Laurent Cozic
724af8f757
Docs: Add Season of Docs info
2020-05-01 14:50:28 +01:00
Laurent Cozic
b207f7a53f
Doc: Fixed GitHub Sponsor button
2020-04-28 19:08:31 +01:00
Laurent Cozic
096698912e
Update website
2020-04-28 19:03:54 +01:00
Laurent Cozic
7663044e9f
Doc: Added GitHub Sponsor button
2020-04-22 23:44:48 +00:00
Helmut K. C. Tessarek
ac2635a363
Update translations
2020-04-21 08:03:29 -04:00
Laurent Cozic
d2acf314f5
Android release v1.0.329
2020-04-20 10:13:04 +01:00
Laurent Cozic
dfd18ebe24
Android release v1.0.328
2020-04-19 16:25:38 +01:00
Helmut K. C. Tessarek
381d757525
Update translations
2020-04-18 19:20:09 -04:00
Laurent Cozic
35df8e5d9e
All: Added support for basic search
2020-04-18 12:45:54 +01:00
Helmut K. C. Tessarek
aa738cc086
Revert "Desktop: Add global shortcut to show/hide Joplin ( #2653 )"
...
This reverts commit 0863f0d564
.
2020-04-15 05:50:26 -04:00
Laurent Cozic
6164e2d8eb
Desktop: Search in title and body by default when using Goto Anything
2020-04-13 22:10:59 +00:00
Laurent Cozic
a4cc2076d7
Update website
2020-04-11 00:39:25 +01:00
Laurent Cozic
531e92e2da
Android release v1.0.327
2020-04-10 19:20:26 +01:00
Laurent Cozic
1b617a4adc
Android release v1.0.326
2020-04-10 18:57:20 +01:00
Helmut K. C. Tessarek
d40ad2de89
Update translations
2020-04-05 20:37:15 -04:00
Laurent Cozic
ce24942a03
Update website
2020-03-30 18:23:46 +01:00
Helmut K. C. Tessarek
a59cc94afc
Update translations
2020-03-30 11:03:18 -04:00
Laurent Cozic
a946dc69c1
Android release v1.0.325
2020-03-29 20:12:36 +01:00
Helmut K. C. Tessarek
9524eb7e37
Update translations
2020-03-23 20:57:14 -04:00
Laurent Cozic
6e5c2730f1
Android release v1.0.324
2020-03-23 09:44:22 +00:00
Laurent Cozic
9c3cf705c6
Update website
2020-03-22 22:24:37 +00:00
Laurent Cozic
054aa52bc8
Android release v1.0.323
2020-03-22 19:50:02 +00:00
Helmut K. C. Tessarek
ed4fbf093d
Update translations
2020-03-18 23:49:06 -04:00
Helmut K. C. Tessarek
0863f0d564
Desktop: Add global shortcut to show/hide Joplin ( #2653 )
...
Previously it was possible to open Joplin by clicking on the tray icon.
This functionality is no longer available due to changes in Electron.
The following key combination will show or hide Joplin in the current workspace:
- macOS: `Cmd+Opt+J`
- Linux, Windows: `Ctrl+Alt+J`
2020-03-16 00:36:18 +00:00
Laurent Cozic
8e2ba0d963
Android release v1.0.322
2020-03-13 17:56:56 +00:00
Laurent Cozic
5ce79b1761
Android release v1.0.321
2020-03-12 17:34:23 +00:00
Helmut K. C. Tessarek
f2c6ff7904
Update translations
2020-03-08 19:21:39 -04:00
Helmut K. C. Tessarek
06ee4d08d6
Update translations
2020-03-08 19:13:13 -04:00
Laurent Cozic
105e4652c6
Update README.md
2020-03-08 14:43:39 +00:00
Laurent Cozic
b44a2075a8
Update website
2020-03-08 09:06:07 +00:00
Laurent Cozic
0feca7ee7f
Android release v1.0.319-rc1
2020-03-07 00:00:15 +00:00
Laurent Cozic
972e5aed8a
All: Regression: Fixed issue with style embeded in notes
2020-03-06 18:22:40 +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
Helmut K. C. Tessarek
80fff62b34
update de_DE.po
2020-03-03 03:20:09 -05:00