From 55a396823b78ff88245ec6dadc0fb2edf663c947 Mon Sep 17 00:00:00 2001 From: Louis Poirier Date: Sat, 13 Jan 2024 23:15:54 +0100 Subject: [PATCH] build: release bundle. version: 1.6.0 --- CHANGELOG.md | 7 ++++++- README.md | 2 +- package.json | 2 +- src/gui.html | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed15446..5d6caf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +------------------------ + +## [1.6.0] - 2024-01-13 ### Added - button SELECT to toggle test mode. @@ -84,7 +88,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - shortcut to show/hide GUI. -[Unreleased]: https://github.com/poirierlouis/twitch-bg3-gamepad/compare/v1.5.1...HEAD +[Unreleased]: https://github.com/poirierlouis/twitch-bg3-gamepad/compare/v1.6.0...HEAD +[1.6.0]: https://github.com/poirierlouis/twitch-bg3-gamepad/compare/v1.5.1...v1.6.0 [1.5.1]: https://github.com/poirierlouis/twitch-bg3-gamepad/compare/v1.5.0...v1.5.1 [1.5.0]: https://github.com/poirierlouis/twitch-bg3-gamepad/compare/v1.4.0...v1.5.0 [1.4.0]: https://github.com/poirierlouis/twitch-bg3-gamepad/compare/v1.3.0...v1.4.0 diff --git a/README.md b/README.md index 74c8753..d49c738 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Twitch BG3 Gamepad -![version 1.5.1](https://img.shields.io/badge/version-1.5.1-success) ![browsers Chrome | Firefox](https://img.shields.io/badge/browsers-Chrome_|_Firefox-blue) ![License MIT](https://img.shields.io/github/license/poirierlouis/twitch-bg3-gamepad) +![version 1.6.0](https://img.shields.io/badge/version-1.6.0-success) ![browsers Chrome | Firefox](https://img.shields.io/badge/browsers-Chrome_|_Firefox-blue) ![License MIT](https://img.shields.io/github/license/poirierlouis/twitch-bg3-gamepad) Plugin sous la forme d'un script JavaScript à installer sur le navigateur. Permet d'utiliser une manette de console pour envoyer les commandes au chat diff --git a/package.json b/package.json index d02d5b3..bd08bc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twitch-bg3-gamepad", - "version": "1.5.1", + "version": "1.6.0", "description": "", "main": "run.js", "scripts": { diff --git a/src/gui.html b/src/gui.html index ecb1839..841ee36 100644 --- a/src/gui.html +++ b/src/gui.html @@ -2,7 +2,7 @@ 📊

Twitch · BG3 · Gamepad

-
by Rayshader · v1.5.1
+
by Rayshader · v1.6.0