Skip to content

Commit dd5e403

Browse files
committed
docs: update changelog and version for v1.1.4
1 parent 9c2c60e commit dd5e403

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.1.4] - 2025-01-27
4+
5+
### Added
6+
- **Expanded Gear Database**: ~400 prepatch PvP items including BG reputation rewards
7+
- WSG, AB, and AV reputation gear (boots, belts, shoulders, weapons, trinkets)
8+
- All armor types supported (Cloth, Leather, Mail, Plate)
9+
- **Useable Filter**: Goal picker checkbox to show only items your class can equip
10+
- **Vendor Scanner**: Dev tool to scan PvP vendors (`/honorlog scan`)
11+
312
## [1.1.3] - 2025-01-26
413

514
### Fixed

ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# HonorLog Roadmap
22

3-
## Current Version: 1.1.3
3+
## Current Version: 1.1.4
44

55
---
66

UI/MainFrame.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ local function CreateMainFrame()
222222
-- Version badge
223223
local versionBadge = header:CreateFontString(nil, "OVERLAY", "GameFontNormalSmall")
224224
versionBadge:SetPoint("LEFT", title, "RIGHT", 4, 0)
225-
versionBadge:SetText("v1.1.3")
225+
versionBadge:SetText("v1.1.4")
226226
versionBadge:SetTextColor(unpack(COLORS.accent))
227227

228228
-- View mode indicator (pill badge)

0 commit comments

Comments
 (0)