Skip to content

Commit

Permalink
Prepare for 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
knowledgejunkie committed Feb 24, 2024
1 parent 29f1607 commit 3d0f3ff
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 19 deletions.
19 changes: 15 additions & 4 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
1.2.2 yyyy-mm-dd
1.3.0 2024-02-24

- tv_grab_eu_epgdata: disable grabber
- tv_grab_na_dtv disabled grabber due to upstream changes
+ tv_grab_uk_freeview new grabber for Freeview schedules
+ tv_grab_uk_freeview: new grabber for UK Freeview schedules

- tv_grab_eu_epgdata: disable grabber (upstream site gone)
- tv_grab_na_dtv: disable grabber (upstream site changes)
- tv_grab_pt_meo: disable grabber (upstream site changes)
- tv_grab_uk_guide: disable grabber (upstream site changes)

* tv_grab_ch_search: fix setting of configured channels
* tv_grab_fi: updates for STAR Chanel/FOXTV rename, and YLE
data source (API key needs)
* tv_grab_zz_sdjson: improvements to episode/season handling
* tv_grab_zz_sdjson_sqlite:
improvements to episode/season handling,
3rd-party metadata, lineups handling, and more

1.2.1 2023-02-23

Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ GetOptions('strict-deps' => \$opt_strictdeps, # be strict about dependencies
);

our $VERSION;
$VERSION = '1.2.2';
$VERSION = '1.3.0';

# Fragment of Makefile text to give the directory where files should
# be installed. The extra '.' in the middle of the path is to avoid
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</a>
</p>

# XMLTV 1.2.2
# XMLTV 1.3.0

## Table of Contents

Expand Down Expand Up @@ -257,4 +257,4 @@ We run the following mailing lists:

We run an IRC channel #xmltv on Libera Chat. Please join us!

-- Nick Morrott, [email protected], 2023-02-23
-- Nick Morrott, [email protected], 2024-02-24
23 changes: 12 additions & 11 deletions doc/README-Windows.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# XMLTV 1.2.2 Windows Release
# XMLTV 1.3.0 Windows Release

## Table of Contents

Expand Down Expand Up @@ -40,15 +40,16 @@ Major Changes in this release

| Grabber | Change |
| ---------- | --------- |
| tv_grab_ar | **disable grabber** |
| tv_grab_tr | **disable grabber** |
| tv_grab_fi | improvements to handle upstream changes |
| tv_grab_fi_sv | update UserAgent to work with upstream changes |
| tv_grab_fr | improvements to channel name handling and upstream changes |
| tv_grab_na_dd | add some debug info |
| tv_grab_uk_tvguide | minor bug fixes & improvements |
| tv_grab_zz_sdjson | support Schedules Direct redirection response |
| tv_grab_zz_sdjson_sqlite | improve rating agency data validation and update documentation |
| tv_grab_uk_freeview | new grabber for Freeview schedules |
| tv_grab_eu_epgdata | disable grabber (upstream site gone) |
| tv_grab_na_dtv | disable grabber (upstream site changes) |
| tv_grab_pt_meo | disable grabber (upstream site changes) |
| tv_grab_uk_guide | disable grabber (upstream site changes) |
| tv_grab_ch_search | fix setting of configured channels |
| tv_grab_fi | updates for STAR Chanel/FOXTV rename, and YLE data source (API key needs) |
| tv_grab_zz_sdjson | improvements to episode/season handling |
| tv_grab_zz_sdjson_sqlite | improvements to episode/season handling, 3rd-party metadata, lineups handling, and more |


Please see the git log for full details of changes in this release.

Expand Down Expand Up @@ -122,4 +123,4 @@ We run the following mailing lists:

- [xmltv-announce](https://sourceforge.net/projects/xmltv/lists/xmltv-announce): announcements of new XMLTV releases

-- Nick Morrott, [email protected], 2023-02-23
-- Nick Morrott, [email protected], 2024-02-24
2 changes: 1 addition & 1 deletion lib/XMLTV.pm.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ our @EXPORT_OK = qw(read_data parse parsefile parsefiles write_data
# the xmltv package as a whole. This number should be checked by the
# mkdist tool.
#
our $VERSION = '1.2.2';
our $VERSION = '1.3.0';

# Work around changing behaviour of XML::Twig. On some systems (like
# mine) it always returns UTF-8 data unless KeepEncoding is specified.
Expand Down

0 comments on commit 3d0f3ff

Please sign in to comment.