Skip to content

Releases: msalexms/MoM

Release list

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 21 May 11:52

Changelog

  • 8d748b4 build: rename module from github.com/ams/mom to github.com/msalexms/MoM
  • 6432304 build: update nfpms metadata with correct author and repository info

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 21 May 11:45

Changelog

  • ae76808 Initial commit
  • c9366e6 chore: add ASSETS.md and demo tapes to gitignore
  • 2411cc2 chore: initialize repository from existing project
  • 45e2d8f chore: remove AGENTS.md from git tracking
  • 4ba0c40 chore: update gitignore and README title
  • 22f23eb ci: add GitHub Actions workflows for CI and release
  • c7d6eb8 docs: add demo GIF and asset placeholders to README
  • 6314b05 docs: redesign README with banner SVG and screenshot layout
  • 9308c48 docs: remove example MOTD output and theme comparison screenshots from README
  • 54eddef docs: rewrite README with full feature documentation
  • e187031 docs: update AGENTS.md with current module and template counts
  • 8ae876a docs: update README
  • 4a5ba37 docs: update README with profiles feature and keybindings
  • 190ad17 feat(module): add powerline and cards variants to certs and failed-logins
  • b4dcc38 feat(module): add powerline and cards variants to firewall
  • ceb76c3 feat(module): add powerline and cards variants to git-status
  • ffbe0da feat(module): add powerline and cards variants to journal and reboot
  • 90ef438 feat(module): add powerline and cards variants to sudo
  • ea75016 feat(module): add powerline and cards variants to tmux
  • 2643e8a feat(module): add powerline and cards variants to zfs
  • 615bb18 feat(module,config): add battery, users, sshkeys, and boot modules
  • c3aa5e1 feat(module,config): add gpu, traffic, and diskio modules
  • 86e8c74 feat(module,config,tui): add ten new system modules
  • 5e55a3f feat(module,template,config,tui): add fail2ban/ports/procs modules, templates, and ordering
  • 56fca51 feat(render,theme): add gradient text, custom theme loading, and live preview
  • 01cbadf feat(render,tui): add box rendering, powerline/cards variants, and theme view
  • ee4018d feat(svg): enhance banner design with CRT effects and improved patterns
  • 911453b feat(svg): enhance banner design with additional background details and adjusted cursor position
  • 878c119 feat(svg): refine banner design with improved gradients and opacity adjustments
  • 87d7aa4 feat(svg): update banner design with new patterns and gradients
  • b6c0e7d feat(tui): add module settings hub with generic settings editor
  • f6633fc feat(tui): add scrollable viewport for MOTD preview
  • 614bdf2 feat(tui,config): add profile save/load system
  • a11a89b feat(tui,config,module): add git paths editor and configurable scan settings
  • 1576240 feat: add theme system with render variants and TUI views
  • 06a340f fix(render,module): add PadRight helper and fix column alignment
  • 4af371f fix(template,cli): make template lookup case-insensitive and fix error message
  • 0213e2f fix(tui): center preview view and trim trailing spaces
  • 9436ea8 refactor(render,module,theme): extract variant framing into Section and add RGB gradients
  • 2dce937 refactor(tui): center dashboard layout dynamically
  • 2950a37 refactor(tui): extract shared alignment helpers and add module help view
  • 064731e refactor(tui): fix centering alignment and add width normalization helpers
  • 4882aea style(embed): add ANSI colors to all distro logos
  • 29dfc54 style: apply go fmt across codebase