Skip to content

Commit

Permalink
Released v8.06
Browse files Browse the repository at this point in the history
  • Loading branch information
jhthorsen committed Mar 18, 2024
1 parent c0c63ad commit 40117ce
Show file tree
Hide file tree
Showing 37 changed files with 9,575 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for perl distribution Convos

8.06 Not Released
8.06 2024-03-18T10:19:00+0900
- Bump dependencies #881 #885
- Fix editing connections #877
- Fix showing correct text after clicking on "Check for updates" #829
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 = '8.05';
our $VERSION = '8.06';

$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
8.05
8.06
=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": "8.5.0",
"version": "8.6.0",
"license": "Artistic-2.0",
"repository": "https://github.com/convos-chat/convos",
"type": "module",
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
14 changes: 0 additions & 14 deletions public/assets/convos.58839002.js

This file was deleted.

14 changes: 14 additions & 0 deletions public/assets/convos.CrQsKtPe.js

Large diffs are not rendered by default.

Binary file added public/assets/fa-brands-400.CEJbCg16.woff
Binary file not shown.
Binary file added public/assets/fa-brands-400.CSYNqBb_.ttf
Binary file not shown.
Binary file added public/assets/fa-brands-400.DnkPfk3o.eot
Binary file not shown.
Binary file added public/assets/fa-brands-400.UxlILjvJ.woff2
Binary file not shown.
3,717 changes: 3,717 additions & 0 deletions public/assets/fa-brands-400.cH1MgKbP.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/fa-regular-400.BhTwtT8w.eot
Binary file not shown.
Binary file added public/assets/fa-regular-400.D1vz6WBx.ttf
Binary file not shown.
Binary file added public/assets/fa-regular-400.DFnMcJPd.woff
Binary file not shown.
Binary file added public/assets/fa-regular-400.DGzu1beS.woff2
Binary file not shown.
801 changes: 801 additions & 0 deletions public/assets/fa-regular-400.gwj8Pxq-.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5,034 changes: 5,034 additions & 0 deletions public/assets/fa-solid-900.B4ZZ7kfP.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/fa-solid-900.B6Axprfb.eot
Binary file not shown.
Binary file added public/assets/fa-solid-900.BUswJgRo.woff2
Binary file not shown.
Binary file added public/assets/fa-solid-900.DOXgCApm.woff
Binary file not shown.
Binary file added public/assets/fa-solid-900.mxuxnBEa.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

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: 8.5.0
version: 8.6.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 = '8.05';
our $VERSION = '8.06';

# 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: '8.5.0'
version: '8.6.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 40117ce

Please sign in to comment.