Skip to content

Commit

Permalink
Released v8.00
Browse files Browse the repository at this point in the history
  • Loading branch information
jhthorsen committed Oct 26, 2023
1 parent 63a1233 commit 63ad055
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/Convos.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -235,7 +235,7 @@ Convos - Multiuser chat application
=head1 VERSION
7.16
8.00
=head1 DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion public/convos-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion script/convos
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 63ad055

Please sign in to comment.