mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[PR #1423] Fixes the issue: The "Repeat forever" checkbox in Gifski options is non-functional. The GIF loops indefinitely even if it's unchecked. #1365
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#1365
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?
📋 Pull Request Information
Original PR: https://github.com/NickeManarin/ScreenToGif/pull/1423
Author: @fz0000
Created: 11/15/2025
Status: 🔄 Open
Base:
dev← Head:gifski_new📝 Commits (5)
42eadd5Merge branch 'dev'8737b19Merge branch 'dev'4ccf787Merge branch 'dev'033fb38update gifski lib88f14d8Merge branch 'NickeManarin:master' into gifski_new📊 Changes
3 files changed (+7 additions, -6 deletions)
View changed files
📝
ScreenToGif.Model/Structs/GifskiSettings.cs(+4 -4)📝
ScreenToGif/Util/EncodingManager.cs(+1 -1)📝
ScreenToGif/Util/GifskiInterop.cs(+2 -1)📄 Description
https://www.screentogif.com/downloads/Gifski.zipis 1.34.0. TheGifskiSettingsshould be updated to match the definition in the correspondinggifski.hfrom that release:RepeatForever:github.com/NickeManarin/ScreenToGif@4ccf787c08/ScreenToGif/UserControls/ExportPanel.xaml (L721-L723)So we need to use
gifskiGifPreset.RepeatForeverinstead ofgifskiGifPreset.Looped🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.