Skip to content

v0.5.0

Choose a tag to compare

@jeroenjanssens jeroenjanssens released this 30 Jun 10:57

What's new

  • LinkedIn source: Fetch post metrics (impressions, likes, comments, shares, clicks), follower count, and content index from LinkedIn
  • LinkedIn OAuth: velocirepo auth linkedin command for three-legged OAuth flow with token persistence in .env
  • Token expiry check: Automatically warns when LinkedIn token is about to expire (via introspection API)
  • Float value handling: Record values stored as JSON floats (e.g., 5.0) are now parsed correctly
  • Deprecated metric fix: validate-data --fix detects and migrates old OpenVSX metric names (ratingtotal_ratings with ×100, reviewstotal_reviews)
  • Lint clean: All golangci-lint issues resolved across the codebase
  • Faster completions: Shell completion commands no longer load config
  • Generalized events/content: README updated to reflect the generic events and content system
  • Removed youtube_index: Legacy convenience view replaced by querying the content table directly
  • Data safety: remove-project --delete-data now rolls back data if config write fails

Full Changelog: v0.4...v0.5.0