This release adds a couple of endpoints to the API, search
and refresh/reload
, you can search titles by name or id, same as the grid/list pages, and you can also submit a refresh or reload request trough the api.
The refresh/reload requests will be executed in the background, there is a lock mechanism to avoid performing a refresh while a refresh/reload is already on queue or in progress.
There are also some minor fixes, but most of the work on this release were the API.
Migration from previus version should be straightforward, just move your database over the data folder and restart the app.
What's Changed
- Features/api by @ivaano in #101
- Features/api by @ivaano in #102
- warning-cleanup by @ivaano in #103
- Warning cleanup by @ivaano in #104
- Disable RowSelectOnClick for library, use row checkbox instead. by @ivaano in #105
Full Changelog: v0.5.0...v0.5.1