summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2023-11-24 20:27:54 +0100
committerBirte Kristina Friesel <derf@finalrewind.org>2023-11-24 20:27:54 +0100
commita5cb61ba7ca103dc4ae9cdca4edd18d251a43cb1 (patch)
treea36117bbb50e91c319e02c8bf6bae61abb48a19c
parent3ddbe470e8ea6f3a32fc9703ea1fdebd0f5a17cb (diff)
Release v1.231.23
-rw-r--r--Changelog7
-rwxr-xr-xbin/efa-m4
-rw-r--r--lib/Travel/Status/DE/EFA.pm4
-rw-r--r--lib/Travel/Status/DE/EFA/Line.pm4
-rw-r--r--lib/Travel/Status/DE/EFA/Result.pm4
-rw-r--r--lib/Travel/Status/DE/EFA/Stop.pm4
-rw-r--r--lib/Travel/Status/DE/VRR.pm4
7 files changed, 19 insertions, 12 deletions
diff --git a/Changelog b/Changelog
index 69d9909..c91a055 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,10 @@
+Travel::Status::DE::VRR 1.23 - Fri Nov 24 2023
+
+ * efa-m: Do not show free-text messages by default. Use the newly
+ introduced -Om option to show them
+ * efa-m: Show real-time departure rather than scheduled time + delay
+ * Result: Add train_type and train_name accessors
+
Travel::Status::DE::VRR 1.22 - Sat Sep 02 2023
* Do not use now-deprecated smartmatch features
diff --git a/bin/efa-m b/bin/efa-m
index 5cac08a..bd5d302 100755
--- a/bin/efa-m
+++ b/bin/efa-m
@@ -4,7 +4,7 @@ use warnings;
use 5.010;
use utf8;
-our $VERSION = '1.22';
+our $VERSION = '1.23';
binmode( STDOUT, ':encoding(utf-8)' );
@@ -412,7 +412,7 @@ B<efa-m> [B<-Lr>] [B<-d> I<dd.mm.yyyy>] [B<-t> I<hh:mm>]
=head1 VERSION
-version 1.22
+version 1.23
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/EFA.pm b/lib/Travel/Status/DE/EFA.pm
index 124410e..56a9342 100644
--- a/lib/Travel/Status/DE/EFA.pm
+++ b/lib/Travel/Status/DE/EFA.pm
@@ -5,7 +5,7 @@ use warnings;
use 5.010;
use utf8;
-our $VERSION = '1.22';
+our $VERSION = '1.23';
use Carp qw(confess cluck);
use Encode qw(encode);
@@ -644,7 +644,7 @@ Travel::Status::DE::EFA - unofficial EFA departure monitor
=head1 VERSION
-version 1.22
+version 1.23
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/EFA/Line.pm b/lib/Travel/Status/DE/EFA/Line.pm
index cc0b9de..30fe090 100644
--- a/lib/Travel/Status/DE/EFA/Line.pm
+++ b/lib/Travel/Status/DE/EFA/Line.pm
@@ -6,7 +6,7 @@ use 5.010;
use parent 'Class::Accessor';
-our $VERSION = '1.22';
+our $VERSION = '1.23';
Travel::Status::DE::EFA::Line->mk_ro_accessors(
qw(direction mot name operator route type valid));
@@ -57,7 +57,7 @@ requested station
=head1 VERSION
-version 1.22
+version 1.23
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/EFA/Result.pm b/lib/Travel/Status/DE/EFA/Result.pm
index 23cbec0..f976346 100644
--- a/lib/Travel/Status/DE/EFA/Result.pm
+++ b/lib/Travel/Status/DE/EFA/Result.pm
@@ -6,7 +6,7 @@ use 5.010;
use parent 'Class::Accessor';
-our $VERSION = '1.22';
+our $VERSION = '1.23';
Travel::Status::DE::EFA::Result->mk_ro_accessors(
qw(countdown date delay destination is_cancelled info key line lineref
@@ -133,7 +133,7 @@ departure received by Travel::Status::DE::EFA
=head1 VERSION
-version 1.22
+version 1.23
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/EFA/Stop.pm b/lib/Travel/Status/DE/EFA/Stop.pm
index 24384b9..40bcffb 100644
--- a/lib/Travel/Status/DE/EFA/Stop.pm
+++ b/lib/Travel/Status/DE/EFA/Stop.pm
@@ -6,7 +6,7 @@ use 5.010;
use parent 'Class::Accessor';
-our $VERSION = '1.22';
+our $VERSION = '1.23';
Travel::Status::DE::EFA::Stop->mk_ro_accessors(
qw(arr_date arr_time dep_date dep_time name name_suf platform));
@@ -46,7 +46,7 @@ in a Travel::Status::DE::EFA::Result's route
=head1 VERSION
-version 1.22
+version 1.23
=head1 DESCRIPTION
diff --git a/lib/Travel/Status/DE/VRR.pm b/lib/Travel/Status/DE/VRR.pm
index 8e2679e..433186a 100644
--- a/lib/Travel/Status/DE/VRR.pm
+++ b/lib/Travel/Status/DE/VRR.pm
@@ -4,7 +4,7 @@ use strict;
use warnings;
use 5.010;
-our $VERSION = '1.22';
+our $VERSION = '1.23';
use parent 'Travel::Status::DE::EFA';
@@ -42,7 +42,7 @@ Travel::Status::DE::VRR - unofficial VRR departure monitor.
=head1 VERSION
-version 1.22
+version 1.23
=head1 DESCRIPTION