feat: large "present" feature refactoring (#15)

* fix(cli): previous presentation starts last slide

This changes the previous behavior that was such that going to previous presentation (scene) would start it from zero.

* fix(README): remove non-working svgs

Seems like GitHub does not support that

* wip: onto a cleaner parser, and more robust presentation

* fix(README): remove non-working svgs

Seems like GitHub does not support that

* wip: onto a cleaner parser, and more robust presentation

* wip: some progress

* fix: this is kinda working now

* fix: repeated reversed slide

* fix: import __version__ without importing package

* fix: typing list -> List

* chore(README): update features
This commit is contained in:
Jérome Eertmans
2022-09-15 15:10:12 +02:00
committed by GitHub
parent f6f851bd09
commit 4816fc9a41
6 changed files with 362 additions and 167 deletions

View File

@ -1 +1 @@
__version__ = "3.2.4"
__version__ = "4-rc.1"