From 63ad0550bf8758e0b107c7fe25293b7849be0104 Mon Sep 17 00:00:00 2001 From: Jan Henning Thorsen Date: Thu, 26 Oct 2023 21:29:45 +0900 Subject: [PATCH] Released v8.00 --- Changes | 4 ++-- lib/Convos.pm | 4 ++-- package.json | 2 +- public/convos-api.yaml | 2 +- script/convos | 2 +- snap/snapcraft.yaml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Changes b/Changes index 6a1092703..d4068deb1 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for perl distribution Convos -8.00 Not Released +8.00 2023-10-26T21:30:00+0900 - Add collapsible sidebar sections #840 Contributor: Claudiu Ciungan - Add Romanian translation, @@ -11,7 +11,7 @@ Revision history for perl distribution Convos - Upgrade Svelte 3 to Svelte 4 - Upgrade JavaScript dependencies -7.15 2023-10-18T13:55:00+0900 +7.16 2023-10-18T13:55:00+0900 - Test release to see if docker images was built correctly 7.15 2023-01-11T12:50:00+0900 diff --git a/lib/Convos.pm b/lib/Convos.pm index 4e79cf658..2a5b0ac26 100644 --- a/lib/Convos.pm +++ b/lib/Convos.pm @@ -13,7 +13,7 @@ use Scalar::Util qw(blessed); use constant CONVOS_GET => +($ENV{CONVOS_COMMAND} || '') eq 'get'; -our $VERSION = '7.16'; +our $VERSION = '8.00'; $ENV{CONVOS_REVERSE_PROXY} //= is_true 'ENV:MOJO_REVERSE_PROXY'; $ENV{MOJO_REVERSE_PROXY} //= is_true 'ENV:CONVOS_REVERSE_PROXY'; @@ -235,7 +235,7 @@ Convos - Multiuser chat application =head1 VERSION -7.16 +8.00 =head1 DESCRIPTION diff --git a/package.json b/package.json index a79df7b26..6443dd111 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "convos", "description": "", - "version": "7.16.0", + "version": "8.0.0", "license": "Artistic-2.0", "repository": "https://github.com/convos-chat/convos", "type": "module", diff --git a/public/convos-api.yaml b/public/convos-api.yaml index 4daa48e42..711e20c19 100644 --- a/public/convos-api.yaml +++ b/public/convos-api.yaml @@ -2,7 +2,7 @@ swagger: '2.0' info: title: Convos API specification - version: 7.16.0 + version: 8.0.0 description: This document describes the API for Convos, a multiuser persistent IRC proxy with web interface. contact: name: Convos diff --git a/script/convos b/script/convos index 27e94f77e..4a0864778 100755 --- a/script/convos +++ b/script/convos @@ -19,7 +19,7 @@ use Cwd (); use File::Spec; use FindBin; -our $VERSION = '7.16'; +our $VERSION = '8.00'; # Run the program (bless {}, __PACKAGE__)->run(@ARGV); diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 609a0e665..2c74862a9 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: convos -version: '7.16.0' +version: '8.0.0' summary: Multiuser chat application that runs in your web browser description: | The supported chat protocol is currently IRC.