1
0
Commit Graph

1287 Commits

Author SHA1 Message Date
Victor Giers
3b5fc1c8c1 Update buildTrayMenu to check for .git directory 2025-11-27 11:49:44 +01:00
Victor Giers
c508800f83 Add .gitignore default entries and skip initial commit check 2025-11-27 11:45:57 +01:00
Victor Giers
f38af64e40 Enable push button only if there are commits in the repository 2025-11-27 11:40:45 +01:00
Victor Giers
9bf17a7eac Ensure initial commit is created during Git repo initialization 2025-11-27 11:40:45 +01:00
Victor Giers
f2037299e2 Fix typo in renderer.js 2025-11-27 11:37:51 +01:00
Victor Giers
64afe101f3 auto-git:
[change] main.js
2025-11-27 11:36:36 +01:00
Victor Giers
afa4aa722e auto-git:
[change] main.js
2025-11-27 11:36:28 +01:00
Victor Giers
b819b2978a auto-git:
[change] renderer.js
2025-11-27 11:36:21 +01:00
Victor Giers
633769e664 auto-git:
[change] renderer.js
2025-11-27 11:36:13 +01:00
Victor Giers
793d2824c3 auto-git:
[change] index.html
 [change] renderer.js
2025-11-27 11:36:03 +01:00
Victor Giers
ded66cd8c1 auto-git:
[change] main.js
 [change] preload.js
2025-11-27 11:35:53 +01:00
Victor Giers
a593be06dd auto-git:
[change] main.js
2025-11-27 11:35:44 +01:00
Victor Giers
3109f02cb7 auto-git:
[change] main.js
2025-11-27 11:35:21 +01:00
Victor Giers
c6fcf26734 auto-git:
[change] main.js
2025-11-27 11:35:17 +01:00
Victor Giers
c10fafb4fa Update file monitoring to ignore additional directories and implement file limit check 2025-11-27 11:27:52 +01:00
Victor Giers
511eef1e55 auto-git:
[change] main.js
2025-11-27 11:21:11 +01:00
Victor Giers
419eb2c525 Enhance animeCat.js with bubble hide timeout and pointer events adjustments 2025-11-26 17:39:34 +01:00
ab8ee2c361 Enhance macOS dock icon handling and error resilience in main.js 2025-09-12 22:46:14 +02:00
e5ad9d0edb Add platform-specific icon resolution and set app icons for Windows/Linux during development 2025-09-12 22:44:20 +02:00
f125f1618d Refactor file watcher to support .gitignore and ignore node_modules 2025-06-05 17:40:12 +02:00
8c744bda82 auto-git:
[change] main.js
2025-06-04 15:22:00 +02:00
4ff83d63e7 Refactor autoCommit function to improve branch handling and commit logic 2025-06-04 15:21:44 +02:00
5647c1ea66 Refactor autoCommit function to handle multiple file chunks and improve commit logic 2025-06-04 15:21:21 +02:00
6706ad75f8 Add constant for max files per commit in main.js 2025-06-04 15:08:08 +02:00
db115e6fb3 Remove uncaughtException handling and defaultMaxListeners in main.js and renderer.js 2025-06-04 14:49:41 +02:00
3a2cdeccde auto-git:
[change] renderer.js
2025-06-04 14:48:14 +02:00
cbd8cc228e auto-git:
[change] main.js
2025-06-04 14:47:24 +02:00
8f6d8f2e51 auto-git:
[change] index.html
2025-06-02 23:25:10 +02:00
c8b3c10f8f auto-git:
[change] index.html
2025-06-02 23:24:45 +02:00
d87d05a006 auto-git:
[change] README.md
2025-06-02 00:21:33 +02:00
5e144c0244 Update Windows icon asset 2025-06-02 00:21:33 +02:00
d2aa10e0a7 Update README with installation instructions 2025-06-01 23:46:23 +02:00
5d59715ebd Fix order of gitignore entry 2025-06-01 23:46:23 +02:00
760c655d5c Rename and fix file extension for rebase sequence script 2025-06-01 23:29:45 +02:00
6565a6838b Add script to reword first commit in rebase sequence on Windows 2025-06-01 23:27:45 +02:00
66346d56b3 Update API endpoint to use localhost for all network requests 2025-06-01 23:26:41 +02:00
e16d45c64f Clarify Gitea API-Key purpose in README 2025-06-01 14:09:08 +02:00
5070765c24 Add Gitea API-Key setting to README 2025-06-01 14:09:08 +02:00
5218d2a940 Correct Auto-Git references in README 2025-06-01 14:09:08 +02:00
05c6eb8202 Update theme description in README 2025-06-01 14:09:08 +02:00
1b79d97142 Update README with new features and author information 2025-06-01 14:07:24 +02:00
5dc07a42bf Update README.md with detailed GitCat application information and features 2025-06-01 14:04:31 +02:00
855d353237 auto-git:
[change] README.md
 [change] animeCat.js
 [change] index.html
 [change] main.js
 [change] package.json
 [change] preload.js
 [change] settings.html
2025-06-01 13:58:00 +02:00
a539bedbbd Update repository description and fetch updated clone URL in main.js 2025-06-01 12:28:59 +02:00
26a6463c25 Refactor code structure for generateRepoDescription function 2025-06-01 12:26:55 +02:00
6a360256f3 Refactor push-to-gitea handler to include LLM-generated description and improve error handling 2025-06-01 12:25:20 +02:00
24a2d51868 auto-git:
[change] main.js
2025-06-01 12:24:50 +02:00
b4d902a1db auto-git:
[change] main.js
2025-06-01 12:22:02 +02:00
42b847cc11 Add node-fetch dependency for HTTP requests in main.js 2025-06-01 12:22:02 +02:00
dd22549b8a Implement push-to-Gitea functionality in main.js 2025-06-01 12:18:45 +02:00