calibre-tal/DEVEL.md

20 lines
638 B
Markdown
Raw Normal View History

2020-12-26 11:41:13 +00:00
## Useful links
Writing plugins:
* [Getting involved with calibre](https://calibre-ebook.com/get-involved)
* [Writing plugins](https://manual.calibre-ebook.com/creating_plugins.html)
Environment:
* [Since version 5.0 calibre uses python3.](https://calibre-ebook.com/new-in/fourteen)
* [Since version 4.0 calibre has replaced Qt WebKit with Qt WebEngine.](https://calibre-ebook.com/new-in/thirteen)
* [Since version 2.0 calibre uses Qt5.](https://calibre-ebook.com/new-in/eleven)
## Release process
cd REPO_ROOT
VERSION="1.1.0"
cd theanarchistlibrary_store
zip ../releases/theanarchistlibrary_store_v${VERSION}.zip *