Skip to content

Releases: nmori/Firebot

Release v5.63.2 (修正パッチ1)

02 Sep 17:47
Compare
Choose a tag to compare

バージョンアップ過程で判定文がうまく判断できなくなっている環境があるので
互換性を向上させました。(日本語ローカライズ版固有の問題です)

Release v5.63.2

28 Aug 17:11
Compare
Choose a tag to compare

v5.63.2 更新ノート

✨ 新機能

🛠️ 改善
・翻訳を進めています。
・本家との互換性も高めました。

✅ 修正

🔗 APIの変更

全般(本家の更新含む)

  • Merge branch 'v5' of https://github.com/crowbartools/Firebot into JP_TRANSLATION_5.63.0
  • chore: increment version
  • Merge pull request crowbartools#2748 from phroggster/transition_started_eventing
  • Merge branch 'v5' into transition_started_eventing
  • fix: OBS Transition Started missing Scene Name
  • fix: viewer database circle dep causing viewer details modal to never load
  • fix: OBS Program Scene Changed double event
  • fix: codemirror text areas outgrow container on overflow instead of showing horizontal scrollbar
  • Merge branch 'master' into v5
  • v5.63.1 (crowbartools#2744)
  • chore: increment version
  • fix: overlay instance name for overlay connected event (crowbartools#2743)
  • Merge pull request crowbartools#2741 from crowbartools/v5
  • chore: update version
  • fix: disconnect sound playing before successful connection
  • feat: ability to restrict auto ranks by roles
  • Merge branch 'v5' of https://github.com/crowbartools/Firebot into v5
  • fix: text areas overflowing their containers
  • fix: double closing tag (crowbartools#2739)
  • chore: update firebot setup ico with more internal resolutions
  • fix: firebotsetup file association not functioning on Windows
  • chore: map more twurple class instances to plain
  • chore: map hype train contributions to plain objects
  • chore: map twurple deleted chat message
  • Merge branch 'v5' of https://github.com/crowbartools/Firebot into v5
  • fix: map poll choice options into plain objects to resolve clone issues
  • chore: use structuredClone instead of klona

Windows での導入方法

  • Download and run Firebot-v5.63.2-setup.exe

MacOS での導入方法

  • Firebot-v5.63.2-macos-x64.dmg をダウンロードします
  • .dmgを右クリックし、"開く "を選択する。
  • 表示されたダイアログで "キャンセル "をクリックする。
  • .dmgをもう一度右クリックし、"開く "を選択する。
  • 表示されたダイアログで "開く "をクリックする。

注意: Mac OS版は自動アップデート機能に対応していません。

Linux での導入方法

  • Firebot-v5.63.2-linux-x64.tar.gz をダウンロードします
  • 下記の手順で起動します
mkdir firebot
cd firebot
sudo wget https://github.com/nmori/Firebot/releases/download/v5.60.0/Firebot-v5.63.2-linux-x64.tar.gz
sudo tar -zxvf firebot-v5.63.2-linux-x64.tar.gz
./Firebot\ v5

これはターミナル・ウィンドウで行うか、解凍したアーカイブの正しいパスを「作業ディレクトリ」として含むショートカットを作成する必要があります。

注意: Linux版は自動アップデート機能に対応していません。

Release v5.63.0-beta3

25 Aug 01:17
Compare
Choose a tag to compare
Release v5.63.0-beta3 Pre-release
Pre-release

v5.63.0-beta3 更新ノート

本家の修正をとりこみました。
いちぶ確認できたエラーの修正、エラーレポートの再現折込などを入れています。

本家の修正がおおいので、一部翻訳が戻ってしまっている可能性があります。

✨ 新機能

🛠️ 改善

✅ 修正

🔗 APIの変更

全般

  • コンフリクトの修正
  • Merge branch 'v5' of https://github.com/crowbartools/Firebot into JP_TRANSLATION_5.63.0
  • 翻訳追加
  • chore: Add Twitch Polling Metadata (crowbartools#2734)
  • chore: Twitch Poll Length Warnings (crowbartools#2728)
  • chore: use klona to properly deep clone
  • chore: deprecate overlay settings for screenshot effects (in favor of using effect output)
  • chore: deprecate random reddit image effect (in favor of more versatile $ranomRedditImage var)
  • feat: register .firebotsetup file association for macos
  • fix: JsonDbManager created-item event (crowbartools#2725)
  • Merge pull request crowbartools#2724 from CKY-/v5-Overlay-Rotation
  • moved pos under dim
  • feat: add rotation to show image, show text and play video
  • Merge branch 'v5' of https://github.com/crowbartools/Firebot into v5
  • chore: turn dimensions into a component, create boilerplate for rotation component
  • Merge pull request crowbartools#2722 from CKY-/v5-feat-add-animation-keyframes
  • feat(events): add more animations
  • feat(ranks): metadata option for automated rank ladders, viewer metadata updated event
  • fix(commands): always use default system command name instead of override
  • fix: escape single quote in settings tooltip
  • feat: use searchable select for script dropdown, filter out node_module js files
  • chore: manually set sanitized windows version for electron packager command
  • chore: use updated electron packager package name
  • Merge pull request crowbartools#2712 from crowbartools/v5
  • chore: install python setuptools in macos build prep step
  • Merge pull request crowbartools#2711 from crowbartools/v5
  • chore: update electron packager and rebuild
  • Merge pull request crowbartools#2710 from crowbartools/v5
  • feat: OBS Color Picker, Raw/Variable Color Entry (crowbartools#2708)
  • feat: enable propertyPath and defaultData for effectOutput (crowbartools#2709)
  • chore: update electron to v31
  • chore: add onChange event callback to firebot-checkbox
  • chore: move global scrollbar adjustments up so they are overwritten by items with more specificity
  • chore: remove console logs for on resize directive
  • feat: enable speech-dispatcher for linux (crowbartools#2705)
  • fix(ui): improve replace variable menu positioning after expandable inputs change
  • feat(ui): implement expandable text inputs
  • fix: context headers shifted down
  • feat(commands): option for subcommands to inherit base command cooldown
  • Merge branch 'v5' of https://github.com/crowbartools/Firebot into v5
  • feat(ranks): add support for custom promotion message template for rank ladders
  • feat: add new rank, previous rank, and rank transition type filters
  • feat: Improve OBS Source Transform (crowbartools#2701)
  • Merge branch 'v5' of https://github.com/crowbartools/Firebot into v5
  • chore(ui): round input corners when theres no suffix input group addon
  • chore(ui): improve var btn below positioning
  • chore(ui): add var btn position passthrough for firebot-input
  • OBS Groups, sigh (crowbartools#2674)
  • feat(ui): make add/edit effect modal header sticky on scroll
  • feat: twitch clip date and feature (crowbartools#2695)
  • feat: chat message deleted event (crowbartools#2696)
  • chore: de-bump version
  • Merge branch 'master' into v5
  • chore: bump version to 5.63.0
  • feat: (variable) randomUUID (crowbartools#2694)
  • feat: twitch chat cleared event (crowbartools#2691)
  • feat: Add add/edit tags to sort-tags-row components (crowbartools#2690)
  • chore: update error messages and verbiage for Macro Variable Arguments (crowbartools#2688)
  • fix: channel rewards creating invalid default color codes (crowbartools#2682)
  • fix: export setup file extension on linux (crowbartools#2677) (crowbartools#2678)
  • fix: (effect) Cooldown Search Negation (crowbartools#2676)
  • fix: OBS Variable Typing (crowbartools#2675)
  • chore: (effect) trivial misspelling in file-writer (crowbartools#2671)
  • Feature/obs animate transform (crowbartools#2664)
  • feat (effect): add activity feed effect (crowbartools#2667)
  • [Techdebt] Fixed some typos (crowbartools#2670)
  • chore: !quote Verbiage Alignment (crowbartools#2669)
  • feat: add Control Hue Light effect, use new bridge discovery mechanism
  • chore: add more target options to stop effect execution effect
  • Merge branch 'v5' of https://github.com/crowbartools/Firebot into v5
  • feat(effects): support for aborting effects and effect lists, both manually and via automatic timeout
  • fix: don't open new macro modal when pressing enter on input (crowbartools#2665)
  • fix: sort tag menu overflowing under modal footer
  • feat(effects): timeout option for HTTP Request effect
  • fix(effects): clip effect failing because it thinks streamer is offline
  • fix: add timeout to known bots list api call
  • fix(effects): pasting a previously copied effect multiple times gives each copy the same id
  • fix(variables): $userRoles not available for some triggers
  • fix(events): twitch-connected event fires before bot account is connected to chat
  • fix(ui): dashboard has extra y scroll space from activity feed being too tall
  • Merge branch 'v5' of https://github.com/crowbartools/Firebot into v5
  • feat: include event filter factory in custom script modules
  • v5.63.0-beta2
  • v5.63.0-beta1
  • Revert "Feat: Add $chatMessageTextOnly variable"
  • Revert "Feat: Add $chatMessageTextOnly variable"
  • Feat: Add $chatMessageTextOnly variable
  • Add a chatMessageTextOnly variable
  • Merge pull request crowbartools#2486 from crowbartools/v5
  • Merge pull request crowbartools#2479 from crowbartools/v5

Windows での導入方法

  • Download and run Firebot-v5.63.0-beta3-setup.exe

MacOS での導入方法

  • Firebot-v5.63.0-beta3-macos-x64.dmg をダウンロードします
  • .dmgを右クリックし、"開く "を選択する。
  • 表示されたダイアログで "キャンセル "をクリックする。
  • .dmgをもう一度右クリックし、"開く "を選択する。
  • 表示されたダイアログで "開く "をクリックする。

注意: Mac OS版は自動アップデート機能に対応していません。

Linux での導入方法

  • Firebot-v5.63.0-beta3-linux-x64.tar.gz をダウンロードします
  • 下記の手順で起動します
mkdir firebot
cd firebot
sudo wget https://github.com/nmori/Firebot/releases/download/v5.60.0/Firebot-v5.63.0-beta3-linux-x64.tar.gz
sudo tar -zxvf firebot-v5.63.0-beta3-linux-x64.tar.gz
./Firebot\ v5

これはターミナル・ウィンドウで行うか、解凍したアーカイブの正しいパスを「作業ディレクトリ」として含むショートカットを作成する必要があります。

注意: Linux版は自動アップデート機能に対応していません。

日本語ローカライズ版 v5.63.0-beta2

03 Aug 17:46
Compare
Choose a tag to compare

v5.63.0-beta2 更新ノート

これは Firebot 本家 v5.63.0 beta 2 を日本語ローカライズ化したものです。
ローカライズ担当者はTwitch パートナーではないので、デバッグできる範囲に限界があり
ローカライズ時に確認がうまくできていない機能があります。
(たとえば、ビッツ、サブスク、ポイント周りの機能)

*いくつかの機能は日本語拡張していますが、
 本家で対応した機能についてはローカライズ版から拡張を削除しているケースがあります。

✨ 新機能

🛠️ 改善

✅ 修正

🔗 APIの変更

全般

  • v5.63.0 beta 2 への追従 ・日本語ローカライズ版のマージミスで不要なものが残っていた部分を本家に合わせる形に修正
  • Merge branch 'v5' of https://github.com/crowbartools/Firebot into JP_TRANSLATION_5.62.0
  • fix: user metadata not saving when username in database mismatches twitch username (crowbartools#2658) (crowbartools#2659)
  • fix: startup error in reportClientsToFrontend (crowbartools#2657)
  • feat(scripts): show open scripts folder button if notification source is script and type is update
  • fix: only return notis by id if associated to same script name
  • feat(scripts): pass notification manager shim to custom scripts so they can easily create notis
  • Merge branch 'v5' of https://github.com/crowbartools/Firebot into v5
  • feat(scripts): various qol improvements for scripts system
  • chore: bump version
  • Merge branch 'v5' of https://github.com/crowbartools/Firebot into v5
  • fix: viewer rank commands sending incorrect chat messages after rank up
  • fix: viewer rank filter (crowbartools#2654)
  • Merge branch 'v5' of https://github.com/crowbartools/Firebot into v5
  • fix(auth): don't invalidate account if token refresh failure was because of ENOTFOUND error
  • Fix: notification error log spam (crowbartools#2653)
  • feat: websocket events (crowbartools#2641)
  • feat: $array indexing improvements (crowbartools#2651)
  • improve: $chatMessageTextOnly handling of edge cases (crowbartools#2649)
  • Fix: manual metadata null values for strings (crowbartools#2648)
  • fix: corrected $unixTimestamp output type to "number" (crowbartools#2645)
  • fix: correct jsondbmanager event typo
  • feat: add aria for missing fields in addeditevents (crowbartools#2640)
  • Implementation of unixTimestamp Replace Variable (crowbartools#2644)
  • feat: Update preset effect list aria item (crowbartools#2642)
  • fix: setup component filter negation (crowbartools#2643)
  • Merge branch 'v5' of https://github.com/crowbartools/firebot into v5
  • feat: add viewers/export api end point
  • fix: use bundled version of ui-select so we can modify source to add ng-aria-disable on the caret
  • feat: add support for obs gdi+v3 (crowbartools#2638)
  • fix(variables): send effect outputs down the findAndReplaceVariables recursion
  • chore: bump version
  • feat: support weighted effects in run random effect
  • chore: switch to any iife rule
  • fix: use correct if attribute for angularjs
  • feat: add rank ladders to setups
  • feat: implement option to calculate ranks for all viewers
  • Merge branch 'v5' of https://github.com/crowbartools/Firebot into v5
  • fix: hook up event filters to viewer rank updated event
  • fix: force calculation of auto ranks on command, hide manual rank command settings for manual commands, clean up rank list
  • Feat: Convert to Preset Effects List in Effect list dropdown (crowbartools#2625)
  • feat: multiline textarea in preset list args (crowbartools#2399) (crowbartools#2626)
  • fix: $randomActiveViewer variable filtering (crowbartools#2627)
  • Feat: Add aria labels to settings where missing (crowbartools#2623)
  • feat: rank system crowbartools#1898 (crowbartools#2631)
  • feat: add clickable link to feature stream setting
  • chore: fix eslint-prettier iife conflict
  • Merge branch 'v5' of https://github.com/crowbartools/firebot into v5
  • feat: guard against effectOutputs being null
  • chore: use shorthand for macro args
  • chore: update regex for marco args
  • fix: resolve create preset list promise on cancel, pass back fully saved preset list obj
  • chore: add aria-label to app theme firebot-select
  • chore: improve firebot-select aria label generation
  • chore: pass ariaLabel attribute down to dropdown button in firebot-select component
  • feat: lock macro name field with warning on unlock
  • Merge branch 'v5' of https://github.com/crowbartools/Firebot into v5
  • feat: implement dedicated page for variable macros
  • feat: pass context to macros
  • feat: improve accessibility of firebot-select component
  • feat: add $macroArgs shorthand
  • fix: macro evaluation
  • feat: implement variable macros (crowbartools#2621)
  • feat: avatar url alias (crowbartools#2620)
  • Feat: Variable Aliases for userBio (crowbartools#2619)
  • feat(variables): Support for variable aliases (crowbartools#2614)
  • Feat: OBS Connected and OBS Disconnected Events (crowbartools#2618)
  • Mark user active on channel point redemption (crowbartools#2542)
  • Feat: Add filtering to Create New Setup components (crowbartools#2599)
  • feat: Obs chapter markers (crowbartools#2616)
  • Feat: Channel Rewards Effects & Events (crowbartools#2572)
  • feat: switch to prebuilt firebot-nutjs (crowbartools#2615)
  • Feat: $userBio Replace Variable (crowbartools#2612)
  • Feat: $obsIsConnected Replace Variable (crowbartools#2608)
  • feat: add case-insensitive 'contains' to conditional effect
  • fix: api/v1/viewers to return proper username and displayName (crowbartools#2607)
  • fix: linter/prettier conflicts
  • feat: allow 'all files' file filter
  • fix: expand validation to include added extensions
  • feat: add bmp, apng, webp extensions to show-image file selector
  • feat(graphics): add SVG versions and update low-quality PNGs (crowbartools#2585)
  • fix: fuzzy matching for array-related searching (crowbartools#2605)
  • fix: Effect Modal Test Effect Aria accessibility (crowbartools#2604)
  • Fix: Confusing readFile Example Description (crowbartools#2603)
  • Fix: OBS Source Effects Padding (crowbartools#2602)
  • feat: Add a $chatMessageTextOnly variable (crowbartools#2598)
  • Fix: styling issues in import setup dialogs (crowbartools#2597)
  • 日本語ローカライズ版固有の不具合修正 ・比較演算子周りの互換性向上 ・関数引数周りの修正
  • Feat: add chat feed for slash commands (crowbartools#2527)
  • Fix: Log requestor ip for api calls (crowbartools#2534)
  • Fix: windows resize with display scaling (crowbartools#2578)
  • Feat: Add $effectQueueLength variable (crowbartools#2533)
  • feat: option for $readFile to ignore lead/trailing whitespace
  • Merge master into v5 to fix upstream (crowbartools#2593)
  • Merge pull request crowbartools#2560 from CKY-/v5-fix-me-commands
  • Merge branch 'v5' into v5-fix-me-commands
  • Merge pull request crowbartools#2526 from CKY-/v5-fix-runcommand-effect-arg
  • Merge branch 'v5' into v5-fix-runcommand-effect-arg
  • Merge pull request crowbartools#2525 from CKY-/v5-fix-reward-filters
  • Merge branch 'v5' into v5-fix-reward-filters
  • Merge pull request crowbartools#2523 from CKY-/v5-fix-ensure-number
  • Merge branch 'v5' into v5-fix-ensure-number
  • Merge pull request crowbartools#2521 from CKY-/v5-fix-import-numbers
  • Merge branch 'v5' into v5-fix-import-numbers
  • Merge pull request crowbartools#2520 from CKY-/v5-feat-oauth-seprate
  • Merge branch 'v5' into v5-feat-oauth-seprate
  • Merge pull request crowbartools#2495 from dennisrijsdijk/fix-time-selector-seconds
  • Merge branch 'v5' into fix-time-selector-seconds
  • Merge pull request crowbartools#2528 from CKY-/v5-Fix-Show-Image-Enter-Duration
  • Merge branch 'v5' into v5-Fix-Show-Image-Enter-Duration
  • chore: update nut-js source package (crowbartools#2539)
  • fix:/me not triggering in commands
  • fix: show image duration
  • check null first
  • fix: reward filters not having display names
  • fix: runCommand Effect arg returning undefined
  • fix: ensure number ignoring string empty
  • optimize string
  • fix: Import not handling number names
  • feat: Oauth2 seprate Authserver
  • fix: do first ad check when starting loop
  • chore: update macro shorthand
  • fix: typo
  • fix: time-input not saving seconds (crowbartools#2494)
  • chore(ui): tweak firebot-item-table scrolling, spacing
  • feat: macro evaluation
  • feat: expand replace-variable-manager def
  • chore: update expressionish to remove . from valid lookup names
  • fix: commands UI cutoff (crowbartools#2490)
  • fix(roles): skip null/empty username values on custom role import (crowbartools#2489)
  • feat: add Twitch viewer card link to viewer info popup

Windows での導入方法

  • Download and run Firebot-v5.63.0-beta2-setup.exe

MacOS での導入方法

  • Firebot-v5.63.0-beta2-macos-x64.dmg をダウンロードします
  • .dmgを右クリックし、"開く "を選択する。
  • 表示されたダイアログで "キャンセル "をクリックする。
  • .dmgをもう一度右クリックし、"開く "を選択する。
  • 表示されたダイアログで "開く "をクリックする。

注意: Mac OS版は自動アップデート機能に対応していません。

Linux での導入方法

  • Firebot-v5.63.0-beta2-linux-x64.tar.gz をダウンロードします
  • 下記の手順で起動します
mkdir firebot
cd firebot
sudo wget https://github.com/nmori/Firebot/releases/download/v5.60.0/Firebot-v5.63.0-beta2-linux-x64.tar.gz
sudo tar -zxvf firebot-v5.63.0-beta2-linux-x64.tar.gz
./Firebot\ v5

これはターミナル・ウィンドウで行うか、解凍したアーカイブの正しいパスを「作業ディレクトリ」として含むショートカットを作成する必要があります。

注意: Linux版は自動アップデート機能に対応していません。

日本語ローカライズ版 v5.62.2 alpha 6

03 Jul 15:15
Compare
Choose a tag to compare

実質 v5.62.1 ですが、日本語ローカライズ版作成時に紛れ込んだバグなどに対して
パッチを当てているホットフィックス的位置づけのリリースです。

本家のバージョンと数字があっていませんが、数字をかえておかないと
インストール時に内部プログラムが上手く差し替わらないことがあるので
差し替えを確実に行うために数字を上げています。

内部比較の部分や、サブスクイベント等の動作を安定化させたい場合は
このホットフィックス版をつかうとよいでしょう。

日本語ローカライズ版 v5.62.1

27 Mar 13:38
Compare
Choose a tag to compare

v5.62.1 更新ノート

✨ 新機能

🛠️ 改善

✅ 修正

🔗 APIの変更

全般

  • Merge branch 'v5' of https://github.com/crowbartools/Firebot into JP_TRANSLATION_5.62.0
  • fix: add hours to ad break countdown, if applicable
  • feat: implement item table advanced search options popover
  • Merge branch 'v5' into item-table-advanced-search-options-ux
  • fix: "add to textfield" var button now working for show text effect crowbartools#2482
  • Merge branch 'v5' into item-table-advanced-search-options-ux
  • chore: remove search-field option for item table now that its been superseded
  • feat: implement item table advanced search options popover
  • feat(vars): add $isUserInChat (crowbartools#2477)
  • feat(vars): add $isAdBreakRunning
  • 5.62.1
  • feat: Firebot item table custom filter support, command trigger default search
  • fix(games): top bidder display name
  • fix(games): update game chat messages to use display names

Windows での導入方法

  • Download and run Firebot-v5.62.1-setup.exe

MacOS での導入方法

  • Firebot-v5.62.1-macos-x64.dmg をダウンロードします
  • .dmgを右クリックし、"開く "を選択する。
  • 表示されたダイアログで "キャンセル "をクリックする。
  • .dmgをもう一度右クリックし、"開く "を選択する。
  • 表示されたダイアログで "開く "をクリックする。

注意: Mac OS版は自動アップデート機能に対応していません。

Linux での導入方法

  • Firebot-v5.62.1-linux-x64.tar.gz をダウンロードします
  • 下記の手順で起動します
mkdir firebot
cd firebot
sudo wget https://github.com/nmori/Firebot/releases/download/v5.60.0/Firebot-v5.62.1-linux-x64.tar.gz
sudo tar -zxvf firebot-v5.62.1-linux-x64.tar.gz
./Firebot\ v5

これはターミナル・ウィンドウで行うか、解凍したアーカイブの正しいパスを「作業ディレクトリ」として含むショートカットを作成する必要があります。

注意: Linux版は自動アップデート機能に対応していません。

日本語ローカライズ版 v5.62.0

24 Mar 14:23
Compare
Choose a tag to compare

v5.62.0 更新ノート

✨ 新機能

🛠️ 改善

✅ 修正

🔗 APIの変更

全般

  • Merge branch 'v5' of https://github.com/crowbartools/Firebot into JP_TRANSLATION_5.62.0
  • 5.62.0
  • fix(events): fix upcoming ad break event timing
  • fix(events): minor display text change
  • chore: change to secondsUntilNextAdBreak, cache next ad break time
  • fix(events): more precision to upcoming ad break event
  • fix: internal web server now forced to listen on both IPv4 and IPv6
  • Merge branch 'v5' of https://github.com/crowbartools/Firebot into v5
  • fix: update shorthand validation regex for magic variables
  • fix(vars): round off minutes until next ad break
  • fix: hide ad break timer when no upcoming scheduled ads
  • feat(events/vars): OBS Input events/vars (crowbartools#2473)
  • feat(events/vars): Scheduled Ad Break Starting Soon, $minutesUntilNextAdBreak
  • feat: Ad Break panel on stream info bar
  • fix(events): fix ad break Activity Feed data
  • feat(effects): add Snooze Next Ad Break effect
  • feat(effects): add Unique mode to Set Chat Mode effect
  • chore(chat): update sendChatMessage to use new Twurple method
  • fix(chat): use Twurple paginated endpoint to get chatters list
  • 5.62.0-beta4
  • fix: typo with Show/Hide Command menu option
  • fix: more accurate ad break end time
  • fix(chat): separate raid message object for raid message check (crowbartools#2468)
  • Merge pull request crowbartools#2470 from CKY-/v5-fix-toggle-connection
  • Merge branch 'v5' into v5-fix-toggle-connection
  • Merge pull request crowbartools#2472 from CKY-/v5
  • Merge branch 'v5' into v5
  • Merge pull request crowbartools#2474 from dennisrijsdijk/patch-follow-restriction
  • Merge branch 'v5' into patch-follow-restriction
  • chore: future OAuth scopes
  • feat(events/vars): Ad Break Start/End, $adBreakDuration, $isAdBreakScheduled (crowbartools#2111)
  • fix: unterminated quote in follow-check
  • chore: Twurple 7.1.0
  • feat: Command menu hide item
  • Fix: toggle connection effect

Windows での導入方法

  • Download and run Firebot-v5.62.0-setup.exe

MacOS での導入方法

  • Firebot-v5.62.0-macos-x64.dmg をダウンロードします
  • .dmgを右クリックし、"開く "を選択する。
  • 表示されたダイアログで "キャンセル "をクリックする。
  • .dmgをもう一度右クリックし、"開く "を選択する。
  • 表示されたダイアログで "開く "をクリックする。

注意: Mac OS版は自動アップデート機能に対応していません。

Linux での導入方法

  • Firebot-v5.62.0-linux-x64.tar.gz をダウンロードします
  • 下記の手順で起動します
mkdir firebot
cd firebot
sudo wget https://github.com/nmori/Firebot/releases/download/v5.60.0/Firebot-v5.62.0-linux-x64.tar.gz
sudo tar -zxvf firebot-v5.62.0-linux-x64.tar.gz
./Firebot\ v5

これはターミナル・ウィンドウで行うか、解凍したアーカイブの正しいパスを「作業ディレクトリ」として含むショートカットを作成する必要があります。

注意: Linux版は自動アップデート機能に対応していません。

日本語ローカライズ版 v5.62.0-beta3

14 Mar 17:15
Compare
Choose a tag to compare

v5.62.0-beta3 更新ノート

✨ 新機能

🛠️ 改善

✅ 修正

🔗 APIの変更

全般

  • 整合を取るための修正と、lint警告の反映
  • https://github.com/crowbartools/Firebot のブランチ 'v5' を JP_TRANSLATION_5.62.0 にマージ。
  • 修正: マジックバーの "これらは何ですか "ツールチップを絶対的な位置に表示するようにした。
  • 修正: 可変メニューがアプリの上部をクリップしないように調整。
  • https://github.com/crowbartools/Firebot のブランチ 'v5' を v5 にマージ
  • feat: "magic "変数カテゴリに、関連する可能性のあるカスタム変数、エフェクト出力、プリセットリストの引数をリストアップ crowbartools#2466
  • feat(effects):オーバーレイの更新時に継続するオプションを追加 (crowbartools#2116)
  • feat(effects):オーバーレイの更新/エフェクトのクリアで、ビデオ/サウンドエフェクトを継続するように (crowbartools#2116)
  • feat(effects):クールダウンコマンドにフォールバックサブコマンドを追加 (crowbartools#2461)
  • fix(commands): 別のサブコマンドを削除した後のサブコマンドのシンボル/ツールチップを修正 (crowbartools#2460)
  • chore: 未使用の utilityService 参照を削除。
  • 修正(commands/events): 拡張メッセージがコマンド/イベントをトリガーするように (crowbartools#2433)
  • 修正: いくつかの displayName の使用を更新しました。
  • 修正(effects): タグオプションが選択された場合、クールダウンコマンドのサブコマンドオプションを非表示に (crowbartools#2462)
  • 修正: ソートタグが作成されていない場合、タグのドロップダウンにメッセージを追加。
  • 修正(commands): サブコマンドを削除する際、重複するプロンプトを削除し、名前を追加 (crowbartools#2458)
  • 修正(commands): フォールバックサブコマンドのUXを改善 (crowbartools#2459)
  • 修正: ソートタグのドロップダウンメニューを右寄せにし、長いタグ名をよりスマートに扱えるようにしました。
  • feat:firebot-item-tablesのソートタグの表示と管理方法を見直した。
  • firebot-item-tableのカラム幅がドラッグで並べ替えた後に変わってしまう問題を修正。
  • https://github.com/crowbartools/Firebot のブランチ 'v5' を v5 にマージ。
  • feat:firebot-item-tableにソート可能なカラムを実装し、firebot-item-tableを使用するようにコマンドをリファクタリングしました。
  • フォロー制限の改善 (crowbartools#2456)
  • feat: /meチャット効果オプション (crowbartools#2440)
  • 5.62.0-beta3
  • 修正(vars): $objectWalkPathに複数のノードが含まれるのを修正。
  • 修正: メインウィンドウが閉じたときに子ウィンドウを強制的に閉じるようにした。
  • https://github.com/crowbartools/Firebot のブランチ 'v5' を v5 にマージ。
  • 修正: すべてのエフェクトを保存するドロップダウンをドロップアップに変更 crowbartools#1804
  • 修正(ダッシュボード): サイズ変更時にアクティビティフィードが空白になる問題を修正した。
  • 修正: メタデータにIDがない場合、ロールチェックのためにのみユーザー情報を引き出すようにした。
  • 修正: ホバー時にエフェクトのドロップダウンがモーダルフッターの後ろに移動するようにした crowbartools#1804
  • https://github.com/crowbartools/Firebot のブランチ 'v5' を v5 にマージ。
  • 偉業 特典交換エフェクトの承認/拒否に "current" 便利オプションを追加 crowbartools#2455
  • feat(events): チャンネルリワードに $arg/$target を追加 (crowbartools#1612)
  • fix(chat): オートコンプリート検索マッチング
  • userChatColor 文字列の問題を修正。(crowbartools#2447)
  • chore: 将来の OAuth スコープ
  • 修正: 内部ウェブサーバ起動時の競合状態
  • feat: チャンネルリワードの制限をサポート crowbartools#2452
  • pull request crowbartools#2451 を crowbartools/v5-channel-reward-queue からマージしました。
  • ブランチ 'v5' を v5-channel-reward-queue にマージしました。
  • feat: リワードリクエストキューのUIを実装
  • fix(commands): 新しく作成されたカスタムコマンドがカウントを増やさない (crowbartools#2450)
  • CKY-/v5-feat-add-flac-support-random から pull request crowbartools#2449 をマージしました。
  • feat: 音のランダム再生に FLAC サポートを追加
  • 修正: ベータ版のアップデートで GitHub のリリースページを表示するようにした。
  • chore: 古くなったGitHubのリンクを更新
  • fix: HTTPサーバがIPV4にバインドされるようにした
  • feat: chatUserColor Var (crowbartools#2439)
  • feat(vars): rawRandomCustomRoleUserを追加。
  • 5.62.0-beta2
  • fix(roles): 階層固有/既知のボットロールのライブチャットロールのみをフェッチするように。
  • 修正(roles): MODをキャッシュし、起動時にMOD/VIPキャッシュのロードを試みるように。
  • chore: 不要な EventSub 削除コールを削除。
  • 修正(roles): チャットロールのモデレータを取得する際に完全なリストを取得するように。
  • HttpServerManagerのrenderWindowのグローバルチェックを修正。
  • fix(roles): カスタムロールマネージャの triggerUiRefresh を修正。
  • 修正(vars): カスタムロールユーザのvarsが表示名を返すようにした。
  • chore: リリースのテンプレートを Linux の指示で更新。
  • 変数名内部変更の対応
  • パッチミスの修正
  • Merge branch 'v5' of https://github.com/crowbartools/Firebot into JP_TRANSLATION_5.62.0
  • fix(commands): allow subcommand required args to be reset to 0
  • カテゴリ取得できないケースの修正
  • Merge branch 'v5' into v5-channel-reward-queue
  • feat(rewards): backend, partial frontend of reward redemption mgmt
  • バージョンの書き方を戻す
  • セマンティックバージョン記法に合わせる
  • いくつかの修正が元に戻っていたのを再適用
  • displayName の修正
  • Merge branch 'v5' of https://github.com/crowbartools/Firebot into JP_TRANSLATION_v5.61.1
  • ・セットアップウィザードの追加分を翻訳
  • Merge branch 'v5' of https://github.com/crowbartools/Firebot into JP_TRANSLATION_v5.61.1
  • lint エラーの修正
  • v5.61.0 beta 1 対応コミット
  • Merge remote-tracking branch 'remotes/upstream/v5' into JP_TRANSLATION_5.61.0
  • Merge branch 'master' of https://github.com/crowbartools/Firebot into JP_TRANSLATION_5.60.1
  • 翻訳の修正
  • ・レイド時の引数修正 ・翻訳、言葉の揺れ修正
    • OBSシーンチェンジ演出で選べない問題 * おみくじエラーの修正
  • Merge branch 'v5' of https://github.com/crowbartools/Firebot into JP_TRANSLATION_5.60.1
  • Merge pull request crowbartools#2335 from crowbartools/v5
  • ・テンプレの翻訳
  • Merge branch 'v5' of https://github.com/crowbartools/Firebot into JP_TRANSLATION_5.60
  • シャウトアウト周りを少しなおした
  • lint 警告分の修正
    • マージミスの修正 * 認証方法を戻す
  • ・トークン更新エラーに対する改善
    • 抽選コマンドの修正 * コマンド使うとロールが戻る問題の修正
  • 条件と参照ミス修正
  • Merge branch 'v5' of https://github.com/crowbartools/Firebot into JP_TRANSLATION_5.60
    • 抽選の追加
  • ・リファクタリング ・お年玉の追加
    • デバッグできないのでコマンド追加 * ゲームとしておみくじを追加 * 翻訳を追加
  • lintで弾かれた点を修正
    • IDと表示名が一緒なら片方だけに * 移植ミスを修正
  • Merge branch 'v5' of https://github.com/crowbartools/Firebot into JP_TRANSLATION_5.60 ベータ2のとりこみ
    • 翻訳を進めました
  • ・文字エンコードミス修正
    • 文字化け修正 - 日本ユーザ向け関数、演出を再組込
    • 変数定義重複の修正
  • キー差し替え
  • Merge branch 'master' of https://github.com/nmori/Firebot into JP_TRANSLATION_5.60
    • 5.60 の変更に追従
  • Merge branch 'v5' of https://github.com/crowbartools/Firebot
    • OBS配信開始時、終了トリガーが呼び出される問題の修正 * OBS配信終了時、終了トリガーが2回呼び出される問題の修正
    • 誤字修正 * バックアップから設定がもどらないときの対応
    • lint 通過できない件の修正
    • 変数の追加 * 翻訳ブロックの動作修正
  • 更新フィードをうけとるリポジトリを変更
  • アップデート失敗したので修正
  • 日本語リポジトリに変更
    • 翻訳を進めた * cron で 12月が指定出来ない問題の修正 * コマンド手動実行時に displayName などの値がとれるように * 画像が選択できない問題の修正
    • アップデート参照リポジトリを日本語ローカライズ版に差し替え(使用前に急に英語版に差し替わるのを避ける)
  • appdmg 修正(再)
  • Mac自動ビルドがうまく行かないのでスクリプト修正
  • appdmg 見つからないエラー対策
  • 自動ビルド用シークレット更新
  • eslint が通らない点の修正
  • イベント発生時荷取得できるデータを調整 VTubeStudioのキーバインド連携追加(ゆかコネNEO経由)
    • トリガーがかかったときのID名修正
  • Merge branch 'master' of https://github.com/nmori/Firebot into JP_TRANSLATION_5.59.2
    • シャウトアウトの検索動作を変更 * コマンドにヒントを追加
    • ゲームの翻訳を追加 * フィルタ周りのレイアウトを日本語向けに * フィルタ演算子を追加 * 変数、演出の追加
    • 翻訳の追加 * VOICEVOXシリーズの演出追加
    • データベース参照がうまく行かなかったケースの修正 * 翻訳の追加 * 表示名とID名の分離をすすめた
    • 翻訳を進めた * DBエラー周り修正 * 日本限定機能追加
    • 翻訳の修正
    • 翻訳追加 * v5.59.2 マージ * わんコメ書き込み追加
  • Merge branch 'master' of https://github.com/crowbartools/Firebot
  • ・棒読みちゃんに対応 ・VOICEVOXに対応 ・翻訳したらサウンドカード選択が動かなくなったので、IDなし=デフォルトになるよう動作変更 ・翻訳を少し進めた
    • 翻訳を追加 * コマンドを受け付けないケースの修正
    • 関数周りを翻訳 * 別名ユーザだとうまく動かないあたりを調整
    • 翻訳追加 * 7tvエンドポイント修正
  • Merge branch 'master' of https://github.com/nmori/Firebot
  • ・翻訳の追加 ・わんコメ対応
  • 翻訳追加
  • 翻訳の追加分
  • v5.59.0 対応にしたうえで、日本語化を進めた分(作業中コミット)

Windows での導入方法

  • Download and run Firebot-v5.62.0-beta3-setup.exe

MacOS での導入方法

  • Firebot-v5.62.0-beta3-macos-x64.dmg をダウンロードします
  • .dmgを右クリックし、"開く "を選択する。
  • 表示されたダイアログで "キャンセル "をクリックする。
  • .dmgをもう一度右クリックし、"開く "を選択する。
  • 表示されたダイアログで "開く "をクリックする。

注意: Mac OS版は自動アップデート機能に対応していません。

Linux での導入方法

  • Firebot-v5.62.0-beta3-linux-x64.tar.gz をダウンロードします
  • 下記の手順で起動します
mkdir firebot
cd firebot
sudo wget https://github.com/nmori/Firebot/releases/download/v5.60.0/Firebot-v5.62.0-beta3-linux-x64.tar.gz
sudo tar -zxvf firebot-v5.62.0-beta3-linux-x64.tar.gz
./Firebot\ v5

これはターミナル・ウィンドウで行うか、解凍したアーカイブの正しいパスを「作業ディレクトリ」として含むショートカットを作成する必要があります。

注意: Linux版は自動アップデート機能に対応していません。

Firebot 日本語ローカライズ版 v5.62.0 beta 1

02 Mar 11:48
Compare
Choose a tag to compare

日本語ローカライズ版 v5.62.0 beta 1 です。

<重要な変更>

  • 本家側でIDの取得方法が変更されました(日本語ローカライズ版で載せていた挙動が反映された形)
  • それにともない、変数が変更になります。 ($displayName ⇒ $userDisplayName)
  • 本家側で、$userIdName なども廃止となり、$username で取得できるようになります。

HotFix1(24/3/5)

  • お知らせ通知のレイアウト崩れ修正
  • イベントのフィルタの動き修正

日本語ローカライズ版 Release v5.61.2

19 Feb 20:30
Compare
Choose a tag to compare

v5.61.2 更新ノート

✨ 新機能

🛠️ 改善

✅ 修正

🔗 APIの変更

全般

  • いくつかの修正が元に戻っていたのを再適用
  • displayName の修正
  • Merge branch 'v5' of https://github.com/crowbartools/Firebot into JP_TRANSLATION_v5.61.1
  • 5.61.2
  • fix(database): fix viewer watch time accrual
  • feat: spoof $#name shorthand variable
  • feat: presetListArgs shorthand

Windows での導入方法

  • Download and run Firebot-v5.61.2-setup.exe

MacOS での導入方法

  • Firebot-v5.61.2-macos-x64.dmg をダウンロードします
  • .dmgを右クリックし、"開く "を選択する。
  • 表示されたダイアログで "キャンセル "をクリックする。
  • .dmgをもう一度右クリックし、"開く "を選択する。
  • 表示されたダイアログで "開く "をクリックする。

注意: Mac OS版は自動アップデート機能に対応していません。

Linux での導入方法

  • Firebot-v5.61.2-linux-x64.tar.gz をダウンロードします
  • 下記の手順で起動します
mkdir firebot
cd firebot
sudo wget https://github.com/nmori/Firebot/releases/download/v5.60.0/Firebot-v5.61.2-linux-x64.tar.gz
sudo tar -zxvf firebot-v5.61.2-linux-x64.tar.gz
./Firebot\ v5

注意: Linux版は自動アップデート機能に対応していません。