Skip to content

Releases: nikhil1raghav/kindle-send

v2.0.0-rc-2

19 Aug 18:48
db376ac
Compare
Choose a tag to compare

Changelog

  • d418785 Sanitaze file names - draft
  • 6d0211b Update .gitignore, use sanitaze function
  • a546157 Use gosimple/slug for creating file names
  • 779bca4 [fix] return filepath

v2.0.0-rc-1

16 Apr 13:35
3e8a628
Compare
Choose a tag to compare
v2.0.0-rc-1 Pre-release
Pre-release

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

27 Sep 06:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...1.0.3

v1.0.3-rc-2

23 Sep 04:50
Compare
Choose a tag to compare
v1.0.3-rc-2 Pre-release
Pre-release

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

08 Sep 03:55
3a18531
Compare
Choose a tag to compare
v1.0.3-rc-1 Pre-release
Pre-release

What's Changed

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

07 Sep 04:26
Compare
Choose a tag to compare

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 or HOME/.config by @nikhil1raghav in #11
  • Added AGPLv3.0 license

Full Changelog: v1.0.1...v1.0.2

v1.0.1

06 Sep 04:42
052dd0a
Compare
Choose a tag to compare

What's Changed

  • Fixed timeout issue while sending bigger files in #4

Full Changelog: v1.0.0...v1.0.1

v1.0.0

04 Sep 13:46
Compare
Choose a tag to compare

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