1
0
Commit Graph

43 Commits

Author SHA1 Message Date
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
41507997fd Add pushToGitea function to preload.js 2025-06-01 12:18:45 +02:00
47653d989e Remove commented-out code in preload.js 2025-05-31 20:48:39 +02:00
81ce25268b Comment out ipcRenderer.on('repo-updated' in preload.js 2025-05-31 20:44:14 +02:00
9e57545ac7 Add hasReadme and generateReadme methods to preload.js 2025-05-31 19:14:57 +02:00
4dc2409438 Remove commented-out getCommits method from preload.js 2025-05-26 21:45:41 +02:00
76c9999cee Add getAllCommitHashes method to preload.js 2025-05-26 21:45:41 +02:00
a856b99a74 Comment out unused getCommits function in preload.js 2025-05-26 21:24:38 +02:00
985954e474 auto-git:
[change] preload.js
2025-05-26 21:01:04 +02:00
779729d8f9 Add new API methods for context menu and selected item retrieval in preload.js 2025-05-26 20:20:22 +02:00
814cc7818d Add function to fetch daily commit stats in preload.js 2025-05-26 06:32:51 +02:00
179b4ff166 auto-git:
[change] preload.js
2025-05-26 02:54:10 +02:00
ceffa9ba0a Fix incorrect IPC method calls in preload.js 2025-05-25 21:50:24 +02:00
2e4f5e95b1 Fix settings.html to handle minutes commit threshold 2025-05-25 21:49:06 +02:00
194dbf336f Fix preload.js to correctly expose minutes commit threshold methods 2025-05-25 21:49:06 +02:00
a3c0b5e5b0 Add new function to add folder by path 2025-05-25 06:39:20 +02:00
205be92f54 auto-git:
[change] preload.js
2025-05-25 05:32:44 +02:00
5f54c9a04a Add folder updated event listener in preload.js 2025-05-25 05:32:44 +02:00
0253a5c9d6 Add function to check if repo has a specific commit 2025-05-25 05:08:48 +02:00
c893170cd1 Fix comment in preload.js regarding folder picker exposure 2025-05-25 04:51:23 +02:00
819b1789a2 Add new methods to preload.js for Git repository operations 2025-05-25 04:51:23 +02:00
c8b8ac8dda Add visual indicator for relocated folders and update commit logic to handle missing folders 2025-05-25 03:01:50 +02:00
4772b1a533 auto-git:
[change] preload.js
2025-05-25 00:05:11 +02:00
599a4bb79c auto-git:
[change] preload.js
2025-05-25 00:05:11 +02:00
84e133ac10 Refactor settings menu and add autostart/close-to-tray options 2025-05-25 00:02:11 +02:00
338018e1cd Refactor preload.js to expose tray event listeners 2025-05-24 22:00:38 +02:00
0bc31a9ec4 auto-git:
[change] preload.js
2025-05-24 21:54:14 +02:00
dc0cda88f3 auto-git:
[change] preload.js
2025-05-24 20:49:49 +02:00
a6fdbc5680 auto-git:
[change] preload.js
2025-05-24 20:48:48 +02:00
3a20d22b80 auto-git:
[change] main.js
 [change] preload.js
 [change] settings.html
2025-05-24 20:44:27 +02:00
8bd5471d73 Remove unnecessary blank lines and ensure newline at end of preload.js 2025-05-24 20:25:26 +02:00
754a4d4808 Restore original structure in preload.js 2025-05-24 20:25:26 +02:00
7c9ccd5485 Remove unnecessary blank lines in preload.js 2025-05-24 20:25:26 +02:00
0f2b5d5325 Clean up extra lines in preload.js 2025-05-24 20:25:26 +02:00
e000828313 Expose Ollama functions in preload.js 2025-05-24 20:25:26 +02:00
06776628f1 Revert README for consistency 2025-05-24 19:19:22 +02:00
ecd043d94c auto-git:
[change] index.html
 [change] main.js
 [change] preload.js
 [change] renderer.js
 [change] settings.html
2025-05-24 08:46:46 +02:00
abc1ba77b3 auto-git:
[change] main.js
 [change] preload.js
 [change] renderer.js
2025-05-24 06:05:52 +02:00
b41740568b test 2025-05-23 22:42:01 +02:00
5b180b3b95 test 2025-05-23 21:03:08 +02:00
20e0c61589 test 2025-05-23 20:52:25 +02:00
134a3b7f27 Add settings dialog for Sky Mode and Skip Prompt, update main HTML and script
- Created `settings.html` with a dialog for adjusting settings related to Sky Mode and Skip Prompt.
- Updated `main.html` to include context menus for folder operations.
- Enhanced `main.js` with functionality to handle settings changes, apply Sky Mode, and add copy-to-clipboard feature for diffs.

This commit message was automatically generated by auto-git
2025-05-23 19:36:42 +02:00
c75a4df5dc initial commit 2025-05-23 10:15:53 +02:00