|
|
56397d11e2
|
Update version number and improve commit rewriting logic
|
2026-07-16 15:37:46 +02:00 |
|
|
|
09349a9477
|
Update README and dependencies for Auto-Git v1.0.7
|
2026-07-12 14:10:13 +02:00 |
|
|
|
a967587181
|
auto-git:
[change] index.html
[change] renderer.js
[change] settings.html
[change] src-tauri/src/main.rs
[change] tauriBridge.js
|
2026-07-12 12:19:00 +02:00 |
|
|
|
f047d61731
|
Improve button container layout in renderer and add unit test for preserving commit identities after rewording.
|
2026-07-12 11:28:42 +02:00 |
|
|
|
a0cb179d6e
|
Implement progress tracking and detailed error handling during content rewriting
|
2026-07-12 11:25:12 +02:00 |
|
|
|
9412fb7036
|
Standardize and improve individual commit rewrite triggering using dedicated function
|
2026-07-12 11:25:02 +02:00 |
|
|
|
1887ee7a41
|
Feat: Add LLM-powered commit rewording and rewrite queue management
|
2026-07-12 11:24:51 +02:00 |
|
|
|
72fa7026bf
|
Improve Git integration: Add dirty worktree validation for pushes, enhance initial repo setup by auto-generating .gitignore rules, and refactor Gitea API error handling.
|
2026-07-12 11:04:43 +02:00 |
|
|
|
82281239e2
|
Remove squash feature and simplify push button text
|
2026-05-04 21:53:56 +02:00 |
|
|
|
0e12ac604e
|
auto-git:
[add] scripts/
[add] src-tauri/
[add] tauriBridge.js
[change] .gitignore
[change] README.md
[change] index.html
[change] package.json
[change] renderer.js
[change] settings.html
[unlink] editor-reword.js
[unlink] main.js
[unlink] preload.js
[unlink] rebase-sequence-windows.js
|
2026-05-04 21:33:17 +02:00 |
|
|
|
82d9c45bda
|
auto-git:
[change] index.html
[change] main.js
[change] preload.js
[change] renderer.js
[change] settings.html
|
2026-05-04 20:46:51 +02:00 |
|
Victor Giers
|
54b8b4c5cd
|
Update renderer.js to use currentTheme for text color
|
2025-12-12 11:31:02 +01:00 |
|
Victor Giers
|
849ff08d61
|
Add grey theme and update theme handling in renderer.js
|
2025-12-12 11:30:40 +01:00 |
|
Victor Giers
|
f52eb353ab
|
auto-git:
[change] main.js
[change] preload.js
[change] renderer.js
|
2025-12-08 14:11:15 +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
|
f2037299e2
|
Fix typo in renderer.js
|
2025-11-27 11:37:51 +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 |
|
|
|
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 |
|
|
|
58b5d9680d
|
Implement push functionality for selected folder in renderer.js
|
2025-06-01 12:17:45 +02:00 |
|
|
|
9a528e671c
|
Add push button to renderer.js
|
2025-06-01 12:17:45 +02:00 |
|
|
|
3e259ce7de
|
Refactor renderer.js to improve code organization and readability
|
2025-06-01 12:06:41 +02:00 |
|
|
|
a4fe460719
|
auto-git:
[change] renderer.js
|
2025-06-01 12:03:56 +02:00 |
|
|
|
0e5b175202
|
Remove unused code in renderer.js
|
2025-06-01 12:02:45 +02:00 |
|
|
|
1196038b08
|
Move README generation logic to renderer.js
|
2025-06-01 12:01:30 +02:00 |
|
|
|
628e4efa9f
|
Add event listener for 'repo-updated' in renderer.js
|
2025-05-31 20:48:39 +02:00 |
|
|
|
6b3d03b593
|
Add missing newline at the end of renderer.js
|
2025-05-31 20:44:14 +02:00 |
|
|
|
a3b1df65db
|
Remove unused event listener in renderer.js
|
2025-05-31 20:42:46 +02:00 |
|
|
|
ed1a8f6209
|
Add README generation functionality to renderer.js
|
2025-05-31 19:19:32 +02:00 |
|
|
|
d53771e89d
|
Refactor README button logic
|
2025-05-31 19:14:57 +02:00 |
|
|
|
1275fc73bc
|
Fix path concatenation in renderer.js
|
2025-05-31 19:13:45 +02:00 |
|
|
|
6e09f25dd6
|
Fix path concatenation in renderer.js
|
2025-05-31 19:13:45 +02:00 |
|
|
|
f69977de11
|
auto-git:
[change] renderer.js
|
2025-05-31 19:11:39 +02:00 |
|
|
|
34527fc8db
|
auto-git:
[change] renderer.js
|
2025-05-31 19:11:20 +02:00 |
|
|
|
0187affedd
|
auto-git:
[change] renderer.js
|
2025-05-31 19:10:50 +02:00 |
|
|
|
e922eeb9da
|
Comment out unnecessary code in renderer.js
|
2025-05-26 22:57:36 +02:00 |
|
|
|
9ecaa8943f
|
Add README button logic to renderer.js
|
2025-05-26 22:57:35 +02:00 |
|
|
|
397170381a
|
Add margin to pagination element in renderer.js
|
2025-05-26 22:23:26 +02:00 |
|
|
|
5b49fdea1e
|
auto-git:
[change] renderer.js
|
2025-05-26 22:21:40 +02:00 |
|
|
|
8b9afeed80
|
Correct typo in pagination class
|
2025-05-26 22:21:40 +02:00 |
|
|
|
90a426aede
|
Remove vertical padding from pagination
|
2025-05-26 22:21:40 +02:00 |
|
|
|
e674eb5e97
|
Add padding to pagination
|
2025-05-26 22:21:40 +02:00 |
|
|
|
325445f6b0
|
Increase pagination margin
|
2025-05-26 22:21:40 +02:00 |
|
|
|
58e8a1839a
|
Fix pagination class
|
2025-05-26 22:21:40 +02:00 |
|
|
|
4ea44240bc
|
Refactor pagination logic in renderer.js
|
2025-05-26 22:08:07 +02:00 |
|
|
|
f0ce11cef6
|
Fix text color in renderer.js based on theme
|
2025-05-26 22:07:12 +02:00 |
|
|
|
4b2989a3ae
|
Refactor renderer.js to update text colors based on sky mode and time of day
|
2025-05-26 22:05:43 +02:00 |
|