Changelog
Comper isn't yet publicly available, but here's what we've been working on.
December 2025โ
๐ Statistics & UI Improvements
- ๐ Add merge frequency stats
- ๐ Extra SAML integration for Comper Support
- ๐ Add Comper Wrapped (annual summary of your codebase activity and contributions)
- โ ๏ธ Add error feedback when sync errors happen
- ๐๏ธ Make panels hide-able
- ๐ฌ Add comment layers + notifications
- ๐ Make contributors scrollable, not paginated
- ๐ Make 'stacked area chart + legend' the default way to view statistics
November 2025โ
๐ฅ Manager Roles & Beta Launch
- ๐ฅ Add Manager role who can see the LoC output for individuals
- ๐ Add BitBucket support - we now support the big four: GitHub, GitLab, Azure DevOps, and BitBucket
- ๐ Start with versioned docker images (welcome 0.1.0) and private beta
- ๐ Fix a memory leak in the frontend rendering
- ๐ฌ Add a feedback button
- ๐ค Add first + last name based on SAML attributes
- โ ๏ธ Add warnings for full disks
- ๐ฎ Add WebGL/WebGPU support checker
- ๐ฅ Remember your favorite webcam/mic in a preference list
- ๐ Fix not being able to scroll in some popups
- ๐ฎ Fix a bug in the GitShuffle game
- ๐ Add Entra ID/Github SSO providers
October 2025โ
๐ SAML Integration & Video Guides
- ๐ Add SAML support for enterprise authentication
- ๐ฅ Add "loom-like" video recordings for onboarding guides
- ๐ง Add user invites + email system
- ๐ Add public/private boards
- ๐ค Add GPT5 / streaming compatibility
- โก Add automatic CPU core detection. Git analysis goes brrrrr.
- ๐ Fix bug in real-time updates when doing git analysis for users with LOTS of commits in different repos
September 2025โ
๐ Caching & Team Features
- ๐ Revamp of caching issue, and allow users to ignore wrongly checked in libraries or other non-interesting code
- ๐ Add WBSO report generation, for Dutch tax subsidies
- ๐ Add server load indicators
- ๐งฒ Add team magnets, to attract code written by team members
August 2025โ
๐ Security & Quality Improvements
- ๐ก๏ธ Visualize GitHub security data from Dependabot
- ๐ Introduce code coverage, now at 70% of all backend code
- ๐ Fixed 5 bugs to improve overall stability
- ๐ Found and fixed a bug that inflated code stats by 20%
July 2025โ
๐ Latest Updates
- ๐ Arrows can be connected to repos
- ๐ Add database, text and sticky note for Miro-like functionality
- โก Add incremental rendering, so we render quickly even with 600 repos on the screen
- ๐ฏ Add incremental analysis and fetch priorities to optimize showing something on the map a.s.a.p. after connecting
- ๐ Add live role switching, if someone makes you editor, the board updates without a refresh
- ๐ฟ Add branch selection for a repo
June 2025โ
โก Performance & Cloud Optimization
- ๐ฐ Set up a sleep/resume system for Comper Cloud for trial customers
- ๐ Make contributor store live updating
- ๐ท๏ธ Add tagging system so we can organize the board better
- ๐งฒ Add animated Magnets for organizing the board
- ๐ Add grid lines, snapping
- ๐ Add password updating / forgot functionality
- ๐ Improve last_activity field performance so we can track active contributors better
- ๐ง Add email sending to Comper cloud (password reset etc)
- ๐พ Add an IndexedDB cache
May 2025โ
๐๏ธ Major Infrastructure & Cloud Launch
- โก๏ธ Add arrow drawing
- ๐ง Major refactor and cleanup of the codebase, adding strongly typed typescript client generation from backend
- ๐ Add CPU limiter for 100% multi-core utilization
- โ๏ธ Launch first customers instances on "Comper Cloud"
- ๐ Launch website project with agency
April 2025โ
๐ณ Docker & SSO Support
- ๐ณ Add docker support so we can install it on a server
- ๐ฅ Add contributor management, merge git aliases into contributors visually
- ๐ Add filters for tracking individual LoC statistics / see which changes someone made
- ๐ Fix many bugs found while using the system
- ๐ Add Gitlab syncing support
- ๐ Add SSO sign in support (Google / Github / MS)
- โก Make last remaining algorithms multi-threaded for max performance (and boy is it fast, thanks Rust & 16 cores in my laptop)
March 2025โ
๐ Git Analysis & Performance
- ๐ Add git blame data
- ๐๏ธ Migrate cache storage to RocksDB, lower memory usage and better persistence
- ๐ Migrate git parser from libgit2 to gitoxide, for safety and performance
- ๐ฅ Add Bus Factor calculations v0
February 2025โ
๐ฎ UI Engine & AI Features
- ๐ฏ Move to PixiJS instead of FabricJS. 60Hz game engine performance is nice!
- โฐ Add timetravel view so history of repos can be found
- ๐ค AI generated diagrams for codebase understanding
- ๐ Add Azure DevOps syncing support
- ๐จ Add AutoLayout organization with force layouts based on codeowners and projects
January 2025โ
๐งต Multi-threading & Games
- โก Multi-threaded code analysis, introduce in-memory cache
- ๐ฅ CodeOwners organization and grouping on the board
- ๐ฒ First version of the GitShuffle / CodeGuessr game
- ๐ Add presentations
December 2024โ
๐ฆ Rust Rewrite & TypeScript Migration
- ๐ฆ Rewrite the 2023 PoC into a Rust framework (Loco). Before this we had a Python web server (flask) and a CLI for analyzing git repos. This allows us to go to single binary deployment, which is neat
- ๐ Migrated everything for Javascript to Typescript
- ๐ Sync repos from GitHub via the app server
- ๐พ Store all commit data in the database and make statistics work via DB queries
- ๐ Add websockets for live updates