Releases: Nepochal/wallabag-cli
Releases · Nepochal/wallabag-cli
1.0.0
0.8.1b
- Fixed export as pdf file
- Fixed export as mobi file
- Bugfix: The config arg now works with wallabag export
0.8.0b
- 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
- Fixed a bug where the --config arg did not work (Thanks to jludwig)
0.7.2a
(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
- 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
- added "wallabag.py show" for viewing full entries
0.6.0a
- 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
- 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
- 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