From 9ae2d5638c850fb04e1d3d3a3dfcae37d30c8f2b Mon Sep 17 00:00:00 2001 From: jiikko Date: Sat, 15 Jul 2023 20:30:29 +0900 Subject: [PATCH] 0.3.9 --- CHANGELOG.md | 4 ++++ Gemfile.lock | 2 +- lib/procon_bypass_man/version.rb | 2 +- project_template/app.rb | 2 +- project_template/app.rb.erb | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3b26350..96b9f8ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.3.9] 2023-07-15 +* Lボタンを押すだけで簡単スニーキング(スプラ3)ができるようになりました + * 例: `left_analog_stick_cap cap: 1100, if_pressed: [:l], combined_press_is_pressed: [:zl], force_neutral: [:l]` + ## [0.3.8.1] 2023-05-08 * 接続に失敗しているときに、手動で別のプロセスとして起動できるようにする(多重起動禁止の制限緩和) diff --git a/Gemfile.lock b/Gemfile.lock index a9b12692..419d42a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - procon_bypass_man (0.3.8.1) + procon_bypass_man (0.3.9) action_cable_client blue_green_process (= 0.1.4.2) pbmenv (>= 0.1.11) diff --git a/lib/procon_bypass_man/version.rb b/lib/procon_bypass_man/version.rb index cd5b0ebb..9ad86597 100644 --- a/lib/procon_bypass_man/version.rb +++ b/lib/procon_bypass_man/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ProconBypassMan - VERSION = "0.3.8.1" + VERSION = "0.3.9" end diff --git a/project_template/app.rb b/project_template/app.rb index 01b44bee..e86d140a 100644 --- a/project_template/app.rb +++ b/project_template/app.rb @@ -12,7 +12,7 @@ gemfile do source 'https://rubygems.org' git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } - gem 'procon_bypass_man', '0.3.8.1' + gem 'procon_bypass_man', '0.3.9' # uncomment if you want to use master branch # gem 'procon_bypass_man', github: 'splaplapla/procon_bypass_man', branch: 'master' # uncomment if you want to use serial communication feature diff --git a/project_template/app.rb.erb b/project_template/app.rb.erb index b346b5fa..3d11ac86 100644 --- a/project_template/app.rb.erb +++ b/project_template/app.rb.erb @@ -12,7 +12,7 @@ begin gemfile do source 'https://rubygems.org' git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } - gem 'procon_bypass_man', '0.3.8.1' + gem 'procon_bypass_man', '0.3.9' # uncomment if you want to use master branch # gem 'procon_bypass_man', github: 'splaplapla/procon_bypass_man', branch: 'master' # uncomment if you want to use serial communication feature