Skip to content

Releases: tduyng/codeme.nvim

v0.1.0

03 Mar 17:09

Choose a tag to compare

0.1.0 - 2026-03-03

Features

  • Add hover on achievements - (99e3106)
  • Add options to ignore projects and filetypes to show - (382cd0a)
  • Auto resize and make the tab size better - (2d77e50)
  • Add tab search activities by date - (8e6cc4b)

Miscellaneous Tasks

v0.0.4

19 Feb 17:20

Choose a tag to compare

0.0.4 - 2026-02-19

Bug Fixes

  • (work) Show only programming languages, not filetype - (d4b8b95)

Miscellaneous Tasks

  • (activity) Rename Languages to FileType - (28cea08)
  • (activity) Show total time and focus percentage in top of dashboard - (d7ddff6)
  • Simple release notes - (f5bdef7)
  • Make installation backend more clear - (9c1e248)

v0.0.3

15 Feb 07:52

Choose a tag to compare

0.0.3 - 2026-02-15

Miscellaneous Tasks

v0.0.2

01 Feb 18:54

Choose a tag to compare

0.0.2 - 2026-02-01

Features

  • Optimise, lazy load - (c795a19)
  • Update new API syntax from backend - (83af56f)
  • Split profile into multiple files - (20f6bcf)
  • Redesign 6 tabs, add more information and metrics - (076b79d)
  • Show top 10 projects instead of top 3 in Today tab - (f5ab81c)
  • Add universal colorscheme adapter with auto-reload - (f46cb21)
  • Add minimal custom UI - (d56caf3)
  • Add 6-tab dashboard with goals, heatmap, and achievements - (f6a95c4)

Bug Fixes

  • Fix calculate lines changes - (9d2c505)
  • Send better the heartbeat of buffer actions - (8e35d11)
  • Track line changes only from git and save events - (ca1d932)
  • Auto-close dashboard when leaving buffer - (dc29769)
  • Add Projects to Today tab, show heartbeat counts, and use time-based heatmap colors - (2e9cedd)

Refactor

  • (profile) Split more timeline level for activity by hours - (46bcce0)

Miscellaneous Tasks

  • Shorten streak icons - (99fc01d)
  • Activate default goals - (82f8490)
  • Add more level about dev profile - (d61e3df)

v0.0.1

14 Jan 09:47

Choose a tag to compare

[0.0.1] - 2026-01-14

Features

  • Add dedicated Today tab as first tab in dashboard - (ffe9459)
  • Add enhanced debug logging for stats parsing - (4025ab2)

Bug Fixes

  • Filter out shell initialization output from JSON parsing - (e69d40c)
  • Improve stats JSON parsing robustness - (c9bf767)

Other

  • Codeme neovim plugin with dashboard - (6918446)

Miscellaneous Tasks