Tags: insanum/sncli
Tags
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:
SN_USERNAME=lebowski@thedude.com 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
:)
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)
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
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