Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Releases: jeffkowalski/geeknote

Version 2.0.20

07 Feb 00:18
Compare
Choose a tag to compare

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

29 Dec 08:17
Compare
Choose a tag to compare

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

04 Oct 00:56
Compare
Choose a tag to compare
  • 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

03 Jun 01:38
Compare
Choose a tag to compare
  • (Fix documentation of getch function)
  • Pull #114 - Add notebook-remove command line option
  • Pull #116 - Updated readme on obtaining developer tokens
  • Clarify developer token instructions

Version 2.0.17

29 Apr 17:08
Compare
Choose a tag to compare

Version 2.0.16

22 Sep 04:43
Compare
Choose a tag to compare
  • Fix #103 - Specify Python version for Homebrew (pulled from @liukun).
  • When chinese user logs in, create an empty file in APP_DIR, so that we don't have
    to export GEEKNOTE_BASE anymore. (pulled from @Dom-Mi)

Version 2.0.15

07 Aug 12:09
Compare
Choose a tag to compare
  • 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

19 May 23:51
Compare
Choose a tag to compare
  • Merge pull request #91 from @xdgc to prompt for developer token when login fails
  • Merge code from @dom to enable markdown2 extras

Version 2.0.13

12 Feb 02:43
Compare
Choose a tag to compare

Version 2.0.12

01 Jun 05:25
Compare
Choose a tag to compare
  • 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?"