commit 2285000a6ac09eed12d4215d71b4f88f1660411a
Author: Laurent Cozic <laurent@cozic.net>
Date: Tue Feb 11 22:25:12 2020 +0000
Deprecate style.zoom
commit 3a6da4ffee280dd93eee1f4ae8891a72ecaea8e3
Author: Laurent Cozic <laurent@cozic.net>
Date: Tue Feb 11 22:13:01 2020 +0000
Fix zoom branch
commit c46c080a069d213e4f75c261a12cbed47ed8de8f
Author: Elizabeth Schafer <elizabeth.schafer.wenk@gmail.com>
Date: Sun Dec 15 10:37:10 2019 -0500
Using componentDidUpdate rather than deprecated componentWillRecieveProps
https://github.com/laurent22/joplin/pull/2165#discussion_r357441917
commit 069444fd02e18f6542e6483d9fffae8a941ab59c
Author: Elizabeth Schafer <elizabeth.schafer.wenk@gmail.com>
Date: Sun Dec 15 10:33:23 2019 -0500
Zoom factor is saved to private setting
https://github.com/laurent22/joplin/pull/2165#issuecomment-565258704
commit 34a1b2dc3e65f6a5b72a59608f4dddd9bad4bd08
Author: Elizabeth Schafer <elizabeth.schafer.wenk@gmail.com>
Date: Sun Dec 15 10:30:29 2019 -0500
Basing new zoom value off redux state
https://github.com/laurent22/joplin/pull/2165#discussion_r357441406https://github.com/laurent22/joplin/pull/2165#discussion_r357441512
commit 7ec15ff4c4b334fd96003aaf04c119e013bb748c
Author: Elizabeth Schafer <elizabeth.schafer.wenk@gmail.com>
Date: Fri Dec 13 12:50:11 2019 -0500
Reducer shouldn't have any side effects
https://github.com/laurent22/joplin/pull/2165#discussion_r357440767
commit 9e676ece1369e60496ba72cd953ba141b93afd6a
Author: Elizabeth Schafer <elizabeth.schafer.wenk@gmail.com>
Date: Sun Dec 8 11:11:28 2019 -0500
Added zoom options to the view menu
* Minor English improvements in README.md
* Update LICENSE
* Update License.txt
* Update terminal.md
* Extend copyright date range to 2020
Minor housekeeping on copyright date range, so the app doesn't look stale in 2020
* add katex font KaTeX_Size4-Regular.woff2
fixes#2477
* deleted: ElectronClient/app/gui/note-viewer/pluginAssets/katex/fonts/KaTeX_Size4-Regular.woff2
* add font to buildAssets.js
* register font in katex.js
* prepare files in case we need other fonts in the future
* use all fonts
* Support export of multiple notes to pdf files.
* Update in response to review comments.
Find unique filenames when exporting multiple pdfs.
Simplify delay.
* Eliminate redundant retries and fix error message in fs shim unique filename search.
* Make output filenames consistent between single and multi pdf export.
* Remove unnecessary white space.
* Remove legacy sleep in pdf export and add a little more variability to unique filename search.
* Clipper: Add ability to launch clipper window with shortcut
This change adds a command to the manifest.json file for the web clipper
which launches the webclipper rather than clicking on it.
Because this is a WebExtensions feature and not something homegrown,
users are able to change (or remove) the shortcut using native browser functionality.
* Add commands for all clipping options
* Remove empty suggestedKeys property from extension manifest
* Add ability to focus the webclipper buttons
* Remove debug log
* Change sendClipMessage warning to error
* Refactor to add a sendContentToJoplin command
* Update index.js
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
* Refresh the note list if the selected tag is deleted.
* Handle case where last note is untagged (by following the note)
* Corrections.
* Correct call to asynchronous function.
Builds in CI are done from a 'detached HEAD' state. Thus `git rev-parse --abbrev-ref HEAD` always returns HEAD, which is not master.
Releases are always created from the master branch, thus HEAD -> master.