mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #1028] Auto save and restore session on quit and launch #1023
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1023
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 @CyberMew on GitHub (Oct 13, 2021).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1028
Originally assigned to: @NghiaTranUIT on GitHub.
Feature request:
An option to save and restore session upon app quit would be good. Since I exit sometimes by default and my logs are lost, or if my MacBook crashed or some other circumstances.
Furthermore, it will allow me to easily continue my debugging as well, since I can quickly open back the app. Making this seamless would be good.
If memory usage is an issue then perhaps user will be prompted upon quit that “the size is getting unmanageable and the app performance will be slowed, so you want to clear or save before exit?” confirmation would be good as well.
@NghiaTranUIT commented on GitHub (Oct 14, 2021):
It's great to be able to restore your last working session even though we quit the app, or the app is crashed unexpectedly 👍
To implement it, I might introduce a backed store (like sqlit3), as we've already done when working on Proxyman for iOS.
I will add it to future road map 👍