mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #928] When opening saved sessions, tab title doesn't reflect session name #924
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#924
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 @cameroncooke on GitHub (Jul 9, 2021).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/928
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version? (Ex. Proxyman 1.4.3)
2.29.0 (22900)
macOS Version? (Ex. mac 10.14)
12.0 Beta (21A5268h)
Steps to reproduce
test1.proxymansessionfiletest2.proxymansessionfileExpected behavior
Each restored session tab should have the title to reflect the saved session name (aka filename) so that the sessions can be identified especially useful when comparing two or more saved sessions for the same requests. At the moment it's impossible without remembering order which session tab relates to which saved session.
Screenshots (optional)
@NghiaTranUIT commented on GitHub (Jul 12, 2021):
hey @cameroncooke, this issue is fixed in this beta build: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.29.0_Fix_window_title.dmg
From now, the window which is created by a Session file will have a filename as a prefix 👍
Notes
This update will require you to update Helper Tool v1.3.0 as a part of this ticket #923
Screenshot
@cameroncooke commented on GitHub (Jul 15, 2021):
Brilliant thanks, works perfectly.
@drusellers commented on GitHub (Sep 2, 2023):
Is there a way to have the Session Name visible when you only have one session open? I'm trying to debug two sessions. and I have each one in their own windows (TY for making it easy to pull them apart!). But now I'm having to remember which session is which. Since I can't see the session name. :)
@NghiaTranUIT commented on GitHub (Sep 3, 2023):
@drusellers you can simply show the Tab Bar in the View Menu -> Show/Hide Tab Bar. It will show the tab name even though you open 1 tab.
@drusellers commented on GitHub (Sep 3, 2023):
@NghiaTranUIT TY!!