Best-in-Slot (BiS) reference- Bis Info

Best-in-Slot (BiS) reference: browse class and spec lists by phase, see ranks in tooltips, and filter which specs appear on item tooltips.

File Details

BisInfo 1.1.4.zip

  • R
  • Jun 11, 2026
  • 517.43 KB
  • 252
  • 2.5.5
  • Classic TBC

File Name

BisInfo 1.1.4.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.1.4] — 2026-06-11

### Added

- **Title attribution tamper guard**: Main BiS window title must keep the official author prefix; if modified, a blocking overlay shows 「불법 수정된 애드온입니다.」

### 한글

- **제목 변조 감지**: BiS 목록 창 제목의 원작자 표기가 변경되면 「불법 수정된 애드온입니다.」 오버레이로 차단합니다.

## [1.1.3] — 2026-06-09

### Fixed

- **Shaman Elemental / Restoration BiS slots (`PhaseCatalog.lua`, `ItemCatalog.lua`)**: Restored missing **Finger**, **Trinket**, **Weapon**, and **Off hand** entries (all phases). Data was dropped during import because boegi uses alternate slot names (`Weapons`, `ShieldsOffHands`, `Totems`, etc.). **Enhancement** was already complete.

### 한글

- **주술사 정기·복원 BiS 슬롯**: 누락됐던 **반지·장신구·무기·보조장비** 목록 복구 (전 페이즈). boegi 원본 슬롯명이 달라 변환 시 빠졌던 문제. **고양** 전문은 원래 정상.

## [1.1.2] — 2026-06-09

### Changed

- **Minimap / LDB clicks**: Left-click opens the BiS lists window; right-click opens addon settings (aligned with common addon convention).

### 한글

- **미니맵 클릭**: 좌클릭=BiS 목록, 우클릭=설정 (다른 애드온 관례에 맞춤).

## [1.1.1] — 2026-06-05

### Changed

- **BiS lists always show five items per slot (`PhaseCatalog.lua`, `ItemCatalog.lua`)**: Regenerated data fills empty ranks using boegi 6th entries, then other phases, then same-class slot pools; empty phases (e.g. Warrior Fury PR/T4) clone the nearest populated phase before backfill.

### 한글

- **슬롯당 5순위 항상 표시**: boegi 6순위·다른 페이즈·동일 직업 슬롯 풀 순으로 빈 칸을 채웁니다. 비어 있던 페이즈(전사 분노 PR/T4 등)는 가장 가까운 페이즈 목록을 기반으로 보완합니다.

---

## [1.1.0] — 2026-06-05

### Changed

- **BiS database refresh (`PhaseCatalog.lua`, `ItemCatalog.lua`)**: Rebuilt TBC lists from [boegi1/BiS-Tooltip_335a_backport_TBC](https://github.com/boegi1/BiS-Tooltip_335a_backport_TBC) (Wowhead, April 2025). Covers all nine classes, phases **PR / T4 / T5 / T6 / ZA / SWP**, top five items per slot.
- **Data attribution (`Strings.lua`)**: Footer text updated to cite the boegi TBC backport source.

### 한글

- **BiS DB 갱신**: boegi TBC backport(Wowhead, 2025-04) 기준으로 `PhaseCatalog`·`ItemCatalog` 전면 재생성. 9직업, **PR~SWP** 페이즈, 슬롯당 상위 5개.
- **출처 문구**: 목록·설정 하단 안내를 boegi TBC backport로 변경.

---

## [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.