Releases: RainbowMage/OverlayPlugin
Releases · RainbowMage/OverlayPlugin
OverlayPlugin 0.3.3.9
CEFのバージョンを3.2454.1320(Chromium 45.0.2454.85)にアップデート
いくつかのバグを修正
Updated CEF library into version 3.2454.1320 (Chromium 45.0.2454.85).
Fixed some issues.
OverlayPlugin 0.3.3.8
Added support for force top most on DirectX11 client.
OverlayPlugin 0.3.3.7
Support DirectX11 client.
OverlayPlugin-0.3.3.6
- FF14かACTのウィンドウがアクティブなときのみオーバーレイを表示する機能を追加
- Added option to auto-hide overlays when FFXIV or ACT window has not focus.
OverlayPlugin-0.3.3.5
- 文字列ベースのオーバーレイ間通信を実装した
- 仕様については JavaScript API reference を参照してください
- 初回起動時に設定される URL が正しくなかった問題を修正
- Implemented string based inter-overlay communication. Please see JavaScript API reference page.
- Fixed an issue that the initial configuration of the overlays' URL are not correct.
OverlayPlugin-0.3.3.3
- キーボード入力に対応(日本語入力には非対応)
- LabelOverlayの一部のチェックボックスが正常に動作していなかったのを修正
- その他細かいバグ修正
- Add keyboard input support on the overlays. (Input with IME is not supported.)
- Fixed: Check box on the LabelOverlay configuration tab was not working.
- Fixed: Minor issues
OverlayPlugin-0.3.3.1
- オーバーレイへのマウス入力に対応
- キーボード入力は未実装
- 位置とサイズをロックするオプションを追加
- これを有効にすると、オーバーレイ内でドラッグすることができるようになります
- LabelOverlay を追加
- 画面上にテキストを貼り付けるだけのオーバーレイ
- HTML での表示も可能
- カンペ用
- Support mouse input on the overlays.
- Keyboard input is not implemented yet.
- Added option to lock size and position of the overlays.
- You can drag on the overlay with enabling this option.
- Added LabelOverlay.
- Simple overlay which just displays plain text or HTML.
OverlayPlugin-0.3.1.0
- アドオン機能に関して、大きな問題があったので修正しました
- 内部構造が大きく変更されたため、0.3.0.0 を使用している場合、オーバーレイの設定を引き継げません
- Fix major problem on loading addon.
- Overlay configurations of v0.3.0.0 is not upgraded due to internal structure has changed.
OverlayPlugin-0.3.0.0 (人柱バージョン)
人柱バージョンです。
安定するまでは旧バージョンを使用することを強くお勧めします。
興味がある方のみお使いください。
- 複数のオーバーレイを追加可能
- アドオンに対応
- グローバルホットキーの導入に伴い、Ctrl+M、Ctrl+S ショートカットキーを削除
- MiniParseOverlay の処理の一部を並列化
This is VERY BETA BUILD of v0.3 series.
I highly recommend that you use v0.2 series instead of this build.
- Support multiple overlay.
- Support add-ons.
- Remove shortcut keys (Ctrl+M, Ctrl+S). Please use global hotkey instead.
- Parallelize some codes of the MiniParseOverlay.
OverlayPlugin-0.2.6.1
- MiniParseOverlay のパフォーマンスを改善。
- Performance improvement of mini parse overlay.