Skip to content

Releases: Auto-Explore/GitComet

GitComet v0.2.3

Choose a tag to compare

@github-actions github-actions released this 06 Sep 19:44
Immutable release. Only release title and notes can be modified.
81a68d5
GitComet023.mp4

What's Changed

  • Bump actions/cache from 4 to 6 by @dependabot[bot] in #409
  • list all changed files compared to the destination branch in merge commit details by @Havunen in #412
    • Adds sorting by path or edit size, ascending or descending. by @Havunen in #414
  • fix -/+ 1px graph lane flicker and added remote / local icons to graph names by @Havunen in #415
  • Security Pin GitHub Actions to commit SHAs by @Havunen in #417
  • Security validate submodule names inside .git/modules before removing metadata by @Havunen in #418
  • Security separate user-typed positionals from git options in clone, submodule add, worktree by @Havunen in #419
  • Fix/remove unused terminal event handlers by @Havunen in #422
  • Require the clone directory name to be a single path component by @Havunen in #426
  • Security refuse worktree saves that would write through a symlink by @Havunen in #424
  • Security mask URL credentials in remote, submodule and clone command labels by @Havunen in #423
  • Security verify preview blob cache hits instead of trusting a pre-existing temp file by @Havunen in #425
  • Security gate repo-local merge.tool and mergetool..path behind mergetool consent by @Havunen in #421
  • updated gpui-ce and tree_sitter by @Havunen in #429
  • performance improvements by @Havunen in #430
  • Added new dialog to allow checkout or overwrite branch when it already exists by @Havunen in #427
  • Read the askpass prompt through delayed expansion in the Windows helper by @Havunen in #420
  • updated gpui-ce fork to fix #431 by @Havunen in #432
  • Feat/style changes by @Havunen in #433
  • new theme: Amber Dark, new side bar collapse - expand icons. tuned existing theme colors by @Havunen in #440
  • implemented new security / privacy settings by @Havunen in #439
  • Security hardening by @Havunen in #434
  • fix/ghost remote branches by @Havunen in #435
  • support finding local branch using focus button by @Havunen in #442
  • Feat/make defined upstream visible by @Havunen in #443
  • performance optimizations by @Havunen in #449
  • changed browse repository at this point feature to "Start file browsing" by @Havunen in #451
  • fixes an issue where file history is not fully shown. Added more details to history rows... by @Havunen in #450
  • Fix/git log rearranges after focus by @Havunen in #448
  • Add pro announcement by @Havunen in #453

Full Changelog: v0.2.2...v0.2.3

GitComet v0.2.2

Choose a tag to compare

@github-actions github-actions released this 30 Aug 18:29
Immutable release. Only release title and notes can be modified.
ca03ccc

What's Changed

  • feat: add option to create branch from commit in context menu by @angeousta in #380
  • Add "Merge into current branch" action to the commit context menu by @angeousta in #381
  • Feat/support elixir, erlang, haskell, ocaml, julia, clojure, groovy, solidity, assembly and svelte syntax highlight by @Havunen in #384
  • fix Crash: unable to get cursor position: Access is denied. by @Havunen in #389
  • order log rows like git log --date-order (#390) by @Havunen in #391
  • Adds interactive code highlighting, broader language support, and improved syntax performance across editors and diffs by @Havunen in #386
  • ux: automatically focus the first recent repository search result by @Havunen in #393
  • fix segfault on CTRL + C release build in Linux by @Havunen in #396
  • allow drag n drop git folders to open them as repositories by @Havunen in #395
  • split large files into smaller modules by @Havunen in #398
  • fix CTRL + D not closing terminal tab by @Havunen in #399
  • Fix/active history path should change on repository switch by @Havunen in #397
  • improve panic logging , deploy symbol files so memory dumps can be analyzed by @Havunen in #392
  • fixes an issue where diffs had different syntax highlight selector an… by @Havunen in #402
  • consolidate shared text, hex, platform, and path utilities into gitcomet-core by @Havunen in #401
  • Created git hooks activity dialog to visualize running hooks by @Havunen in #403
  • refactor split large modules into smaller pieces by @Havunen in #404
  • fix selection start between section gaps in markdown previews and below EOF by @Havunen in #405
  • fix image transparent edge rendering by @Havunen in #407

Full Changelog: v0.2.1...v0.2.2

GitComet v0.2.1

Choose a tag to compare

@github-actions github-actions released this 19 Aug 21:59
Immutable release. Only release title and notes can be modified.
a080af0

What's Changed

Full Changelog: v0.2.0...v0.2.1

GitComet v0.2.0

Choose a tag to compare

@github-actions github-actions released this 16 Aug 09:32
Immutable release. Only release title and notes can be modified.
866913c

New Visuals

Screenshot From 2026-08-16 12-35-35

What's Changed

  • Fix/repo ends with dot git by @quakj in #276
  • prepopulate amend message from parent when empty by @quakj in #275
  • add dev branch to CI workflows by @quakj in #281
  • Exempt merge fixtures and fonts from line-ending normalization by @quakj in #288
  • Feat/squash rebase by @quakj in #278
  • Feat/interactive cherry pick by @quakj in #279
  • new UI visuals by @Havunen in #282
  • Feat/UI polish by @quakj in #280
  • Feat/mergetool overhaul by @quakj in #292
  • updated deps by @Havunen in #293
  • Bump microsoft/microsoft-store-apppublisher from 1.3 to 1.4 by @dependabot[bot] in #296
  • fix test timeout issue by @Havunen in #295
  • updated deps by @Havunen in #299
  • Feat/UI improvements by @quakj in #300
  • fix clipboard copy crash and ensure crash logs are not lost by @Havunen in #301
  • Feat/repository tab style changes by @Havunen in #303
  • fix an issue where right clicking staged file activates diff view by @Havunen in #304
  • fix an issue where selecting text in text input can cause click outsi… by @Havunen in #305
  • fix the issue where annotation panel refresh changes on window move or resize by @Havunen in #308
  • fix word wrap: use exact font for calculating line width by @Havunen in #310
  • implemented stage line support, added confirmation dialog for staging… by @Havunen in #311
  • fix windows title bar actions, fixed SVG code view, fixed repository … by @Havunen in #317
  • docs(README)update homebrew install method by @fraluc06 in #319
  • Feat/compare commits by @quakj in #314
  • Fix/markdown preview issues by @Havunen in #320
  • fix(windows): use system sort executable for MSVC linker setup by @angeousta in #321
  • Merge tool improvements by @Havunen in #326
  • Add Rebase Onto command to command palette by @angeousta in #323
  • Add commit and file permalinks to context menus by @angeousta in #322
  • Add support for file editing by @Havunen in #329
  • Feat/workspace branch badges by @Havunen in #330
  • Feat/history author filter by @Havunen in #328
  • add support for .vue file syntax highlight by @Havunen in #333
  • Feat/logo version and discord link to bottom bar by @Havunen in #334
  • support adding untracked files to gitginore by name, pattern or file extension by @Havunen in #331
  • Feat/improved link detection by @Havunen in #335
  • support closing recent repository sections, added right click context menu by @Havunen in #332
  • Many small improvements to GitComet visuals by @Havunen in #336
  • Fix an issue where scroll bar was not visible in file edit mode. Fix … by @Havunen in #337
  • new git log graph styling by @Havunen in #338
  • Feat/file explorer folder right click by @Havunen in #341
  • Feat/theme tuning by @Havunen in #342
  • upgraded deps, cleaned unused deps by @Havunen in #343
  • Feat/pixel tuning by @Havunen in #344

New Contributors

Full Changelog: v0.1.16...v0.2.0

GitComet v0.1.16

Choose a tag to compare

@github-actions github-actions released this 29 Jun 10:53
Immutable release. Only release title and notes can be modified.
cd7561f

What's Changed

  • feat: persist diff view mode (inline/split) across sessions by @Havunen in #238
  • Changed diff staging section shortcuts to work globally without requiring to open menu by @Havunen in #239
  • Bugfix/staged files UI does not update by @Havunen in #243
  • initial implementation for file list support by @Havunen in #244
  • fix brew installation warning by @Havunen in #246
  • Bump actions/checkout from 6 to 7 by @dependabot[bot] in #249
  • fix worktree badge not rendering by re-issuing sidebar data load by @quakj in #247
  • Feat/external code editor by @Havunen in #255
  • support Enter and Cancel in passphrase dialog by @Havunen in #260
  • Feat/command palette by @quakj in #253
  • Feat/blame annotate support and global back forward navigation by @Havunen in #257
  • Added Github opencollective link by @Havunen in #262
  • focus changed to branch name, checkbox checkout text left aligned by @quakj in #263
  • Feat/embedded terminal by @Havunen in #264
  • fixing refresh issue by @Havunen in #267
  • Fix/refresh tags by @quakj in #266

Full Changelog: v0.1.15...v0.1.16

GitComet v0.1.15

Choose a tag to compare

@github-actions github-actions released this 27 May 13:17
Immutable release. Only release title and notes can be modified.
f4c18cd

Fixes crash on Ubuntu 24.04 #229

Full Changelog: v0.1.14...v0.1.15

GitComet v0.1.14

Choose a tag to compare

@github-actions github-actions released this 26 May 20:35
Immutable release. Only release title and notes can be modified.
efdf91e

What's Changed

Full Changelog: v0.1.13...v0.1.14

GitComet v0.1.13

Choose a tag to compare

@github-actions github-actions released this 25 May 16:01
Immutable release. Only release title and notes can be modified.

What's Changed

New Contributors

Full Changelog: v0.1.12...v0.1.13

GitComet v0.1.12

Choose a tag to compare

@github-actions github-actions released this 19 Apr 11:56
Immutable release. Only release title and notes can be modified.
c453d09

What's Changed

Full Changelog: v0.1.11...v0.1.12

GitComet v0.1.11

Choose a tag to compare

@github-actions github-actions released this 15 Apr 12:58
Immutable release. Only release title and notes can be modified.
a296c47

What's Changed

  • Add Windows ARM 64 Native Build by @talynone in #136
  • added theme by @quakj in #137
  • Added more language syntax highlight support and improved many existing by @Havunen in #138

New Contributors

Full Changelog: v0.1.10...v0.1.11