Releases: m-haisham/novelsave
Releases · m-haisham/novelsave
Version 0.8.4
Changed
- Bumped dependencies versions.
- Install requirements from
requiements.txt
in Dockerfile. - Changed target python version to 3.8.
Fixed
Version 0.8.3
Added
- Added emoji's to discord replies
Changed
- Changed discord commands to slash commands
- Changed discord sources list to embedded
Version 0.8.2
Added
- Added ability to upload files to cloud
- Added external file hosting to discord bot (files larger than 8Mb)
- Added Okteto deployment configuration
Changed
- Updated dependencies
- lxml 4.6.4 -> 4.6.5
- Changed
dotenv
into an optional dependency - Integrated application injector into discord injector
Fixed
- Fix discord bot logging format to diagnose errors
- Fix discord bot freezing when encountering error in searching
Version 0.8.1
Changed
- Removed url lazy loading from db in favour of sql statement
- Changed discord session
call
toget
and it now returns the method
instead of calling it
Fixed
- Fixed where provided webnovel urls not added to db #44
- Fixed discord dm message
- Fixed discord thread access errors
Version 0.8.0
Added
- Added github issue templates
- Added CHANGELOG.md
- Added
--json
output option for info command - Added pre-commit checks for consistent style
- Added pre-commit badge to README.md
- Added change log to database migrations README.md
- Added discord bot with (most functions are only available in private):
- Download novel to multiple formats
- Search for novels using a query
- Added alternative method to acquire package version if importlib fails
Changed
- Updated project dependencies
- Changed logging style
- Changed novel list to display as a table
- Renamed novelsave/static to novelsave/resources
Fixed
- Fix empty dict-value error in inject_assets
v0.7.8
What's Changed
- Config: Version 2 by @mensch272 in #39
- Fix empty dict-value error in inject_assets
- No longer modify the provided urls
- Lifted migrations from empty folder infrastructure
- Fix: skip updates not working as intended
- Fixed tests
- Create CODE_OF_CONDUCT.md
- Create CONTRIBUTING.md
- Added text packager
- Added --skip-updates flag
Full Changelog: v0.7.7...v0.7.8
Version 0.7.7
Just a minor update
- Transitioned build to poetry.
- Added
--target-all
to process command (was previously omitted). - Fix where an error was raised when threads was None.
- Transitioned source parser to the new interface
- Output is no longer bold in info level
Version 0.7.6
Features
- Added mobi packager
- Added pdf packager
- Added azw3 packager
- Added
--target-all
argument to packaging
Behaviour
- Added packaging priority
- Raise error if packaging keyword not recognized
- Dont check for updates if this its a help call
Other
- Moved more options to setup.cfg
Version 0.7.5
- Moved
static
package intonovelsave
Version 0.7.4
Changes
- Added packaging target: html. Read more
- Disable update check when using --help
- Expanded info command to show more detials
Fixes
- Fixed log file encoding error