diff options
author | benadha <benawiadha@gmail.com> | 2021-10-23 16:16:36 +0700 |
---|---|---|
committer | benadha <benawiadha@gmail.com> | 2021-10-23 16:16:36 +0700 |
commit | 12c49f6dd18a1b736a43d80472b1d0da9023cc24 (patch) | |
tree | a35225579beb792d4a526aed32e37fcea51852ed /README.md | |
parent | 55f938c3dcbb91c91f2e9bee01556bf8da97158d (diff) | |
download | epy-12c49f6dd18a1b736a43d80472b1d0da9023cc24.tar.gz |
v2021.10.23: Major refactoring
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -20,6 +20,18 @@ This is just a fork of my own [epr](https://github.com/wustho/epr) with these ex - Text-to-Speech (with additional setup, read [below](#text-to-speech)) - [Double Spread](#double-spread) +## Note on `v2021.10.23` and beyond + +There happens major refactoring for `epy` in version `v2021.10.23` which harness +a lot of new stuffs in python standard libraries starting from `python>=3.7`, so +`epy` won't be compatible with older python version and won't be backward compatible +with older `epy` version. And if you decide to install this version you might lose +your reading progress with older `epy`. + +There are no new features with this version but some bugfixes. The refactoring is +just to keep `epy` up to date to recent python and making it easier +for future contributors to read. + ## Installation - Via PyPI |