Skip to content

Commit 489f680

Browse files
committed
0.1.28
1 parent 513e762 commit 489f680

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
---
44

5+
## 0.1.28 — 2026-02-22
6+
7+
### Added
8+
- **Footer emojis**: Added 💬 emoji before Discord link and ⭐ emoji before GitHub link for better visual appeal
9+
10+
---
11+
512
## 0.1.27 — 2026-02-22
613

714
### Changed

bin/free-coding-models.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ function renderTable(results, pendingPings, frame, cursor = null, sortColumn = '
603603
: chalk.rgb(0, 200, 255)('Enter→OpenCode')
604604
lines.push(chalk.dim(` ↑↓ Navigate • `) + actionHint + chalk.dim(` • R/T/O/M/P/A/S/V/U Sort • W↓/X↑ Interval (${intervalSec}s) • T Tier • Z Mode • Ctrl+C Exit`))
605605
lines.push('')
606-
lines.push(chalk.dim(' Made with ') + '💖' + chalk.dim(' by ') + '\x1b]8;;https://github.com/vava-nessa\x1b\\vava-nessa\x1b]8;;\x1b\\' + chalk.dim(' • ') + '\x1b]8;;https://discord.gg/U4vz7mYQ\x1b\\Join our Discord!\x1b]8;;\x1b\\' + chalk.dim(' • ') + '\x1b]8;;https://github.com/vava-nessa/free-coding-models\x1b\\Read the docs on GitHub\x1b]8;;\x1b\\')
606+
lines.push(chalk.dim(' Made with ') + '💖' + chalk.dim(' by ') + '\x1b]8;;https://github.com/vava-nessa\x1b\\vava-nessa\x1b]8;;\x1b\\' + chalk.dim(' • ') + '💬 ' + '\x1b]8;;https://discord.gg/U4vz7mYQ\x1b\\Join our Discord!\x1b]8;;\x1b\\' + chalk.dim(' • ') + '⭐ ' + '\x1b]8;;https://github.com/vava-nessa/free-coding-models\x1b\\Read the docs on GitHub\x1b]8;;\x1b\\')
607607
lines.push('')
608608
// 📖 Append \x1b[K (erase to EOL) to each line so leftover chars from previous
609609
// 📖 frames are cleared. Then pad with blank cleared lines to fill the terminal,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "free-coding-models",
3-
"version": "0.1.27",
3+
"version": "0.1.28",
44
"description": "Find the fastest coding LLM models in seconds — ping free models from multiple providers, pick the best one for OpenCode, Cursor, or any AI coding assistant.",
55
"keywords": [
66
"nvidia",

0 commit comments

Comments
 (0)