Files
perl-Text-ANSITable/perl-Text-ANSITable.changes

200 lines
6.2 KiB
Plaintext
Raw Permalink Normal View History

-------------------------------------------------------------------
Mon Feb 24 05:33:56 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.610.0 (0.610)
see /usr/share/doc/packages/perl-Text-ANSITable/Changes
0.610 2025-02-24 Released-By: PERLANCAR; Urgency: medium
- Hide Win32::Console::ANSI from cpanspec (GH#10).
- [dist] Update prereq to fixed Data::Unixish::bool 1.574 (GH#9).
-------------------------------------------------------------------
Fri Mar 8 23:06:11 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- Fix disabling of __perllib_provides
-------------------------------------------------------------------
Fri Jul 14 03:07:40 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.609
see /usr/share/doc/packages/perl-Text-ANSITable/Changes
0.609 2023-07-14 Released-By: PERLANCAR; Urgency: medium
- No functional changes.
- Remove usage of smartmatch to avoid deprecation warning under
perl 5.38.
-------------------------------------------------------------------
Tue Feb 15 03:09:21 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.608
see /usr/share/doc/packages/perl-Text-ANSITable/Changes
0.608 2022-02-14 Released-By: PERLANCAR; Backward-Incompatible: yes; Urgency: medium
[INCOMPATIBLE CHANGES]
- Update to BorderStyle v3. Marked as incompatible changes because user
will have to install a backward incompatible border style modules.
[ENHANCEMENTS]
- Add example script in share/examples/.
-------------------------------------------------------------------
Wed Jan 5 03:07:18 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.607
see /usr/share/doc/packages/perl-Text-ANSITable/Changes
0.607 2021-08-27 Released-By: PERLANCAR; Urgency: low
- No functional changes.
- Declare features from Module::Features::PerlTrove.
-------------------------------------------------------------------
Sat Aug 28 03:07:13 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.606
see /usr/share/doc/packages/perl-Text-ANSITable/Changes
0.606 2021-08-27 Released-By: PERLANCAR; Urgency: low
- No functional changes.
- [build][dist] Rebuild to fix dependencies (phase=develop) to
Module::Features::*.
0.605 2021-08-27 Released-By: PERLANCAR; Urgency: low
- No functional changes.
- [build][dist] Rebuild to add dependencies (phase=develop,
rel=x_features_from) to Module::Features::*.
-------------------------------------------------------------------
Mon Aug 9 03:10:11 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.604
see /usr/share/doc/packages/perl-Text-ANSITable/Changes
0.604 2021-08-09 Released-By: PERLANCAR; Urgency: low
- Declare Module::Feature features.
0.603 2021-08-08 Released-By: PERLANCAR; Urgency: medium
- Make sure column names are unique (GH#3).
- [ux] Provide backward-compatible (0.5xx) color theme & border style
names.
-------------------------------------------------------------------
Sat Feb 20 03:07:53 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.602
see /usr/share/doc/packages/perl-Text-ANSITable/Changes
0.602 2021-02-19 Released-By: PERLANCAR; Urgency: medium
- [bugfix] Don't emit color reset sequence \e[0m when not using
color.
- [doc] Add sections on referring to columns & rows.
- [doc] Standardize spelling col_name -> colname.
- [refactor] Standardize spelling of variable row_num -> rownum,
col_num -> colnum.
-------------------------------------------------------------------
Mon Oct 5 03:12:44 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 0.601
see /usr/share/doc/packages/perl-Text-ANSITable/Changes
-------------------------------------------------------------------
Wed Apr 3 07:39:17 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 0.501
see /usr/share/doc/packages/perl-Text-ANSITable/Changes
0.501 2018-12-02 (PERLANCAR)
- No functional changes.
- [doc] Mention about the support for NO_COLOR.
0.500 2018-05-31 (PERLANCAR)
- [Bugfix] Re-add 'require Win32::Console::ANSI', which was
accidentally removed during refactoring.
- [dist] Require Win32::Console::ANSI using OSPrereqs.
- [dist] Add spec dependency to Color::Theme.
-------------------------------------------------------------------
Wed Feb 7 17:25:55 UTC 2018 - coolo@suse.com
- updated to 0.49
see /usr/share/doc/packages/perl-Text-ANSITable/Changes
-------------------------------------------------------------------
Sun Jul 17 09:58:53 UTC 2016 - coolo@suse.com
- updated to 0.48
see /usr/share/doc/packages/perl-Text-ANSITable/Changes
0.48 2016-03-11 (PERLANCAR)
- No functional changes.
- Adjust to Text::ANSI::Util 0.22 (::NonWideUtil removed).
0.47 2016-03-09 (PERLANCAR)
- Replace JSON module with JSON::MaybeXS.
0.46 2015-10-22 (PERLANCAR)
- Remove needless use of Module::Path::More.
0.45 2015-10-21 (PERLANCAR)
- No functional changes.
- Mention about wide character support depending on an optional prereq
Text::ANSI::WideUtil which might need to be installed explicitly.
0.44 2015-10-21 (PERLANCAR)
- [Bugfix] Make usage of Text::ANSI::WideUtil optional, add 'wide'
attribute.
0.43 2015-10-21 (PERLANCAR)
- [dist] Fix build failure.
- [dist] Add Data::Unixish::Apply to DevelopRequires prereq (needed
to insert output into POD).
- [Bugfix] Delay loading Data::Unixish::Apply until it's needed.
0.42 2015-10-20 (PERLANCAR)
- No functional changes.
- To reduce reps, remove use of DateTime in
bin/ansitable-list-color-themes.
- To reduce deps, downgrade prereq Data::Unixish from requires to
recommends.
0.41 2015-08-18 (PERLANCAR)
- No functional changes.
- Switch from Log::Any to Log::Any::IfLOG.
-------------------------------------------------------------------
Fri Apr 17 12:10:40 UTC 2015 - coolo@suse.com
- initial package