Skip to content

Releases: AccursedGalaxy/streakode

v1.6.3

01 Jan 17:39
Compare
Choose a tag to compare

Changelog

  • f1f80bb chore: removed tests
  • 9d49849 chore: todo stuff
  • 743c3ba feat(author): new command set author
  • abe9a8e feat(history): faster history
  • 8dcc03b feat(history): faster history
  • 77fe065 feat(history): file search
  • abc2ffe feat(history): file search improvements
  • 2b7e3fc feat(history): fixed commit details display in output
  • 35a58ef feat(history): new histroy command set basics
  • 491a721 feat(history): new histroy command set basics
  • b4530c2 feat(history): updated --help command text
  • 4acc689 feat(history): updated --help command text
  • 3d61854 feat: default sk command alias
  • d979cba fix: improve stats display performance and formatting
  • ef860de fix: prevent goroutine panic in history command
  • 44b5bd2 restructure: scan module imrpovement

v1.6.2

30 Dec 16:51
Compare
Choose a tag to compare

Changelog

  • 7373467 feat(stats): add repository filtering to stats command

v1.6.1

30 Dec 16:35
Compare
Choose a tag to compare

Changelog

  • 8577968 chore: new ideas
  • 0076a46 fix: improve streak validation and date range calculations
  • a761d58 fix: streak validation and date range calculations

v1.6.0

30 Dec 15:36
Compare
Choose a tag to compare

Changelog

  • 5f94dd1 refactor(stats): split buildInsightsSection into focused functions
  • eb50ccd refactor(stats): split buildProjectsSection into focused functions
  • 121fc84 refactor: improve debug functionality and code organization

v1.5.9

30 Dec 15:08
Compare
Choose a tag to compare

Changelog

  • c3b6be1 feat(stats): add unit tests and interfaces for better testability
  • fc8f02e feat(stats): completed TODO
  • 1fc91da todo: new stuff todo! hurraaa!

v1.5.8

10 Nov 23:17
Compare
Choose a tag to compare

Changelog

  • 4e16be6 fix: removed auto update for now

v1.5.6

10 Nov 22:52
Compare
Choose a tag to compare

Changelog

  • d557497 feat: Makefile Downgrade Command

v1.5.5

10 Nov 22:45
Compare
Choose a tag to compare

Changelog

  • e74c5a6 feat: self update functionality
  • 159c716 fix: fixed output formatting of commit comparison from {} to () - not using Go default struct formatting
  • 8caae1a readme update
  • 062ad98 readme update
  • ad2614d readme update
  • 335d18d readme update
  • 8943756 readme update
  • c79c388 refactor: Pre-Allocating Memory for Slices Across All Slices
  • 0edc425 refactor: removed unused config vars
  • 56b5832 refactor: separated width calculation to new func
  • 6488c2d todo: idea for improving date-time management
  • de4fec7 todo: removed completed or not needed

v1.5.4

10 Nov 13:15
Compare
Choose a tag to compare

Changelog

  • 7e57f00 TODO: Removed Completed
  • c7be18a TODO: Removed Completed
  • ac18d38 TODO: Removed Completed && New Feature Ideas Update
  • 77b0f73 TODO: Removed Completed && New Feature Ideas Update
  • 1e79759 feat: Better Language Statistics Dispaly Output - Configurable
  • dc0367a feat: Weekly Commit Comparison - Weekly Insights
  • eef032c fefactor: moved Commit Trend logic to separate function
  • 0cce612 fefactor: moved Language Statistics Calculation to Separate Function
  • 63a132a fefactor: moved Table Style Fetching to Separate Function
  • 0638c65 fix: Center Welcome Header Above Table
  • df64434 fix: Directory Not Found Error - Now only shows warning and skips the directory
  • d6e8804 fix: removed unused code
  • c676dcf lint: linting fixes
  • b2163b8 notes: more TODO comments yay!
  • f07d040 notes: more TODO comments yay!
  • 00ca899 plan: Simulating Git Repositories For Testing
  • b22138e plan: Simulating Git Repositories For Testing
  • f0044eb plan: Simulating Git Repositories For Testing
  • 2cc9b48 refactor: using constants for magic numbers
  • 2dcdad4 todo: fix directory not found issue
  • 033ed8e todo: improvements
  • d5b6cc4 todo: removed completed

v1.5.3

04 Nov 21:59
Compare
Choose a tag to compare

Changelog

  • 7e26f34 TODO updates
  • 511b521 TODO: Center Header Above Table In Stats Output
  • 4187776 The latest updates focus on enhancing the output configuration options for users and performing minor cleanups. New features include customizable table styles, optional display of dividers, and the ability to show or hide table headers and sections. Additionally, unused configuration settings have been removed for a cleaner setup.
  • 01e57ca cleanup: removed not used config settings
  • fe0390c clearfeat: Add configurable cache refresh system
  • 14375ec feat: Custom Emoji Width Settings
  • 7ec5472 feat: prettier table
  • 798878e feat: prettier table
  • 423b23e feat: prettier table
  • e0e0121 feat: show or hide dividers
  • 898517c feat: table config options
  • 60e888d fix: tests
  • cc87380 note