Releases: nikhil1raghav/kindle-send
Releases · nikhil1raghav/kindle-send
v2.0.0-rc-2
v2.0.0-rc-1
Changelog
- kindle-send auto detects the type of file is a url, file or a collection of urls
- Now you can chain multiple urls and files together and send them all at once
kindle-send download
option to download the files but not send them- Muted the warning "config home not set" if XDG_CONFIG_HOME variable is not set.
- Older commands will not work with this version, hence versioned as v2.0.0-rc-1. If you're using
kindle-send
in scripts, this update will break them.
1.0.3
What's Changed
- Fix wrong config by @nikhil1raghav in #16
- Fix image rendering by @nikhil1raghav in #19
- Look for config in CONFIG_HOME/kindle-send/ by @nikhil1raghav in #20
- Handle case when config home is set by @nikhil1raghav in #21
- Added
--dry-run
flag - Support installation via brew
Full Changelog: v1.0.2...1.0.3
v1.0.3-rc-2
What's Changed
- Fix image rendering if extension of image is not added by @nikhil1raghav in #19
- Look for config in CONFIG_HOME/kindle-send/ - config will be stored inside kindle-send folder in CONFIG_HOME by @nikhil1raghav in #20
- Handle case when config home is set by @nikhil1raghav in #21
Full Changelog: v1.0.3-rc-1...v1.0.3-rc-2
v1.0.3-rc-1
What's Changed
- Fix wrong config by @nikhil1raghav in #16
There was a problem with storing smtp address and port while using different provider other than gmail. Fixed in this pre-release.
v1.0.2
What's Changed
- Added version string and build information,
--version
flag by @nikhil1raghav in #7 - Create unique hash for filenames to get safe file names by @nikhil1raghav in #10
- Config path will be
XDG_CONFIG_HOME
orHOME/.config
by @nikhil1raghav in #11 - Added AGPLv3.0 license
Full Changelog: v1.0.1...v1.0.2
v1.0.1
v1.0.0
First release
- Removed dependency on calibre and percollate
- Made installation easier by providing standalone binaries
- Support for sending multiple files batched in a volume
- Password is encrypted at rest
- Added colors
- Faster, multi-threaded epub generation when multiple links are provided