AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to 2.1.0: * Ability to pause/resume terminal capture with `C-\` key shortcut * Desktop notifications - only for the above pause feature at the moment * Removed dependency on tput/ncurses (thanks @arp242 / Martin Tournoij!) * ASCIINEMA_REC env var is back (thanks @landonb / Landon Bouma!) * Terminal answerbacks (CSI 6 n) in `asciinema cat` are now hidden (thanks @djpohly / Devin J. Pohly!) * Codeset detection works on HP-UX now (thanks @michael-o / Michael Osipov!) * Attempt at recording to existing file suggests use of `--overwrite` option now * Upload for users with very long `$USER` is fixed * Added official support for Python 3.8 and 3.9 * Dropped official support for EOL-ed Python 3.4 and 3.5 * Internal refactorings
- Modernise spec file - Reduce space usage by fdupes
- Update to 2.0.2 * Official support for Python 3.7 * Recording is now possible on US-ASCII locale * Improved Android support * Possibility of programatic recording with asciinema.record_asciicast function * Uses new JSON response format added recently to asciinema-server * Tweaked message about how to stop recording * Added proper description and other metadata to Python package
- Upadte to 2.0.1: * Fixed example in asciicast v2 format doc * Replaced deprecated encodestring with encodebytes * Fixed location of config dir (mv ~/.asciinema ~/.config/asciinema) * Internal refactorings
- Update to 2.0.0: * see: /usr/share/doc/packages/asciinema/CHANGELOG
- Update to 1.4.0: * see: /usr/share/doc/packages/asciinema/CHANGELOG
- Upadate to 1.3.0: * see: /usr/share/doc/packages/asciinema/CHANGELOG - Create a new spec file for building RPM on Python.
- Remove static libraries
- Update to 1.2.0: * see: /usr/share/doc/packages/asciinema/CHANGELOG
- Fix build on openSUSE > 42.1: add golang-packaging - Disable find-provides function
- Initial package