Skip to content

Releases: Nepochal/wallabag-cli

1.0.0

12 Jan 13:19
1.0.0
56e57dc
Compare
Choose a tag to compare

Stable release

0.8.1b

22 Dec 11:50
ad170b1
Compare
Choose a tag to compare
  • Fixed export as pdf file
  • Fixed export as mobi file
  • Bugfix: The config arg now works with wallabag export

0.8.0b

18 Dec 12:58
0.8.0-beta
80a63c4
Compare
Choose a tag to compare
  • added "wallabag.py export" for exporting wallabag entries to a file
  • fixed a bug that caused an exception on running wallabag without parameters

0.7.3b

17 Dec 09:59
0.7.3-beta
f64a5e0
Compare
Choose a tag to compare
  • Fixed a bug where the --config arg did not work (Thanks to jludwig)

0.7.2a

21 Jul 07:35
Compare
Choose a tag to compare

(Because of a hardware fault I'm not able to compile armv7-binaries anymore. Sorry.)

  • Errors while encrypting or decrypting configs now show error messages instead of crashing the program
  • Added warning in the config file to not edit the config manually

0.7.1a

09 Nov 12:32
Compare
Choose a tag to compare
  • Bugfix: It is now possible to pipe the output of "wallabag list" to a file or program
  • Bugfix: It is now possible to pipe the output of "wallabag show" to a file or program
  • Bugfix: The built version will not throw random errors while using "wallabag show" anymore

0.7.0a

08 Nov 07:42
Compare
Choose a tag to compare
  • added "wallabag.py show" for viewing full entries

0.6.0a

03 Nov 14:30
Compare
Choose a tag to compare
  • Added parameter "--quiet" to "wallabag.py add"
  • Added parameter "--quiet" to "wallabag.py update"
  • Added parameter "--quiet" to "wallabag.py delete"
  • Added parameter "--quiet" to "wallabag.py read"
  • Added parameter "--quiet" to "wallabag.py star"
  • Added a global parameter "--config" for using a custom config file
  • Password and OAuth2-secret will be stored encrypted in the config file

0.5.0a

02 Nov 13:13
Compare
Choose a tag to compare
  • Added "wallabag.py read" as an alias for "wallabag.py update --read"
  • Added "wallabag.py star" as an alias for "wallabag.py update --starred"
  • Swapped the parameter "--count" with "--quantity" in "wallabag.py list"
  • Added a new parameter "--count" to "wallabag.py list" that shows a sum of matching entries
  • Added parameter "--full" to "wallabag.py list" to prevent title trimming
  • Replaced the character for read entries (✔) on windows with "r" due to problems with unicode characters in the windows cli/powershell
  • The default config path is now the users home folder

0.4.0a

31 Oct 18:18
Compare
Choose a tag to compare
  • added "wallabag.py update" for updating existing entries
  • added "wallabag.py delete" for deleting wallabag entries
  • improved the output of entry-titles
  • switched license from GPLv3 to MIT
  • optimized source code