Skip to content

Tags: insanum/sncli

Tags

0.4.2

Toggle 0.4.2's commit message
Release v0.4.2

This release brings a selection of fixes and new features:

Fixes:

- Now correctly handles windows style newlines in news for displaying
  note titles and lines
- tempfile file extension should now be more accurate when editing notes
  (for markdown vs plaintxt notes)
- python dependency updates
- workarounds documented for running on Windows

New features:

- Simplenote credentials may now be stored in environment variables,
  as an alternative to the configuration file.
  For example:

      [email protected] SN_PASSWORD=nihilist ./sncli

- new option to default to markdown for new notes
  (`cfg_default_markdown = yes`)
- Dockerfile for running sncli in a Docker container.

Thanks to all contributors who made this possible:

@gregwebs @wyattwalter @lostways @pataquets @clach04

:)

0.4.1

Toggle 0.4.1's commit message
release v0.4.1

0.4.0

Toggle 0.4.0's commit message
version 0.4.0

Changelog since 0.3.0:

IMPORTANT: fix for code execution bug. See commit ecc410f.

- fixes for the following minor issues:
  - crash on invalid modification date #71
  - crash on failed login
  - crash and unhelpful debugging info on config file errors
- tidy setup.py to not depend on sncli (can cause strange issues installing)
- add ability to set custom config file through $SNCLIRC env var (thanks to
  @vrillusions #83)

0.3.0

Toggle 0.3.0's commit message
version 0.3.0

New version which moves to the simperium syncing api from the legacy simplenote
api. Other changes include:

- fix crash on creating note
- add pipenv support
- light refactoring throughout to support server note representation changes
- remove `cfg_sn_host` config option as only works with Simperium now

0.2.1

Toggle 0.2.1's commit message
release 0.2.1

Changes since 0.2.0:

- new `cfg_sn_password_eval` option
- fix crash on create new note when no notes exist yet

0.2.0

Toggle 0.2.0's commit message
changes since 0.1.4:

- fix crash when piping to external command (@djhsu)
- new `cfg_tempdir` option - can give a non-volatile temporary
  storage for notes being edited, to help recover it case of a crash
  during editing (@ashiklom)
- new tags cli api (@ashiklom)
- add ability to open note editor at current line (@MatthiasKauer)
- fix major bug where some characters (plus signs at least) silently
  dropped from note content when syncing

0.1.4

Toggle 0.1.4's commit message
0.1.4 release

Changes since 0.1.3:

- import notes from json data
- improve search functionality
- fix error messages/traceback being shown when offline
- add offline/online status in header
- add a sort by tags feature and keybinding

0.1.3

Toggle 0.1.3's commit message
Now installable with pipsi! (`pipsi install sncli`)

0.1.2

Toggle 0.1.2's commit message
first release available on pypi

- includes recent fixes for unicode handling, network errors, and local keys for unsynced notes