fnp
/
librarian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
6079357
)
Release 1.9, with epub 3
1.9
author
Radek Czajka
<rczajka@rczajka.pl>
Thu, 8 Oct 2020 09:41:39 +0000
(11:41 +0200)
committer
Radek Czajka
<rczajka@rczajka.pl>
Thu, 8 Oct 2020 09:41:39 +0000
(11:41 +0200)
CHANGELOG.md
patch
|
blob
|
history
setup.py
patch
|
blob
|
history
diff --git
a/CHANGELOG.md
b/CHANGELOG.md
index
ecb5c4a
..
d7aa233
100644
(file)
--- a/
CHANGELOG.md
+++ b/
CHANGELOG.md
@@
-3,6
+3,19
@@
This document records all notable changes to Librarian.
This document records all notable changes to Librarian.
+## 1.9 (2020-10-08)
+
+### Added
+
+- Experimental class-based builders for HTML and TXT.
+
+
+### Changed
+
+- Upgraded to EPUB 3, using ebooklib.
+
+
+
## 1.8.3 (2020-05-28)
### Fixed
## 1.8.3 (2020-05-28)
### Fixed
diff --git
a/setup.py
b/setup.py
index
d497bf1
..
0279ed6
100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-8,6
+8,7
@@
import os
import os.path
from setuptools import setup, find_packages
import os.path
from setuptools import setup, find_packages
+
def whole_tree(prefix, path):
files = []
for f in (f for f in os.listdir(os.path.join(prefix, path)) if not f[0]=='.'):
def whole_tree(prefix, path):
files = []
for f in (f for f in os.listdir(os.path.join(prefix, path)) if not f[0]=='.'):
@@
-21,7
+22,7
@@
def whole_tree(prefix, path):
setup(
name='librarian',
setup(
name='librarian',
- version='1.
8.3
',
+ version='1.
9
',
description='Converter from WolneLektury.pl XML-based language to XHTML, TXT and other formats',
author="Marek Stępniowski",
author_email='marek@stepniowski.com',
description='Converter from WolneLektury.pl XML-based language to XHTML, TXT and other formats',
author="Marek Stępniowski",
author_email='marek@stepniowski.com',