This repository has been archived by the owner on Apr 25, 2024. It is now read-only.
Releases: jeffkowalski/geeknote
Releases · jeffkowalski/geeknote
Version 2.0.20
Minor improvements
- remove unused keyboard signal handler
- increase specificity in consistency (instance) checks
- work around total note count bug (evernote server deficiency)
- sort help by command name
- pull #130 to fix readme items
Version 2.0.20
Fix #127:
- Add a COPYING file to the root, which contains the text of the "GNU
General Public License v3.0". License field in a gentoo ebuild file should be "gpl-3.0". - Remove the pysqlite requirement, unnecessary due to sqlalchemy.
Version 2.0.19
-
Pull fix for #109 - gnsync: UnicodeDecodeError: 'ascii' codec can't decode byte
(also addresses #117 - Fix gnsync unicode error) -
Correct storage of default note extensions (fix issue #44 - Edit a note with raw mode, opened two empty files)
-
Fix #121 - notes with resources but no content weren't created
-
Add mock as requirement; tests now require it
-
Reformat all python code using "black"
Version 2.0.18
Version 2.0.17
Version 2.0.16
Version 2.0.15
- Ignore .pytest_cache in git
Pulls from @Dom-Mi:
- Strip developer token in case whitespace is pasted
- User can choose evernote or yinxiang after token input
- Fix: add 2 space before new line in paragraph for re-creating br tags
Pull from @josswright:
- Fix #97 : Added unicode encoding fixes to gnsync.py
Version 2.0.14
Version 2.0.13
- Merge branch 'patch-1' of https://github.com/elijah/geeknote to get rid of deprecation warning in geeknote.rb
- Added README section for --extras, cherrypicked from @ejsexton82 bae5331
- Fix text parsing
- Fix unicode string error
- Import from proxyenv only in DEV_MODE (#82)
- Add a rawmd flag to enable raw markdown to go through without escaping <,>, &; from https://github.com/rdhyee/geeknote
Version 2.0.12
- Create workaround in case of authorization troubles. Can now set environment variable EVERNOTE_DEV_TOKEN with a developer token to be used in favor of username/password/2fa combinations.
- Edit notes with raw markdown if "--rawmd" flag is set.
- Pull #78 "Fix bug in handling of row limit in find command", to fix #77 "--count option to find seems not reliable in some cases?"