Commit graph

235 commits

Author SHA1 Message Date
Sampo Kivistö
08fa88ef8d
fix tests 2026-03-14 15:41:52 +02:00
Sampo Kivistö
3d5699e83f
Merge branch 'main' of github.com:Auto-Explore/GitComet into feat/markdown_preview 2026-03-14 15:21:47 +02:00
Sampo Kivistö
5c8afce59e
wip: markdown preview 2026-03-14 15:21:41 +02:00
Sampo Kivistö
bd4061c9f6
Reduce git command usages by converting them to use gix where possible (#10)
* Reduce git command usages by converting them to use gix where possible. Use git_workdir_cmd helper to DRY. More tests

* fix clippy & tests
2026-03-14 13:52:59 +02:00
Sampo Kivistö
4841681273
fix context menu copy path option in linux 2026-03-13 12:45:01 +02:00
Havunen
5e12ae5500 removed blame menu item, fixed scroll in file history menu, adjusted badge coloring 2026-03-13 11:41:32 +02:00
Havunen
a20a728d6d set x86-64v3 as minimum supported arch. Make "free" badge not to stand out so much 2026-03-13 09:03:54 +02:00
Havunen
7adde6d001 Merge branch 'main' of https://github.com/Auto-Explore/GitComet 2026-03-13 08:46:36 +02:00
Havunen
b08a3ea71c Add side panel collapsible toggles, max / min limits to history column resize, reset resized columns btn, fixed a buug where linebreak style causes refresh loop in file diff 2026-03-13 08:21:34 +02:00
Sampo Kivistö
56cff5b6de fix macOS styles, unify rectangular design 2026-03-12 22:41:03 +02:00
Sampo Kivistö
e628db37e1 added handling for hostname verification 2026-03-12 21:31:42 +02:00
Havunen
f3fc3985c3 Merge branch 'main' of https://github.com/Auto-Explore/GitComet 2026-03-12 21:11:05 +02:00
Havunen
0b33f9f611 remove myers diff guard because it makes review difficult 2026-03-12 21:10:30 +02:00
Sampo Kivistö
a6b3e6ed16 Add support for macOS deployments and homebrew 2026-03-12 20:36:10 +02:00
Sampo Kivistö
996015a8f5
update README.md 2026-03-12 16:00:50 +02:00
Sampo Kivistö
38146484a5
optimize diff flows 2026-03-12 12:35:47 +02:00
Sampo Kivistö
c0d47d2ba8
updated README screenshot to gif 2026-03-12 11:24:18 +02:00
Sampo Kivistö
0ed109eb39
fix windows installer (#8) 2026-03-11 20:16:20 +02:00
Sampo Kivistö
dba350659b
added website and autoexplore badges 2026-03-11 16:42:31 +02:00
Sampo Kivistö
ffca35c719
fix logo 2026-03-11 15:56:59 +02:00
Sampo Kivistö
7aa4adf8c3
added Discord link 2026-03-11 15:39:02 +02:00
Sampo Kivistö
5b05b13b0b
fix symbols not being available in release debug build 2026-03-11 09:54:19 +02:00
Sampo Kivistö
5664d62eef
Merge branch 'main' of github.com:Auto-Explore/GitComet 2026-03-10 22:23:31 +02:00
Sampo Kivistö
7fa6fd17da
tuned settings view to follow common component styles 2026-03-10 22:23:22 +02:00
Sampo Kivistö
c74430f424
Add GitComet screenshot to README
Added a screenshot of GitComet to the README.

Signed-off-by: Sampo Kivistö <2021355+Havunen@users.noreply.github.com>
2026-03-10 21:05:51 +02:00
Sampo Kivistö
8ee4a6ddd0
screenshot and release rename 2026-03-10 21:03:13 +02:00
Sampo Kivistö
ca0caffedf
Added README instructions for downloading the latest version 2026-03-10 21:02:53 +02:00
Sampo Kivistö
b1521091b8
trying to fix release pipeline 2026-03-10 20:01:21 +02:00
Sampo Kivistö
32774a42a7
pinned dependencies, redacted password / username logging, clippy fixes, deleted unused code 2026-03-10 19:02:16 +02:00
Sampo Kivistö
30cbf95d05
trying to fix release workflow 2026-03-10 18:37:22 +02:00
Sampo Kivistö
06493c5842
trying to fix release yml 2026-03-10 17:57:33 +02:00
Sampo Kivistö
0e36780bcc
remember commit message per repository, until program is closed 2026-03-10 17:57:06 +02:00
Sampo Kivistö
fc43351238
update readme and added contributing.md 2026-03-10 17:29:36 +02:00
Sampo Kivistö
73c19080a8
added deployment actions 2026-03-10 17:29:23 +02:00
Sampo Kivistö
a2f983cb46
added GitComet version to settings 2026-03-10 16:18:30 +02:00
Sampo Kivistö
aec1073fb8
clippy & fmt 2026-03-10 15:26:29 +02:00
Sampo Kivistö
f5237a7790
fixing fedora tests. short circuit repo watcher send process when repository is switched 2026-03-10 15:22:58 +02:00
Sampo Kivistö
a40259336d
fix clippy errors, removed codecov because it cannot be used 2026-03-10 15:08:54 +02:00
Havunen
3a777bbbd9 trying to fix code coverage workflow, fix autoresize commit message box. Show only bottom banner for errors 2026-03-10 14:20:06 +02:00
Havunen
f25d18c53b do not warn about known audit errors 2026-03-10 13:40:23 +02:00
Havunen
e78b6dd33d fix commit message input text wrapping 2026-03-10 13:38:56 +02:00
Roope Airinen
a44bb9a9a7 import OsString 2026-03-10 13:04:05 +02:00
Havunen
69bb48cc98 windows build pass, tests pass, removed some utf8 lossy conversions 2026-03-10 12:40:54 +02:00
Sampo Kivistö
d8b7e27ae6
added initial implementation for authentication 2026-03-09 22:25:41 +02:00
Sampo
05e745473c Merge branch 'main' of https://github.com/Auto-Explore/GitComet 2026-03-09 13:06:01 -07:00
Sampo
90e0df4a9a Added better support for detecting metal capability on mac os 2026-03-09 13:04:49 -07:00
Sampo Kivistö
a2be76b81e
Trying to make commit btn more responsive / robust. 2026-03-09 21:38:30 +02:00
Sampo Kivistö
e00d967ab7
Changed commit message field to multiline input and support line breaks. 2026-03-09 21:14:20 +02:00
Sampo Kivistö
9e45a9af54
allow context menu for inputs, fix positioning 2026-03-09 18:00:53 +02:00
Sampo Kivistö
11ba974bff
fix upstream branch not being correctly defined after pushing to upstream 2026-03-09 15:44:38 +02:00