Tw93
6c524dd044
chore: Clear CONTRIBUTORS.svg content and update the contributor workflow and README.
2026-01-05 11:47:28 +08:00
tw93
9f023710a4
chore: update contributors [skip ci]
2026-01-05 03:39:07 +00:00
Tw93
11b9b38538
chore: Increase avatar margin in contributors SVG generation workflow.
2026-01-05 11:38:38 +08:00
tw93
5bc25bae97
chore: update contributors [skip ci]
2026-01-05 03:32:38 +00:00
Tw93
8653687f62
Merge branch 'main' of github.com:tw93/Mole
2026-01-05 11:32:13 +08:00
Tw93
33837be776
chore: Adjust contributors SVG layout parameters including width, avatar size/margin, and text positioning.
2026-01-05 11:32:07 +08:00
tw93
05ace4323d
chore: update contributors [skip ci]
2026-01-05 03:29:19 +00:00
Tw93
3ddfc7a514
Merge branch 'main' of github.com:tw93/Mole
2026-01-05 11:28:57 +08:00
Tw93
542e47081c
docs: Increase contributors SVG width in generation workflow and README.
2026-01-05 11:28:51 +08:00
Tw93
be71bd0567
docs: update README's community love heading and revise support section with new sponsorship and contribution information.
2026-01-05 11:25:49 +08:00
tw93
3ce66e4c83
chore: update contributors [skip ci]
2026-01-05 03:20:06 +00:00
Tw93
7de390093c
docs: Add CONTRIBUTORS.svg and restructure README's developer and community love sections.
2026-01-05 11:19:37 +08:00
Tw93
114cdc72b0
feat: automate contributor list generation and display in README, and make support section collapsible
2026-01-05 11:16:46 +08:00
Tw93
c871d1ada0
chore: auto format code
2026-01-05 03:03:26 +00:00
Tw93
d9facc347d
fix: ensure version extraction processes only the first line of output
2026-01-05 11:01:23 +08:00
Tw93
9236f45229
1.19.0
V1.19.0
2026-01-05 10:43:56 +08:00
Tw93
62ef283943
feat: refine ZIP installer detection to handle many entries and app bundles, and update AI agent development guide
2026-01-05 10:30:45 +08:00
Tw93
07ea303105
feat: enhance optimization summary with specific metrics for cleaned cache, repaired configs, and optimized databases
2026-01-05 00:26:08 +08:00
Tw93
797c069e89
Test to prevent uninstall local
2026-01-04 23:52:47 +08:00
Tw93
2fac1e1dea
Merge branch 'main' of github.com:tw93/Mole
2026-01-04 23:21:37 +08:00
Tw93
e434a1e837
feat(uninstall): add support for third-party input methods
...
- Add '/Library/Input Methods' to application scan paths
- Unprotect Sogou, QQ, and Baidu input methods from system critical list
- Enhance file cleanup logic to detect input method plugins and caches
- Allow clean uninstallation and deep cleaning of WeType, Sogou, etc.
2026-01-04 23:19:02 +08:00
Tw93
8a0b98525c
fix(install): implement atomic update to prevent binary corruption
...
- Use temporary files (*.new) during installation process
- Perform atomic 'mv -f' operation to replace binaries
- Prevent partial updates if process is interrupted/fails
- Fixes critical issue where failed update deleted existing app
2026-01-04 23:17:42 +08:00
Tw93
b044fa3e60
chore: auto format code
2026-01-04 09:52:09 +00:00
Tw93
3906c020fe
fix: improve cleanup by exiting alt screen and refine whitelisting for directory paths and R renv cache.
2026-01-04 17:41:14 +08:00
Tw93
aedeed1817
fix: refine terminal alt screen management with IN_ALT_SCREEN flag and conditional message display
2026-01-04 17:38:32 +08:00
Tw93
768b1bf274
docs: add --debug flag documentation and update tests
...
- Add --dry-run --debug usage examples to README
- Add detailed preview tip explaining debug log features
- Update tests/clean_core.bats for debug functionality
- Closes GitHub issue #242
2026-01-04 17:30:49 +08:00
Tw93
0520287ec1
feat(debug): add detailed debug output for optimize operations
...
- Add debug logging to all optimize functions:
- opt_cache_refresh, opt_saved_state_cleanup
- opt_network_optimization, opt_sqlite_vacuum
- opt_launch_services_rebuild, opt_font_cache_rebuild
- opt_memory_pressure_relief, opt_disk_permissions_repair
- opt_bluetooth_reset
- Each operation logs description, method, expected outcome, and risk level
- Part of GitHub issue #242 implementation
2026-01-04 17:30:45 +08:00
Tw93
9d59649b51
feat(debug): add detailed debug output for clean operations
...
- Add classify_cleanup_risk() for risk level classification (LOW/MEDIUM/HIGH)
- Enhance safe_clean() with operation details and risk info
- Show item counts and file lists in debug mode
- Support for lib/clean/user.sh debug enhancements
- Part of GitHub issue #242 implementation
2026-01-04 17:30:41 +08:00
Tw93
cd5baf9a72
feat(debug): enhance file removal with detailed debug output
...
- Add file metadata logging in safe_remove() and safe_sudo_remove()
- Log file type, size, and age when in debug mode
- Support both dry-run and actual removal scenarios
- Part of GitHub issue #242 implementation
2026-01-04 17:30:36 +08:00
Tw93
e5a3abfd6d
feat(debug): add enhanced debug logging functions
...
- Add debug_operation_start() for operation section headers
- Add debug_operation_detail() for detailed operation info
- Add debug_file_action() for file operations with metadata
- Add debug_risk_level() for risk classification with colors
- All functions output to both stderr and log file
- Addresses GitHub issue #242
2026-01-04 17:30:32 +08:00
Tw93
fc4d94f7c7
Merge pull request #247 from JackPhallen/feat/more-purge-support
...
feat(purge): C# bin purge support
2026-01-04 16:16:59 +08:00
Tw93
0df0de33f5
Merge pull request #248 from JackPhallen/fix/protect-whitelisted-subdirectories
...
fix: Respect whitelisted subdirectories
2026-01-04 16:12:39 +08:00
Tw93
b5dc0a556d
Merge pull request #246 from JackPhallen/feat/purge-python-paths
...
feat(purge): Additional python purge targets
2026-01-04 16:08:25 +08:00
Tw93
4ed7c9a75a
Merge pull request #245 from JackPhallen/chore/skip-tests-requiring-timeout
...
chore: Skip tests that require timeout
2026-01-04 16:05:38 +08:00
Jack Phallen
70e1544490
fix: Respect whitelisted subdirectories
2026-01-04 00:00:28 -08:00
Tw93
9f504dc249
feat: implement installer cleanup functionality, add ZIP and file descriptor installer tests, and update README
2026-01-04 15:46:48 +08:00
Jack Phallen
aabee42344
feat(purge): C# bin purge support
2026-01-03 23:24:25 -08:00
Jack Phallen
2045917c23
feat(purge): Additional python purge targets
2026-01-03 22:54:37 -08:00
Jack Phallen
5fa0ea403b
chore: Skip tests that require timeout
2026-01-03 22:17:28 -08:00
Tw93
ad42266b09
refactor: rename installers command to installer across commands, script, and documentation.
2026-01-04 10:23:23 +08:00
Tw93
4680982ea1
Merge pull request #240 from JackPhallen/feat/installers-clean
...
feat: Create utility to find stale app installers
2026-01-04 10:12:00 +08:00
Tw93
26a380c2cd
docs: enhance AI agent guide with detailed safety, architecture, and workflow instructions.
2026-01-04 10:10:11 +08:00
Jack Phallen
a2f071fd48
feat: Create utility to find stale app installers
2026-01-03 10:00:57 -08:00
Tw93
41c8325019
chore: auto format code
2026-01-03 10:08:35 +00:00
Tw93
6dfd675417
refactor: standardize epoch time retrieval with get_epoch_seconds and ensure locale-independent string transformations.
2026-01-03 18:07:47 +08:00
Tw93
4efe1411aa
Merge branch 'dev'
2026-01-03 14:17:45 +08:00
Tw93
07a61844fb
Merge pull request #237 from jimmystridh/fix/arrow-key-responsiveness
...
fix(ui): improve arrow key responsiveness in menu
2026-01-03 14:16:27 +08:00
Tw93
6698099215
chore: auto format code
2026-01-03 06:11:23 +00:00
Tw93
7415c77bdb
docs: Link contributing guide in README and clarify PR submission to dev branch in CONTRIBUTING.md.
2026-01-03 14:10:22 +08:00
Jimmy Stridh
e57e71557c
fix(ui): improve arrow key responsiveness in menu
...
drain_pending_input was discarding buffered arrow keys during
key repeat, causing slow/jerky scrolling and lingering movement
after key release.
2026-01-03 07:08:37 +01:00