diff --git a/TODO.md b/TODO.md index 82a7ca3..bda54d8 100644 --- a/TODO.md +++ b/TODO.md @@ -122,9 +122,9 @@ This file tracks larger Lumi work that cannot safely be completed in one pass. K - Add examples for fields that expect URLs, model names, provider names, paths, selectors, or structured values. - Ensure labels and helper text are suitable for non-technical admins without removing important admin-level specificity. - Review localization/translation keys if present so simplified wording remains consistent across languages. - ## Done +- 2026-06-17: Fixed user-facing Economy spelling, restored `/stats/{username}` Compare toggling, linked Top commands run leaderboard entries to `/commands`, and bumped core/plugin patch versions. - 2026-06-17: Fixed custom command Edit buttons and `/commands` Copy Link / expand buttons with delegated handlers, clipboard fallback, and v0.1.5 patch bump. - 2026-06-17: Fixed repo-based core updates deleting `data/update-cache/repo` during apply, added a verification guard, and bumped core package version to v0.1.4. - 2026-06-17: Bumped core package version to v0.1.3. diff --git a/package-lock.json b/package-lock.json index f4ba4ea..7c69903 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lumi-bot", - "version": "0.1.5", + "version": "0.1.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "lumi-bot", - "version": "0.1.5", + "version": "0.1.6", "dependencies": { "adm-zip": "^0.5.12", "better-sqlite3": "^11.5.0", diff --git a/package.json b/package.json index 667b0bd..8e315b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lumi-bot", - "version": "0.1.5", + "version": "0.1.6", "private": true, "type": "commonjs", "scripts": { diff --git a/plugins/birthday/README.md b/plugins/birthday/README.md index 6c73a21..e554cce 100644 --- a/plugins/birthday/README.md +++ b/plugins/birthday/README.md @@ -1,6 +1,6 @@ # Birthday Plugin -Standalone Lumi plugin for birthday profile settings, chat commands, Discord birthday announcements, and optional echonomy birthday gifts. +Standalone Lumi plugin for birthday profile settings, chat commands, Discord birthday announcements, and optional Economy birthday gifts. ## Install @@ -39,5 +39,5 @@ Plugin settings are stored in `plugin_settings` with `plugin_id = 'birthday'`. - Accepted date formats are `YYYY/MM/DD` and `MM/DD`. - Dash-separated dates and `DD/MM` dates are rejected. - Default privacy is `limited`. -- If echonomy is not loaded, birthday announcements still work and gifts are skipped. +- If Economy is not loaded, birthday announcements still work and gifts are skipped. - Automatic gifts are delivered once per birthday occurrence. Manual gifts are claimed once per birthday occurrence. diff --git a/plugins/birthday/plugin.json b/plugins/birthday/plugin.json index 9ed3280..d8d1cd5 100644 --- a/plugins/birthday/plugin.json +++ b/plugins/birthday/plugin.json @@ -1,7 +1,7 @@ { "id": "birthday", "name": "Birthday", - "version": "0.1.0", + "version": "0.1.1", "description": "Birthday profiles, announcements, lookup commands, and optional birthday currency gifts.", "main": "index.js" } diff --git a/plugins/birthday/views/birthday-admin.ejs b/plugins/birthday/views/birthday-admin.ejs index f148900..6c3a378 100644 --- a/plugins/birthday/views/birthday-admin.ejs +++ b/plugins/birthday/views/birthday-admin.ejs @@ -4,7 +4,7 @@
Birthday announcements, profile display, and optional echonomy gifts.
+Birthday announcements, profile display, and optional Economy gifts.
Unified, cross-platform currency tooling and stats.
Mini-games that spend and reward coins via the Echonomy framework.
+Mini-games that spend and reward coins via the Economy framework.
<%= entry.label || entry.username || "Unknown" %>
+ <% if (entry.href) { %>
+ <%= entryLabel %>
<% } else { %>
- <%= entry.label || entry.username || "Unknown" %>
+ <%= entryLabel %>
+ <% } %>
+ <% } else { %>
+ <%= entryLabel %>
<% } %>