mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #1376] [Feature Request] On-by-default setting to clear cached data #1016
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#1016
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ThinkAndWander on GitHub (Mar 17, 2025).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1376
Originally assigned to: @NickeManarin on GitHub.
I had to use WinDirStat to read volume usage and determine ScreenToGif's cache was taking 26.8 GB of data on my C drive which is a limited-space SSD the OS runs on.
A casual user won't anticipate default settings to lead to this situation.
Solution
I'd like to see, as an on-by-default setting, cleaning up the cache automatically based on recency. I'm not sure clearing the cache is treated the same as clearing old projects, but if not then there's a little work required. Otherwise, it looks like the feature exists in settings.
@NickeManarin commented on GitHub (Jul 15, 2025):
Hi, there's these two settings:
First one deletes everything (all projects) on close.
Second one deletes projects older than X days every time you open the app.
Btw, "cache" and "old projects" are the same concept, "cache" is where projects are stored.