You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
9
9
Nothing yet.
10
10
11
11
12
+
## [1.7.1] -- 2025-01-10
13
+
14
+
_Changes since 1.7.0_
15
+
16
+
### Changed
17
+
- After clicking "Copy All" in the response viewer, the copied text now uses the Heading 2 style (`-------`) instead of the Heading 1 style (`=======`). This facilitates embedding multiple requests and responses in the same Markdown document.
18
+
19
+
### Fixed
20
+
- Crash during project import if a file is not selected or there is an error (#2)
21
+
- Double hit the enter key in Code Editor would incorrectly add an extra blank line and reset cursor to the start of the line
22
+
- Line number of text fields incorrectly appeared and was bouncing if the line is long and partially left the screen
0 commit comments