Skip to content

Commit 3d0f3ff

Browse files
Prepare for 1.3.0 release
1 parent 29f1607 commit 3d0f3ff

File tree

5 files changed

+31
-19
lines changed

5 files changed

+31
-19
lines changed

Changes

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
1-
1.2.2 yyyy-mm-dd
1+
1.3.0 2024-02-24
22

3-
- tv_grab_eu_epgdata: disable grabber
4-
- tv_grab_na_dtv disabled grabber due to upstream changes
5-
+ tv_grab_uk_freeview new grabber for Freeview schedules
3+
+ tv_grab_uk_freeview: new grabber for UK Freeview schedules
4+
5+
- tv_grab_eu_epgdata: disable grabber (upstream site gone)
6+
- tv_grab_na_dtv: disable grabber (upstream site changes)
7+
- tv_grab_pt_meo: disable grabber (upstream site changes)
8+
- tv_grab_uk_guide: disable grabber (upstream site changes)
9+
10+
* tv_grab_ch_search: fix setting of configured channels
11+
* tv_grab_fi: updates for STAR Chanel/FOXTV rename, and YLE
12+
data source (API key needs)
13+
* tv_grab_zz_sdjson: improvements to episode/season handling
14+
* tv_grab_zz_sdjson_sqlite:
15+
improvements to episode/season handling,
16+
3rd-party metadata, lineups handling, and more
617

718
1.2.1 2023-02-23
819

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ GetOptions('strict-deps' => \$opt_strictdeps, # be strict about dependencies
5858
);
5959

6060
our $VERSION;
61-
$VERSION = '1.2.2';
61+
$VERSION = '1.3.0';
6262

6363
# Fragment of Makefile text to give the directory where files should
6464
# be installed. The extra '.' in the middle of the path is to avoid

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</a>
55
</p>
66

7-
# XMLTV 1.2.2
7+
# XMLTV 1.3.0
88

99
## Table of Contents
1010

@@ -257,4 +257,4 @@ We run the following mailing lists:
257257

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

260-
-- Nick Morrott, knowledgejunkie@gmail.com, 2023-02-23
260+
-- Nick Morrott, knowledgejunkie@gmail.com, 2024-02-24

doc/README-Windows.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# XMLTV 1.2.2 Windows Release
1+
# XMLTV 1.3.0 Windows Release
22

33
## Table of Contents
44

@@ -40,15 +40,16 @@ Major Changes in this release
4040

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

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

@@ -122,4 +123,4 @@ We run the following mailing lists:
122123

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

125-
-- Nick Morrott, knowledgejunkie@gmail.com, 2023-02-23
126+
-- Nick Morrott, knowledgejunkie@gmail.com, 2024-02-24

lib/XMLTV.pm.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ our @EXPORT_OK = qw(read_data parse parsefile parsefiles write_data
1111
# the xmltv package as a whole. This number should be checked by the
1212
# mkdist tool.
1313
#
14-
our $VERSION = '1.2.2';
14+
our $VERSION = '1.3.0';
1515

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

0 commit comments

Comments
 (0)