Skip to content

Releases: Cimbali/pympress

Presentation time analysis and automated building for windows

07 Aug 14:39
Compare
Choose a tag to compare
Release v1.4.0 with breakdown of presentation time

Also automatic building of releases for windows thanks to
Msys2/MinGW-w64 on appveyor, and of course documentation upgrade.

Gif support and other novelties

06 Sep 19:26
Compare
Choose a tag to compare
  • Pympress now supports playing gif files that are embedded as movies, e.g. with \movie in the multimedia package for beamer.
  • The highlight mode is now configurable just like the normal and notes on second screen modes, meaning we can see notes together with the current slide being highlighted.
  • Czech translation (courtesy of @multiflexi )

Bugfix

16 Jan 15:01
Compare
Choose a tag to compare

Small patch to fix the estimated talk time bug #50

v1.1.1

07 Jan 14:55
Compare
Choose a tag to compare

Improve video support on two screens,

v1.1.0

01 Dec 11:11
Compare
Choose a tag to compare
Version bump & docs update

1.1.0 pre release

22 Nov 14:02
Compare
Choose a tag to compare
1.1.0 pre release Pre-release
Pre-release

Includes a bug fix for python2, improving the log file mechanism and completing some translations.

1.1.0 pre release

22 Nov 14:01
Compare
Choose a tag to compare
1.1.0 pre release Pre-release
Pre-release

Mainly a big refactor, some bug fixes linked to logging behaviour on Windows thanks to @r5r3

Configurable layout, emulated laser pointer, recent files menu, and more

10 Aug 01:09
Compare
Choose a tag to compare

Novelties:

  • Possibility to rearrange layout in config file (see here for how the constraints on the json string's content: https://cimbali.github.io/pympress/options.html#layouts),
  • ctrl + click now emulates a laser pointer on screen,
  • various bug fixes,
  • menu of recently opened files,
  • any errors now are logged to a file named pympress.log in the current directory

Pre-rendering fix on windows

23 Mar 20:13
Compare
Choose a tag to compare

Patch with bug fix for Mac OS X

03 Mar 22:03
Compare
Choose a tag to compare

Buf fixed on Mac OS X where pymprepss crashed due to trying non-portable things for translation. This is fixed now: translation works if python can find libintl.dylib and otherwise fails gracefully (i.e. no crash).
Thanks to @brianmay for reporting the bug and testing the fix.

Other novelty, a German translation, work of @FriedrichFroebel