File Details
BisInfo 1.0.3.zip
- R
- Jun 6, 2026
- 530.30 KB
- 6
- 2.5.5
- Classic TBC
File Name
BisInfo 1.0.3.zip
Supported Versions
- 2.5.5
# Changelog
All notable changes to **Bis Info** are documented here.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) where applicable.
## [1.0.3] — 2026-06-05
### Fixed
- **Minimap opens Bis Info settings category (`Options.lua`)**: Registers the AceConfig panel with `Settings.RegisterCanvasLayoutCategory` / `RegisterAddOnCategory` and opens via `Settings.OpenToCategory(categoryID)` (RaidBook-style), so left-click lands on **Bis Info** addon settings—not the generic settings root.
### 한글
- **미니맵 좌클릭 → Bis Info 설정**: 설정 카테고리 ID를 등록해 좌클릭 시 **Bis Info** 애드온 설정 화면으로 바로 연결됩니다.
---
## [1.0.2] — 2026-06-05
### Fixed
- **Minimap left-click settings toggle (`Options.lua`)**: Replaced the `config_shown` flag with live `SettingsPanel` / `InterfaceOptionsFrame` visibility checks so left-click reliably opens and closes the options panel (including after closing with ESC).
### 한글
- **미니맵 좌클릭 설정 토글 수정**: 내부 플래그 대신 실제 설정 창 표시 여부로 열기/닫기를 판단해 좌클릭 토글이 정상 동작합니다.
---
## [1.0.1] — 2026-06-05
### Added
- **Settings — tooltip table toggle (`Options.lua`, `TooltipView.lua`)**: Checkbox **아이템 툴팁 하단 BiS 순위 표 표시** to turn the LibExtraTip rank table on or off (default on). Turning off hides any open table immediately.
### 한글
- **툴팁 표시 on/off**: 설정창 상단에 체크박스 추가. 끄면 BiS 등록 아이템 툴팁 아래 순위 표가 나오지 않음(기본 켜짐).
---
## [1.0.0] — 2026-05-18
### Added
- Initial public / CurseForge-oriented packaging with `README.md` and `CHANGELOG.md`.
- **BiS browser** window: class, specialization, and phase selection; slot layout with top-five items per phase column.
- **Tooltip extension** (LibExtraTip): spec × phase rank table for items present in the dataset.
- **Options panel** (AceConfig): per-class specialization toggles to filter tooltip rows; minimap position stored in saved variables.
- **Localization**: `koKR` strings for UI and slot names where applicable.
- **Minimap / LDB launcher** (LibDBIcon): right-click opens BiS window, left-click opens settings.
- **Ownership indicator** on list icons when viewing **your own class** only.
- **bis-tooltip attribution** footer on the BiS list window and bottom of the settings panel.
### Fixed
- BiS list **slot labels** no longer stack duplicate text when the view is refreshed (e.g. changing spec while the window is open).
- **CreateFontString** usage compatible with clients that require a string template name, not a font object, as the inherit argument.
- **`openMainFrame`** Lua structure corrected after attribution UI was added.
### Changed
- List window **height** tightened for less empty vertical space.
- Slot name text **vertically aligned** with item icons; subtle downward nudge for readability.
- **No rank sub-panel** on mouseover tooltips when the item is hovered from the BiS list window (default item tooltip only).
- Settings and list UI **disclaimer spacing** adjusted for readability.