-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Feature: now flameshot has ability to show screenshot history #3619
base: master
Are you sure you want to change the base?
New Feature: now flameshot has ability to show screenshot history #3619
Conversation
05a1b56
to
ddd56f1
Compare
f0a6d8e
to
2424a1f
Compare
Thanks for the PR. I truely appreciate it. In general we would like to have a PR after the issue is already discussed in an issues or in our Matrix channel. This would help the maintainers to see if they think the feature is in-line with the perspective of the project, and also would help during the review process. Apart from that, I'm extremely puzzled on what this feature does. I quickly checked the code and that didn't solve much of my confusion. Would you please elaborate on:
To me it seems you clearly have a need for such feature and you were kind enough to also push the feature to the main repo. I just don't understand what that need was. |
Thanks for your time to review this pr. 1. What is the use-case of this featureThis feature is to be able to view the pictures that have been captured in the past. I call it back-tracking screenshot history. For example, when I want to screenshot and copy a live screen, but the captured screen is not perfect as the screen is no longer exists. I can use this function to backtrack to the previous screen and capture the area again. 2. How a user should use thisa. open the flameshot |
Thanks for the explanation. I can see that it can be useful for some users. I also like the name you chose for it (back-tracking). In the light of Microsoft Windows Recall and the similarities to this back-tracking feature, I have a few concerns:
You can create a new tab in the config window (
About the encryption part we need to discuss this with some more folks and get their opinion on the best practices, but for now if you can add the tab in the config to address my first two concerns, that would be great. In the meantime, we can also wait for the following folks to weigh in and express their opinions: |
Thanks for your suggestions. In the near future,I will complete the following needs:
footnote: this 'back-tracking' idea comes from anothor closed-source screenshot application named |
- add backtracking path settings - add backtracking cache limits - add backtracking enable button
@Michaelzhouisnotwhite Thank you for your hard work. I highly appreciate it. May I suggest going through the code and use a unified naming scheme for this feature? I put a small comment on one of your commits, but now that I went through the whole PR again, I realized that this is potentially a wider concern. In the code we have these diverse terminologies which are more or less pointing to the same concept
I Understand that they are not all identical, but I suggest trying to unifying the terminology to make the maintenance of the project easier in the future. I believe the "backtrack" is a very fitting name and less confusing comparing to "rollback" or "history", because these pictures (as far as I understand them) are raw PNGs (no annotation, no cropping...). Anyways, I feel this is a nice PR. Thank you again. |
3a25774
to
c3c94cd
Compare
While this PR wouldn't meet the original request in #240, it is related (IMO) and helps address the essence of the problem in that issue - editing screenshots after the capture window is closed. |
Usage
use ', ' and '. ' to get history of screenshots:
Details:
My contribution
add a singleton class: CaptureHistoryUtils
history screenshots that user export are saved in
getCachePath() + /cap.his.<selection size> + <datetime>
ScreenShots
flameshot.mp4