mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-21 10:12:00 -08:00
Release v1.16.5
This commit is contained in:
parent
9382dde098
commit
4be00bbe6b
50
README.md
50
README.md
@ -44,28 +44,34 @@ And more...
|
|||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
### Table of Contents
|
# Table of Contents
|
||||||
|
|
||||||
- [Features](https://github.com/42wim/matterbridge/wiki/Features)
|
- [matterbridge](#matterbridge)
|
||||||
- [Natively supported](#natively-supported)
|
- [Table of Contents](#table-of-contents)
|
||||||
- [3rd party via matterbridge api](#3rd-party-via-matterbridge-api)
|
- [Features](#features)
|
||||||
- [API](#API)
|
- [Natively supported](#natively-supported)
|
||||||
- [Chat with us](#chat-with-us)
|
- [3rd party via matterbridge api](#3rd-party-via-matterbridge-api)
|
||||||
- [Screenshots](https://github.com/42wim/matterbridge/wiki/)
|
- [API](#api)
|
||||||
- [Installing/upgrading](#installing--upgrading)
|
- [Chat with us](#chat-with-us)
|
||||||
- [Binaries](#binaries)
|
- [Screenshots](#screenshots)
|
||||||
- [Building](#building)
|
- [Installing / upgrading](#installing--upgrading)
|
||||||
- [Configuration](#configuration)
|
- [Binaries](#binaries)
|
||||||
- [Howto](https://github.com/42wim/matterbridge/wiki/How-to-create-your-config)
|
- [Packages](#packages)
|
||||||
- [Settings](#settings)
|
- [Building](#building)
|
||||||
- [Examples](#examples)
|
- [Configuration](#configuration)
|
||||||
- [Running](#running)
|
- [Basic configuration](#basic-configuration)
|
||||||
- [Docker](#docker)
|
- [Settings](#settings)
|
||||||
- [Changelog](#changelog)
|
- [Advanced configuration](#advanced-configuration)
|
||||||
- [FAQ](#faq)
|
- [Examples](#examples)
|
||||||
- [Related projects](#related-projects)
|
- [Bridge mattermost (off-topic) - irc (#testing)](#bridge-mattermost-off-topic---irc-testing)
|
||||||
- [Articles](#articles)
|
- [Bridge slack (#general) - discord (general)](#bridge-slack-general---discord-general)
|
||||||
- [Thanks](#thanks)
|
- [Running](#running)
|
||||||
|
- [Docker](#docker)
|
||||||
|
- [Changelog](#changelog)
|
||||||
|
- [FAQ](#faq)
|
||||||
|
- [Related projects](#related-projects)
|
||||||
|
- [Articles](#articles)
|
||||||
|
- [Thanks](#thanks)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
@ -142,7 +148,7 @@ See https://github.com/42wim/matterbridge/wiki
|
|||||||
|
|
||||||
### Binaries
|
### Binaries
|
||||||
|
|
||||||
- Latest stable release [v1.16.4](https://github.com/42wim/matterbridge/releases/latest)
|
- Latest stable release [v1.16.5](https://github.com/42wim/matterbridge/releases/latest)
|
||||||
- Development releases (follows master) can be downloaded [here](https://dl.bintray.com/42wim/nightly/)
|
- Development releases (follows master) can be downloaded [here](https://dl.bintray.com/42wim/nightly/)
|
||||||
|
|
||||||
To install or upgrade just download the latest [binary](https://github.com/42wim/matterbridge/releases/latest) and follow the instructions on the [howto](https://github.com/42wim/matterbridge/wiki/How-to-create-your-config) for a step by step walkthrough for creating your configuration.
|
To install or upgrade just download the latest [binary](https://github.com/42wim/matterbridge/releases/latest) and follow the instructions on the [howto](https://github.com/42wim/matterbridge/wiki/How-to-create-your-config) for a step by step walkthrough for creating your configuration.
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
# v1.16.5
|
||||||
|
|
||||||
|
- Fix version bump
|
||||||
|
|
||||||
# v1.16.4
|
# v1.16.4
|
||||||
|
|
||||||
## New features
|
## New features
|
||||||
|
@ -15,7 +15,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
version = "1.16.4-dev"
|
version = "1.16.5"
|
||||||
githash string
|
githash string
|
||||||
|
|
||||||
flagConfig = flag.String("conf", "matterbridge.toml", "config file")
|
flagConfig = flag.String("conf", "matterbridge.toml", "config file")
|
||||||
|
Loading…
Reference in New Issue
Block a user