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

130 lines
3.6 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
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