mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #60] [Feature request] Several small bugs and feature requests #56
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#56
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 @Kristinita on GitHub (Jan 14, 2017).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/60
1. Settings reset
Problem: I use Chocolatey ScreenToGIF package. After ScreenToGIF upgrade, all my settings reset to default. For example, my Title frame settings in 2.3 version and now, in 2.4 version:
Request: It would be nice, if after Chocolatey upgrades settings not will be reset.
2. Executable file name
Problem: In version 2.4 executable file was named
ScreenToGif 2.4.exe. I use nnCron task scheduler, and I run ScreenToGIF via Super+Alt+S hotkey. But after each ScreenToGIF update, name of executable file was changed and I need to change task settings of my Task Scheduler.Request: It would be nice, if ScreenTo GIF executable file will always be named
ScreenToGIF.exe.3. Shortcuts conflict
Problem: In ScreenToGIF I use shortcut F6 for
Start/Pauseand F8 forStop. For example, I record GIF in my text editor. I press Shift+Super+F6 shortcut to run command of my text editor and ScreenToGIF pause recording. I need rewrite my hotkeys in my text editor without F6 key.Request: It would be nice, if screen recording will be paused only after F6 key, but not after shortcuts with F6 key: Ctrl+F6, Shift+Super+F6 and so on.
4. Snap to Window
Problem: I sprained window of my text editor almost the entire height of the monitor → I drag
Snap to Windowbutton → I drop it to bottom or top my text editor window → you may see in image, that my window cropped in top and I get empty space in bottom.If window for recording small for me →
Snap to Windowworked normally for me, but if window almost the entire height of the screen, I have this problem.Request: It would be nice, if you fixed this problem.
5. Chocolatey pre-release
Problem: In Chocolatey you may add prerelease versions, example. Users of ScreenToGIF will be known about new changes and will not write bugreports about already fixed bugs like that.
Request: It would be nice, if you will be add pre-release versions in Chocolatey.
Thanks.
@NickeManarin commented on GitHub (Jan 15, 2017):
That's strange. The default location for the settings file is under the AppData folder.
I started renaming the file to ScreenToGif.exe to work with ShimGen for Chocolatey. But I'll also use the filename without the version for the standard downloads too.
Now fixed. If the shortcut keys are triggered with modifier keys, I'll ignore.
I understand what's happening, and I'm working with a different approach. But for now, you could enable the "thin mode" under Options > Application.
If there is a big change, I'll think about releasing a prerelease version.
@NickeManarin commented on GitHub (Jun 2, 2017):
I'm still developing this new recorder, it will be ready for v2.8
@NickeManarin commented on GitHub (Jun 19, 2017):
I'll work with 1) right now.
@NickeManarin commented on GitHub (Jun 25, 2017):
For the issue [1], I believe it has nothing to do with the chocolatey, unless the settings file is being stored inside the same folder as the executable.
So, it may be a problem that happens when saving the settings after exiting the app. I improved the saving process to revert the file to a previous backup if something fails.