|
| 1 | +## [7.2.0] - 2022-08-05 |
| 2 | + |
| 3 | +### Additions |
| 4 | + |
| 5 | +- Add various color manipulation utilities |
| 6 | +- Add `#auto` TIM pseudo-tag that always gives properly contrasted foreground text |
| 7 | +- Add `palettes` module for framework-wide color generation & configuration |
| 8 | +- Add `Synchronized Output` support |
| 9 | +- Add `FancyReprWidget` |
| 10 | +- Add `ptg --palette` flag |
| 11 | + |
| 12 | +### Bugfixes |
| 13 | + |
| 14 | +- Fix markup aliases getting literalized during `parsing.eval_alias` & `MarkupLanguage.alias` |
| 15 | +- Fix background colors creating vertical seams in SVG exports |
| 16 | +- Fix colors getting localized pre-maturely |
| 17 | + |
| 18 | +### Refactors |
| 19 | + |
| 20 | +- Make all the `ptg` program & all builting widgets use the global palette |
| 21 | + |
| 22 | +<!-- HATCH README END --> |
| 23 | + |
| 24 | + |
1 | 25 | ## [7.1.0] - 2022-07-27
|
2 | 26 |
|
3 | 27 | ### Additions
|
|
293 | 317 | - Fix blocking `getch` call on Windows
|
294 | 318 |
|
295 | 319 |
|
296 |
| -[7.1.0]: https://github.com/bczsalba/pytermgui/compare/7.0.0...7.1.0 |
297 |
| -[7.0.0]: https://github.com/bczsalba/pytermgui/compare/6.4.0...7.0.0 |
298 |
| -[6.4.0]: https://github.com/bczsalba/pytermgui/compare/6.0.0...6.4.0 |
299 |
| -[6.3.0]: https://github.com/bczsalba/pytermgui/compare/6.2.2...6.3.0 |
300 |
| -[6.2.2]: https://github.com/bczsalba/pytermgui/compare/6.2.1...6.2.2 |
301 |
| -[6.2.1]: https://github.com/bczsalba/pytermgui/compare/6.2.0...6.2.1 |
302 |
| -[6.2.0]: https://github.com/bczsalba/pytermgui/compare/6.1.0...6.2.0 |
303 |
| -[6.1.0]: https://github.com/bczsalba/pytermgui/compare/6.0.0...6.1.0 |
304 |
| -[6.0.0]: https://github.com/bczsalba/pytermgui/compare/5.0.0...6.0.0 |
305 |
| -[5.0.0]: https://github.com/bczsalba/pytermgui/compare/4.3.2...5.0.0 |
306 |
| -[4.3.2]: https://github.com/bczsalba/pytermgui/compare/4.3.1...4.3.2 |
307 |
| -[4.3.1]: https://github.com/bczsalba/pytermgui/compare/4.3.0...4.3.1 |
308 |
| -[4.3.0]: https://github.com/bczsalba/pytermgui/compare/4.2.0...4.3.0 |
309 |
| -[4.2.1]: https://github.com/bczsalba/pytermgui/compare/4.2.0...4.2.1 |
310 |
| -[4.2.0]: https://github.com/bczsalba/pytermgui/compare/4.1.0...4.2.0 |
311 |
| -[4.1.0]: https://github.com/bczsalba/pytermgui/compare/4.0.0...4.1.0 |
312 |
| -[4.0.1]: https://github.com/bczsalba/pytermgui/compare/4.0.0...4.0.1 |
313 |
| -[4.0.0]: https://github.com/bczsalba/pytermgui/compare/3.2.1...4.0.0 |
| 320 | +<!-- HATCH URI DEFINITIONS START --> |
| 321 | + |
| 322 | +[7.2.0]: https://github.com/bczsalba/pytermgui/compare/v7.1.0...v7.2.0 |
| 323 | +[7.1.0]: https://github.com/bczsalba/pytermgui/compare/v7.0.0...v7.1.0 |
| 324 | +[7.0.0]: https://github.com/bczsalba/pytermgui/compare/v6.4.0...v7.0.0 |
| 325 | +[6.4.0]: https://github.com/bczsalba/pytermgui/compare/v6.0.0...v6.4.0 |
| 326 | +[6.3.0]: https://github.com/bczsalba/pytermgui/compare/v6.2.2...v6.3.0 |
| 327 | +[6.2.2]: https://github.com/bczsalba/pytermgui/compare/v6.2.1...v6.2.2 |
| 328 | +[6.2.1]: https://github.com/bczsalba/pytermgui/compare/v6.2.0...v6.2.1 |
| 329 | +[6.2.0]: https://github.com/bczsalba/pytermgui/compare/v6.1.0...v6.2.0 |
| 330 | +[6.1.0]: https://github.com/bczsalba/pytermgui/compare/v6.0.0...v6.1.0 |
| 331 | +[6.0.0]: https://github.com/bczsalba/pytermgui/compare/v5.0.0...v6.0.0 |
| 332 | +[5.0.0]: https://github.com/bczsalba/pytermgui/compare/v4.3.2...v5.0.0 |
| 333 | +[4.3.2]: https://github.com/bczsalba/pytermgui/compare/v4.3.1...v4.3.2 |
| 334 | +[4.3.1]: https://github.com/bczsalba/pytermgui/compare/v4.3.0...v4.3.1 |
| 335 | +[4.3.0]: https://github.com/bczsalba/pytermgui/compare/v4.2.0...v4.3.0 |
| 336 | +[4.2.1]: https://github.com/bczsalba/pytermgui/compare/v4.2.0...v4.2.1 |
| 337 | +[4.2.0]: https://github.com/bczsalba/pytermgui/compare/v4.1.0...v4.2.0 |
| 338 | +[4.1.0]: https://github.com/bczsalba/pytermgui/compare/v4.0.0...v4.1.0 |
| 339 | +[4.0.1]: https://github.com/bczsalba/pytermgui/compare/v4.0.0...v4.0.1 |
| 340 | +[4.0.0]: https://github.com/bczsalba/pytermgui/compare/v3.2.1...v4.0.0 |
0 commit comments