Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
8f1dc16
Update test for installed fonts on Windows to handle cases with no us…
Graphixa Sep 11, 2026
702f3b1
Improve add reliability for install, download, and exits.
Graphixa Sep 12, 2026
9193bad
Address review: recovery, cancel, and download classification.
Graphixa Sep 12, 2026
a2a5805
Remove unused add debug helpers after unified progress path.
Graphixa Sep 12, 2026
0073214
Refactor exec_test.go and minifont.go for improved error handling and…
Graphixa Sep 12, 2026
5147ecd
Update dependencies and refactor font installation tests for improved…
Graphixa Sep 12, 2026
1c911e3
Refactor progress reporting and enhance cancellation handling in font…
Graphixa Sep 13, 2026
c68be90
Simplify font removal and installation logic to support force replace…
Graphixa Sep 13, 2026
d1670f3
Update installation documentation to reference the new build guide an…
Graphixa Sep 14, 2026
1c50fb2
Refactor font installation and removal processes to improve cancellat…
Graphixa Sep 14, 2026
7954ff8
fix: clear staticcheck SA4006 and U1000
Graphixa Sep 14, 2026
fa97426
fix(test): portable paths for destination collision check
Graphixa Sep 14, 2026
4a0d8b9
Add manifest and registry migration logic for Nerd Fonts source from …
Graphixa Sep 15, 2026
5769958
Improve font removal logic to better classify Nerd Fonts via Font ID …
Graphixa Sep 15, 2026
58a7cff
Fix font locking bug during operations
Graphixa Sep 16, 2026
4dc6bc1
Clean up registry migration code and remove command logic
Graphixa Sep 16, 2026
976e6ad
Improved font installation and removal processes by adding reconcilia…
Graphixa Sep 16, 2026
79a22dd
fix(platform): windows-tag machine_remove
Graphixa Sep 16, 2026
8221922
Refactor progress tracking in font installation and removal processes
Graphixa Sep 16, 2026
ad0d673
Fix progress tracking and messaging in font operations and improve pr…
Graphixa Sep 18, 2026
7d8c26a
Remove obsolete segment aliases in progress_steps.go
Graphixa Sep 18, 2026
0179c41
Fixed proper cancellation handling after a successful skip+persist.
Graphixa Sep 18, 2026
1c2d7c6
Add tests for font installation with force replace under single lock
Graphixa Sep 18, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ fontget.exe
*.json
!.gosec.json
!build/winres.json
!internal/installations/migrations/*.json
*exe.old
*exe~

Expand Down
Loading
Loading