Skip to content

Commit

Permalink
3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JichouP committed Apr 2, 2024
1 parent 962cc86 commit 97bc766
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com),
and this project adheres to [Semantic Versioning](https://semver.org).

## [3.1.2](https://github.com/JichouP/Better-traQ/releases/tag/v3.1.2) - 2024-04-02

- [全環境] オプションページのタイミングを拡張機能のインストール時とアップデート時に制限する

## [3.1.1](https://github.com/JichouP/Better-traQ/releases/tag/v3.1.1) - 2022-07-25

- [全環境] `p` で選択したメッセージのスタンプピッカーを開くように修正 [#79](https://github.com/JichouP/Better-traQ/issues/79)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-traq",
"version": "3.1.1",
"version": "3.1.2",
"description": "An Extension that Makes traQ Useful",
"main": "index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"addons": {
"@bettertraq": {
"updates": [
{
"version": "3.1.2",
"update_link": "https://github.com/JichouP/Better-traQ/releases/download/v3.1.2/traQ-firefox-3.1.2.xpi"
},
{
"version": "3.1.1",
"update_link": "https://github.com/JichouP/Better-traQ/releases/download/v3.1.1/traQ-firefox-3.1.1.xpi"
Expand All @@ -22,6 +26,10 @@
},
"@betterextraq": {
"updates": [
{
"version": "3.1.2",
"update_link": "https://github.com/JichouP/Better-traQ/releases/download/v3.1.2/ex-traQ-firefox-3.1.2.xpi"
},
{
"version": "3.1.1",
"update_link": "https://github.com/JichouP/Better-traQ/releases/download/v3.1.1/ex-traQ-firefox-3.1.1.xpi"
Expand Down

0 comments on commit 97bc766

Please sign in to comment.