fnp
/
librarian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
eb25cad
)
release
24.9
author
Radek Czajka
<rczajka@rczajka.pl>
Wed, 18 Sep 2024 12:50:09 +0000
(14:50 +0200)
committer
Radek Czajka
<rczajka@rczajka.pl>
Wed, 18 Sep 2024 12:50:09 +0000
(14:50 +0200)
CHANGELOG.md
patch
|
blob
|
history
setup.py
patch
|
blob
|
history
diff --git
a/CHANGELOG.md
b/CHANGELOG.md
index
13a3341
..
2cc365a
100644
(file)
--- a/
CHANGELOG.md
+++ b/
CHANGELOG.md
@@
-2,6
+2,17
@@
This document records all notable changes to Librarian.
This document records all notable changes to Librarian.
+## 24.9
+
+- Remove old API for HTML, TXT generators. Move to new API.
+- The HTML format is changed:
+ - text-elements now have 'wl' class and id attribute,
+ - magic 'secN' ids are removed
+ - 'a.target' elements removed
+ - numbering anchors class changed to wl-num
+- Removed all code related to art gallery.
+- Drop Python 3.7.
+
## 24.5
- Smaller images in EPUB (600px width instead of 1200px).
## 24.5
- Smaller images in EPUB (600px width instead of 1200px).
diff --git
a/setup.py
b/setup.py
index
afca003
..
b52c069
100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-22,7
+22,7
@@
def whole_tree(prefix, path):
setup(
name='librarian',
setup(
name='librarian',
- version='24.
5
',
+ version='24.
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',