OBS-URL: https://build.opensuse.org/package/show/network/asciinema?expand=0&rev=27
167 lines
6.7 KiB
Plaintext
167 lines
6.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Nov 1 14:08:15 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
- Update to version 3.0.1:
|
|
* fixed reading of asciicasts v1 and v2 having null env values in header
|
|
* upgraded embedded player to the latest version
|
|
* enabled Link-Time Optimization (LTO) and codegen-units=1
|
|
* cleaned up nix flake
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 29 16:27:21 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
- Update to version 3.0.0:
|
|
* Rewrite in rust
|
|
* New v3 file format uses intervals (deltas) for timing session
|
|
events easing editing, restructured headers, support comments
|
|
* Support live terminal streaming
|
|
* Local-first operation: filename is always required, the rec
|
|
command no longer has upload capability. Use asciinema upload
|
|
to publish
|
|
* More self-hosting friendliness
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 24 19:16:22 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
- update to 2.4.0:
|
|
* When recording without file arg we now ask whether to save,
|
|
upload or discard the recording
|
|
* Added capture of terminal resize events
|
|
* Fixed blocking write error when PTY master is not ready
|
|
* Fixed "broken pipe" errors when piping certain commands during
|
|
recording
|
|
* Fixed crash during playback of cast files with trailing blank
|
|
line
|
|
- Requires Python >= 3.7
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 28 08:11:38 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
- update to 2.3.0:
|
|
* Added official support for Python 3.11
|
|
* Dropped official support for Python 3.6
|
|
* Implemented markers in rec and play -m commands
|
|
* Added --loop option for looped playback in play command
|
|
* Added --stream and --out-fmt option for customizing output of play command
|
|
* Improved terminal charset detection (thanks @djds)
|
|
* Extended cat command to support multiple files (thanks @Low-power)
|
|
* Improved upload error messages
|
|
* Fixed direct playback from URL
|
|
* Made raw output start with terminal size sequence (\e[8;H;Wt)
|
|
* Prevented recording to stdout when it's a TTY
|
|
* Added target file permission checks to avoid ugly errors
|
|
* Removed named pipe re-opening, which was causing hangs in certain scenarios
|
|
* Improved PTY/TTY data reading - it goes in bigger chunks now (256 kb)
|
|
* Fixed deadlock in PTY writes (thanks @Low-power)
|
|
* Improved input forwarding from stdin
|
|
* Ignored OSC responses in recorded stdin stream
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 15 18:40:48 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 2.2.0:
|
|
* Added official support for Python 3.8, 3.9, 3.10
|
|
* Dropped official support for Python 3.5
|
|
* Added `--cols` / `--rows` options for overriding size of pseudo-terminal reported to recorded program
|
|
* Improved behaviour of `--append` when output file doesn't exist
|
|
* Keyboard input is now explicitly read from a TTY device in addition to stdin (when stdin != TTY)
|
|
* Recorded program output is now explicitly written to a TTY device instead of stdout
|
|
* Dash char (`-`) can now be passed as output filename to write asciicast to stdout
|
|
* Diagnostic messages are now printed to stderr (without colors when stderr != TTY)
|
|
* Improved robustness of writing asciicast to named pipes
|
|
* Lots of codebase modernizations (many thanks to Davis @djds Schirmer!)
|
|
* Many other internal refactorings
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 18 16:01:07 UTC 2021 - Alexei Podvalsky <avvissu@yandex.by>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 17 09:59:05 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
|
|
|
- Modernise spec file
|
|
- Reduce space usage by fdupes
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 13 08:20:04 UTC 2019 - Alexei Podvalsky <avvissu@yandex.by>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 5 04:14:49 UTC 2018 - avvissu@yandex.by
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 11 23:55:35 UTC 2018 - avvissu@yandex.by
|
|
|
|
- Update to 2.0.0:
|
|
* see: /usr/share/doc/packages/asciinema/CHANGELOG
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 9 05:47:55 UTC 2017 - avvissu@yandex.by
|
|
|
|
- Update to 1.4.0:
|
|
* see: /usr/share/doc/packages/asciinema/CHANGELOG
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 13 17:00:28 UTC 2016 - avvissu@yandex.by
|
|
|
|
- Upadate to 1.3.0:
|
|
* see: /usr/share/doc/packages/asciinema/CHANGELOG
|
|
- Create a new spec file for building RPM on Python.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 31 13:33:14 UTC 2016 - avvissu@yandex.by
|
|
|
|
- Remove static libraries
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 4 18:08:07 UTC 2016 - avvissu@yandex.ru
|
|
|
|
- Update to 1.2.0:
|
|
* see: /usr/share/doc/packages/asciinema/CHANGELOG
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 22 04:02:08 UTC 2016 - avvissu@yandex.ru
|
|
|
|
- Fix build on openSUSE > 42.1: add golang-packaging
|
|
- Disable find-provides function
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 8 20:59:51 UTC 2015 - avvissu@yandex.ru
|
|
|
|
- Initial package
|
|
|