AppyPrinciplesGettingĀ started
Appy 1.0.15 šŸ 2023/05/04

Appy 1.0.15Ā has been released. Here is the detailed changelog.

POD

  • Else statements do not evaluate the tied if expression again: it gets the evaluation result from the context instead. It also allows to solve errors where a variableĀ is defined in the same block of statements as the if statement (and is used by this latter), but is unknown in the context of the else statement.
  • āš ļø classes BulletedProperties and NumberedProperties (see this page): default values for some attributes have been changed.
  • Using the Renderer with the template specified as a BytesIO object: fix.
  • xhtml function: manageĀ li tags within div tags, as produced by Appy's XhtmlDiffer.
  • Performance: all %-based string replacements have been converted to f-strings.

BIN

  • ScriptĀ osub.py Ā· Works even if the first content element in the document is a table.
  • ScriptĀ ogrep.py: manage chars 'apos' and 'quot'.

UTILS

  • Check out the Appy-specificĀ HTTP client from appy/utils/client.py:Ā itĀ is now able to send HTTP POST requests in multipart format, containing binary files.
//12
Title
1 1.0.14 - 2023/02/27
2 1.0.13 - 2022/10/31
3 1.0.12 - 2022/06/22
4 1.0.11 - 2022/01/29
5 1.0.10 - 2022/01/07
6 1.0.9 - 2021/10/26
7 1.0.8 - 2021/07/05
8 1.0.7 - 2021/03/27
9 1.0.6 - 2021/03/22
10 1.0.5 - 2021/02/10
11 1.0.4 - 2020/11/13
12 1.0.3 - 2020/08/21