2022-03-08 13:14:51 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Mar 8 12:57:31 UTC 2022 - pgajdos@suse.com
|
|
|
|
|
|
|
|
|
|
- add %autopatch back, it was mistakenly removed
|
|
|
|
|
|
2022-03-07 22:35:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Mar 7 13:02:41 UTC 2022 - pgajdos@suse.com
|
|
|
|
|
|
|
|
|
|
- version update to 1.13.0
|
|
|
|
|
1.13.0
|
|
|
|
|
------
|
|
|
|
|
- Added ability to change a `Button`'s text through a `.text` attribute.
|
|
|
|
|
- Added ability to accept a name attribute in the `Button` and `Label` constructors.
|
|
|
|
|
- Added ability to detect job pause/resume and force full screen refresh.
|
|
|
|
|
- Added ability to request terminal default colours using `Screen.COLOUR_DEFAULT`.
|
|
|
|
|
- Converted widgets to a sub-package.
|
|
|
|
|
- Fixed issue with labels in a layout column preventing buttons from being pressed.
|
|
|
|
|
- Fixed issue with visual overrun on Listboxes when there is a label offset.
|
|
|
|
|
- Fixed issue with TextBox hitting IndexError in double buffers due to lack of clipping.
|
|
|
|
|
- Fixed issue with Text/TextBox start columns on reset.
|
|
|
|
|
- Added troubleshooting on terminal colour handling.
|
|
|
|
|
1.12.0
|
|
|
|
|
------
|
|
|
|
|
- Added ColouredText objects to handle embedded colour codes in text for some widgets.
|
|
|
|
|
- Added parsers to handle Asciimatics and Ansi Terminal escape sequences.
|
|
|
|
|
- Added ControlCodeParser to create human readable text from raw text with control codes in it.
|
|
|
|
|
- Added readonly logic for Text and TextBox.
|
|
|
|
|
- Added ability to enable/disable widgets by column in layouts.
|
|
|
|
|
- Added left/right/up/down navigation to nearest widget.
|
|
|
|
|
- Added ability to scroll screen/canvas by variable number of lines.
|
|
|
|
|
- Created terminal demo
|
|
|
|
|
- Fixed exception on reinstating NoneType signal handler.
|
|
|
|
|
- Fixed float/int issue with recent builds of pywin32.
|
|
|
|
|
- Fixed issue where setting options changed the selected value (even if it was still present).
|
|
|
|
|
- Fixed erroneous trigger of on_load for all Frames at start of day.
|
|
|
|
|
- Fixed bug where Frames passed on events that they already handled.
|
|
|
|
|
- Fixed bug: Restore current theme on screen resize.
|
|
|
|
|
- Fixed bug in scrolling the screen up.
|
|
|
|
|
- deleted patches
|
|
|
|
|
- pr_200.patch (upstreamed)
|
|
|
|
|
- added patches
|
|
|
|
|
fix https://github.com/peterbrittain/asciimatics/issues/347
|
|
|
|
|
+ python-asciimatics-no-mock.patch
|
|
|
|
|
|
2020-08-17 06:24:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Aug 16 12:30:59 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Replace nose with pytest
|
|
|
|
|
|
2019-05-15 20:44:09 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed May 15 20:33:08 UTC 2019 - Ethan Apodaca <eapodaca@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 1.11.0
|
|
|
|
|
+ See changes file for details
|
|
|
|
|
|
2019-05-09 09:42:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu May 9 01:33:20 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Activate test suite
|
|
|
|
|
- Add missing runtime dependency python-curses
|
|
|
|
|
- Add CHANGES.rst, README.rst and doc/*.rst to %doc
|
2019-05-09 09:52:36 +00:00
|
|
|
- Add patch pr_200.patch to tweak some tests
|
2019-05-09 09:42:19 +00:00
|
|
|
|
2018-11-29 21:05:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Mar 5 20:50:10 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
- Initial version
|