-
Release f0fce51
Stablereleased this
2026-06-20 00:33:07 +00:00 | 0 commits to prod since this releaseChanges since release-b85c2b7
- (6c24546) Merge branch 'prod'
- (3e45292) docs(release): clarify x64_86 build labels
- (120965f) docs(readme): add repository artwork
- (bec1335) docs(readme): simplify header banner
- (c9ff53c) docs(readme): use pre-rounded banner image
Builds
- gitree-windows-x64_86-f0fce51.exe
- gitree-deb-x64-f0fce51.deb
Authors
Sorted by total lines added or removed.
- GigabiteStudios ceo@gigabitestudios.xyz — 32 lines changed (+18 / -14)
Downloads
-
Release b85c2b7
Stablereleased this
2026-06-19 23:51:41 +00:00 | 6 commits to prod since this releaseChanges since release-9424c7b
- (f614199) fix(build): disable Wayland on Linux CI
Builds
- gitree-windows-x64-b85c2b7.exe
- gitree-deb-x64-b85c2b7.deb
Authors
Sorted by total lines added or removed.
- GigabiteStudios ceo@gigabitestudios.xyz — 15 lines changed (+11 / -4)
Downloads
-
Release 9424c7b
Stablereleased this
2026-06-19 23:32:55 +00:00 | 8 commits to prod since this releaseChanges since release-6ecbd59
- (cb145fe) fix(build): revert libgit2 submodule to upstream commit to resolve CI checkout error
- (d338023) fix(ui, backend): optimize run.bat cache, fix push hanging, normalize path history, redesign New Tab
- (0fea9ab) Fix selection reset on background refresh, support per-repo table column widths, fix minimap drag scrolling & colors, indent details panels
- (7a39b4a) Optimize builds in CMakeLists.txt and run.bat
- (2ca9c6b) Change submodules icon to folder, expand row highlight left bound, scale ref badge text size down
- (1f800c3) Fix WIP node alignment with 28px lanes and decrease background auto-refresh intervals to 500ms for instant updates
- (ac9df86) Fix file row stage button alignment to prevent text shift, set ref badges rounding to 0.0f to make them rectangular
- (ce81922) fix(user-data): persist session, drafts, and layout state
- (069d4e3) fix(user-data): keep ikvxx persistence in text format
- (e68065a) fix(ui): remove stray imgui ini on startup
- (0e08a8a) Added submodule vendor/iKvxx
- (181736c) fix(user-data): write ikv file in binary format
- (6059945) fix(ui): enlarge top toolbar actions
- (d7fddcb) chore(submodules): drop vendor iKv and update iKvxx
- (ca6968a) fix(diff-viewer): repair minimap alignment and drag
- (96b595b) fix(diff-viewer): simplify blame gutter to avatar hover
- (139e721) fix(ui): use submodule-specific sidebar icon
- (a087fe4) fix(diff-viewer): remove minimap double scrolling
- (bf3a50c) graph rendererupdate
- (0cc7f71) fix(workflow): sync nested submodules in CI
- (e4a8e5d) build(cmake): use iKvxx settings backend
Builds
- gitree-windows-x64-9424c7b.exe
- Linux DEB x64 failed
Authors
Sorted by total lines added or removed.
- GigabiteStudios ceo@gigabitestudios.xyz — 1285 lines changed (+745 / -540)
Downloads
-
Release 6ecbd59
Stablereleased this
2026-06-19 20:37:32 +00:00 | 30 commits to prod since this releaseChanges since release-9a274c1
- (f869ecf) fix(sidebar): simplify filter placeholder text
- (45a4ceb) fix(sidebar): remove section header hover fill
- (5c9047b) feat(viewer): overhaul code minimap interaction
- (60d1e67) chore(submodules): point imgui and glfw at mirrors
- (b94ca10) feat(viewer): restyle toolbar and add line wrap toggle
- (1ac26e3) chore(submodules): point libgit2 at mirror
- (eeb134c) feat(layout): persist sidebar and commit table state
- (79bd00d) fix(shortcuts): wire repository menu accelerators
- (279fe6e) fix(ui): return to main view after staging diff
- (e74e6ec) fix(refresh): resync after toolbar and branch actions
- (6361002) perf(git): move refresh and actions off the UI thread
- (5ac621d) feat(ui): add hover-paused toast notifications
- (b6fdec1) fix(graph): avoid lane collisions and dead ends
- (aebfe65) fix(ui): ellipsize blame attribution text
- (8d59d06) fix(build): silence libgit2 and app icon warnings
- (f7f95e2) fix(ui): use folder tree icon for submodules
- (f53efe9) fix(ui): resize top bar action labels
- (5ba7d46) feat(files): use tabler icons for committed tree entries
- (93f6753) fix(ui): reset diff viewer scroll on open
- (1c73030) perf(startup): defer repository loading
- (76634c3) fix(ui): finish refresh and diff navigation polish
- (4dab8e8) Merge branch 'main' into prod
- (4b846a6) fix(ui): animate toolbar action spinners
- (258973d) feat(auth): prompt and store remote credentials
- (9ebf369) fix(diff): make code minimap scrollable and compact
- (52ed46a) Merge remote-tracking branch 'origin/prod' into prod
- (1114c05) Not sure
- (2c07bb0) Merge branch 'main' into prod
Builds
- gitree-windows-x64-6ecbd59.exe
- Linux DEB x64 failed
Authors
Sorted by total lines added or removed.
- GigabiteStudios ceo@gigabitestudios.xyz — 3395 lines changed (+2767 / -628)
Downloads
-
Release 9a274c1
Stablereleased this
2026-06-19 05:02:28 +00:00 | 59 commits to prod since this releaseChanges
- (531ce7e) Initial commit
- (22bcd1d) feat(app): scaffold native Git client interface
- (0d974a4) feat(tabs): add new tab history and persistent user data
- (7b2e0f1) refactor(toolbar): center icon actions with tooltips
- (c67dd46) feat(sidebar): add section icons counts and actions
- (791ad6e) feat(sidebar): add chevron remote hierarchy
- (2dcb203) feat(graph): render parent lanes with Gravatar nodes
- (77b2fbe) refactor(core): separate managers models and UI
- (70c351a) refactor(about): simplify dependency licenses
- (74b637c) refactor(graph): simplify reference chips
- (72de6aa) feat(context): add repository item menus and submodule updates
- (486465f) fix(graph): match GitKraken lane routing and details
- (686a90d) refactor(graph): add smooth lane renderer
- (da475f2) refactor(ui): increase layout spacing
- (09011a6) refactor(toolbar): match labeled Git action layout
- (df6212a) feat(details): add commit and working tree panels
- (dad4d59) feat(toolbar): add configurable pull actions
- (5cd1578) feat(sidebar): persist resizable section layout
- (6f27fac) feat(refs): match compact outline reference chips
- (cda8f9a) feat(session): restore repository tabs and selection
- (be26238) feat(storage): persist user data with iKv
- (a5b0d8b) fix(tabs): style new-tab button as rounded square
- (de002ef) fix(tabs): allow stable tab selection
- (660e047) fix(sidebar): scroll section bodies independently
- (89363fb) fix(graph): connect compact dynamic commit rows
- (35ccd5d) fix(toolbar): remove scrolling and improve branch picker
- (828b91e) style(sidebar): soften text and icon contrast
- (5bf04b6) fix(sidebar): constrain sections within viewport
- (1b37f31) feat(layout): resize sidebar sections and details independently
- (4b323a8) feat(commits): edit pending summary from history row
- (a35b3eb) style(ui): match flat GitKraken visual system
- (8708323) style(details): match working tree sidebar reference
- (d03d3be) fix(ui): increase base text size
- (4d6488a) fix(sidebar): anchor submodules section to bottom
- (8abd861) ci(gitea): build branches and release prod
- (2fd4da8) feat(git): implement repository mutation commands
- (2c9b370) feat(ui): wire Git actions and operation dialogs
- (265a52d) fix(layout): pack collapsed sidebar sections
- (3cc1d6e) fix(ui): increase base font size
- (6f0b484) fix(ui): use icon glyph for plus actions
- (27ecf6c) feat(diff): add full file diff viewer
- (41b0850) fix(graph): enlarge avatars and mask lane edges
- (e7964b0) Add renovate.json
- (0d272c7) Merge pull request 'chore: Configure Renovate' (#1) from renovate/configure into main
- (59eabc5) fix(ui): improve text size and contrast
- (ceac4ae) Merge remote-tracking branch 'origin/main'
- (f71bb01) fix(toolbar): keep branch picker size stable
- (cb50b61) fix(graph): synchronize branch and chip colors
- (0ad8ee0) perf(history): stream commit pages on demand
- (02fe5a3) refactor(ui): update izo library API calls to use PascalCase convention
- (067ad57) fix(deps): align iZo with CamelCase API
- (dea38ce) feat(graph): add lane-colored ribbons and connectors
- (3330c4e) Merge branch 'main' into prod
- (2636fe3) feat(branch): create branches inline in ref column
- (ff63594) fix(refs): show icons on every local branch chip
- (4573aa0) fix(sidebar): constrain section resizing to panel floor
- (9c64c74) fix(sidebar): align section add buttons and counts
- (23a6006) feat(toolbar): add external application launcher
- (cd10723) fix(history): select commits from message cells
- (ebcdea8) fix(refs): collapse duplicate upstream branch chips
- (54f9134) refactor(ui): remove AI commit controls
- (17028fa) refactor(sidebar): unify repository sections
- (9093726) feat(git): integrate Git Credential Manager
- (084b707) docs(readme): update usage and build guide
- (5133418) Merge pull request 'main' (#2) from main into prod
- (0152667) feat(app): polish repository workflows and graph
- (fefc208) chore(deps): update bundled submodules
- (a8bec3e) feat(ui): refine graph, viewer, and repository workflows
- (cdea450) fix(index): preserve selection on bulk stage operations
- (dff02ad) fix(toolbar): show progress state for pull and push
- (b100b19) fix(branches): show feedback while switching
- (b01bbd2) fix(files): use correct tree toggle icon
- (009a4ef) fix(diff): restore syntax rendering and minimap sizing
- (a64770b) fix(files): center path and tree toggles
- (2d451a5) feat(toolbar): show dynamic undo and redo actions
- (57d7be3) fix(ui): soften dpi scaling and normalize commit table text
- (e3b6c34) feat(recent): persist dynamic repository history
- (e110775) refactor(settings): consolidate appdata state into ikv2b
- (508c0f0) fix(window): match caption icon to taskbar logo
- (0425bb7) feat(files): add extension badges for common file types
- (942e95e) fix(sidebar): expand active branch highlight
- (8368b0e) fix(toolbar): emphasize icons over labels
- (106a2b8) fix(graph): tone down pending change counters
- (7989224) fix(files): stabilize row layout on hover actions
- (303d846) fix(files): pin staged section headers while scrolling
- (ee7efa6) fix(graph): align selected row overlay to commit columns
- (a5b0e02) feat(commits): add commit context actions
- (7550929) new build workflow
- (2e38d51) Merge branch 'main' into prod
- (2c7cabb) fix(sidebar): keep section resize local to neighbors
- (6214c97) feat(branches): show branch source in create popup
- (5a2cffc) fix(commits): add subtle alternating row backgrounds
- (0b220a3) feat(blame): restore rich code view and minimap
- (5c6cd46) added more alications
- (c99f0cc) feat(history): render structured file history entries
- (fb98fe6) feat(refresh): add timed background repository reloads
- (b640088) New build system
Builds
- gitree-windows-x64-9a274c1.exe
- Linux DEB x64 failed
Authors
Sorted by total lines added or removed.
- GigabiteStudios ceo@gigabitestudios.xyz — 17689 lines changed (+14083 / -3606)
- GigabiteStudios gigabitestudios@noreply.localhost — 207 lines changed (+207 / -0)
- Renovate Bot renovate@dock-it.dev — 3 lines changed (+3 / -0)
Downloads
-
-windows-x64--
StableAll checks were successfulBuild Windows EXE / build-windows (push) Successful in 7m51sreleased this
2026-06-19 04:46:07 +00:00 | 68 commits to prod since this releaseAutomated Windows release from the prod branch.
Changes since prod-8-5133418
- (0152667) feat(app): polish repository workflows and graph
- (fefc208) chore(deps): update bundled submodules
- (a8bec3e) feat(ui): refine graph, viewer, and repository workflows
- (cdea450) fix(index): preserve selection on bulk stage operations
- (dff02ad) fix(toolbar): show progress state for pull and push
- (b100b19) fix(branches): show feedback while switching
- (b01bbd2) fix(files): use correct tree toggle icon
- (009a4ef) fix(diff): restore syntax rendering and minimap sizing
- (a64770b) fix(files): center path and tree toggles
- (2d451a5) feat(toolbar): show dynamic undo and redo actions
- (57d7be3) fix(ui): soften dpi scaling and normalize commit table text
- (e3b6c34) feat(recent): persist dynamic repository history
- (e110775) refactor(settings): consolidate appdata state into ikv2b
- (508c0f0) fix(window): match caption icon to taskbar logo
- (0425bb7) feat(files): add extension badges for common file types
- (942e95e) fix(sidebar): expand active branch highlight
- (8368b0e) fix(toolbar): emphasize icons over labels
- (106a2b8) fix(graph): tone down pending change counters
- (7989224) fix(files): stabilize row layout on hover actions
- (303d846) fix(files): pin staged section headers while scrolling
- (ee7efa6) fix(graph): align selected row overlay to commit columns
- (a5b0e02) feat(commits): add commit context actions
- (7550929) new build workflow
Authors
Sorted by total lines added or removed.
- GigabiteStudios ceo@gigabitestudios.xyz — 6602 lines changed (+5178 / -1424)
Downloads
-
Gitree prod-8-5133418
StableAll checks were successfulBuild Windows EXE / build-windows (push) Successful in 23m29sreleased this
2026-06-19 02:42:20 +00:00 | 92 commits to prod since this releaseAutomated Windows release from the prod branch.
Downloads
-
Gitree prod-6-3330c4e
StableAll checks were successfulBuild Windows EXE / build-windows (push) Successful in 5m43sreleased this
2026-06-19 01:00:11 +00:00 | 104 commits to prod since this releaseAutomated Windows release from the prod branch.
Downloads