RESTer의 버전 기록 - 25개 버전
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 4.14.1
2025년 3월 29일에 출시 - 2.18 MBfirefox 63.0 이상에서 작동- Add button to make sidebar wider on wide screens
MIT License에 따라 릴리스된 소스 코드
Firefox를 다운로드하고 확장 기능을 받으세요이 확장 기능을 사용하려면 Firefox가 필요함이전 버전
버전 4.13.0
2025년 2월 14일에 출시 - 2.18 MBfirefox 63.0 이상에서 작동- When exporting history entries, also export entries not attached to any saved request. Thanks @uoyniXnaH.
MIT License에 따라 릴리스된 소스 코드
버전 4.12.0
2023년 11월 25일에 출시 - 2.17 MBfirefox 63.0 이상에서 작동- Use `GET` request method by default.MIT License에 따라 릴리스된 소스 코드
버전 4.11.0
2022년 7월 23일에 출시 - 2.15 MBfirefox 63.0 이상에서 작동Added
- RESTer will now download response bodies as files, if the response has a `Content-Disposition: attachment` header. Thanks @zenglanmu.MIT License에 따라 릴리스된 소스 코드
버전 4.10.0
2022년 5월 24일에 출시 - 2.15 MBfirefox 63.0 이상에서 작동Added
- Add "Send Request In New Tab" menu entry, which opens the current request URL in a new tab.MIT License에 따라 릴리스된 소스 코드
버전 4.9.1
2022년 3월 18일에 출시 - 2.15 MBfirefox 63.0 이상에서 작동Fixed
- Always encode URL query params (name and value) when "Toogle URL params" is on. This fixes an issue where entering # in a query param would truncate the remaining URL.
- Fixes OAuth 2 issues with invalid Origin header in certain cases.MIT License에 따라 릴리스된 소스 코드
버전 4.9.0
2022년 2월 13일에 출시 - 2.15 MBfirefox 63.0 이상에서 작동Added
- Support `NaN` in JSON for pretty printing/beautifyingMIT License에 따라 릴리스된 소스 코드
버전 4.8.2
2022년 1월 26일에 출시 - 2.15 MBfirefox 63.0 이상에서 작동Fixed
- Only url-encode variables in request body.MIT License에 따라 릴리스된 소스 코드
버전 4.8.1
2022년 1월 23일에 출시 - 2.15 MBfirefox 63.0 이상에서 작동Fixed
- Encode variables in form encoded request body.MIT License에 따라 릴리스된 소스 코드
버전 4.8.0
2021년 11월 17일에 출시 - 2.15 MBfirefox 63.0 이상에서 작동The webRequest and webRequestBlocking permissions are not optional. RESTer requests them automatically the first time a request is sent. Neither Firefox, nor Chrome currently show a permission prompt for that. Making those permissions optional allows RESTer to work in environments where those permissins are blocked (e.g. by Chrome Enterprise Policy).MIT License에 따라 릴리스된 소스 코드
버전 4.7.0
2021년 6월 24일에 출시 - 2.13 MBfirefox 63.0 이상, android 63.0 ~ 68.*에서 작동Added
- Troubleshooting advice for network errors
- Heading and "no items" text to environment selection dialog
- Tooltip for URL parameters toggle button
Changed
- Use normal button to add new environment because the floating action button is hard to see
Fixed
- RESTer doesn't switch to plain body input if request content type is `text/plain`MIT License에 따라 릴리스된 소스 코드
버전 4.6.0
2021년 6월 23일에 출시 - 2.13 MBfirefox 63.0 이상, android 63.0 ~ 68.*에서 작동JSON pretty printing/beautifying no longer modifies certain values in the JSON, e.g. big numbers.
Before JSON was pretty printed using `JSON.stringify(JSON.parse(str), null, 4)`. This is easy and fast. But it normalizes values, e.g. a value like `0.0` changes to `0`. Since numbers are represented as `Number` after being parsed, very big numbers loose precision, e.g. `55871516310040211` turns into `55871516310040210`.
The new formatting is a bit slower but does not modify any except whitespace.
I think this is worth the performance cost. RESTer should not modify the response just because it pretty prints it. This could be very confusing.MIT License에 따라 릴리스된 소스 코드
버전 4.5.2
2021년 6월 10일에 출시 - 2.13 MBfirefox 63.0 이상, android 63.0 ~ 68.*에서 작동Fixed bug where Chrome would not send custom headers if an authorization was selectedMIT License에 따라 릴리스된 소스 코드
버전 4.5.1
2021년 6월 9일에 출시 - 2.13 MBfirefox 63.0 이상, android 63.0 ~ 68.*에서 작동Don't remove manually entered Cookie header when selecting an Authorization in the Authorization tabMIT License에 따라 릴리스된 소스 코드
버전 4.5.0
2021년 6월 2일에 출시 - 2.13 MBfirefox 63.0 이상, android 63.0 ~ 68.*에서 작동PKCE support for OAuth 2 authorization code flowMIT License에 따라 릴리스된 소스 코드
버전 4.4.0
2021년 3월 5일에 출시 - 2.13 MBfirefox 63.0 이상, android 63.0 ~ 68.*에서 작동User name is now allowd to be empty in the basic auth dialog.MIT License에 따라 릴리스된 소스 코드
버전 4.3.3
2021년 2월 26일에 출시 - 2.13 MBfirefox 63.0 이상, android 63.0 ~ 68.*에서 작동Fixed shell escaping for curl command generation. Query parameters and single quotes should now be escaped properly.MIT License에 따라 릴리스된 소스 코드
버전 4.3.2
2020년 10월 7일에 출시 - 2.13 MBfirefox 63.0 이상, android 63.0 ~ 68.*에서 작동Fixed
- Always render response body preview on white background. This improves color contrasts, especially with the Dark theme.
- Update dependencies.MIT License에 따라 릴리스된 소스 코드
버전 4.3.1
2020년 9월 16일에 출시 - 2.13 MBfirefox 63.0 이상, android 63.0 ~ 68.*에서 작동- Update dependenciesMIT License에 따라 릴리스된 소스 코드
버전 4.3.0
2020년 8월 16일에 출시 - 2.13 MBfirefox 63.0 이상, android 63.0 ~ 68.*에서 작동Added
- Some OAuth 2 servers don't supports URL-encoded credentials in HTTP Basic authentication headers ([#139])(https://github.com/frigus02/RESTer/issues/139)). RESTer now allows to turn URL-encoding off by choosing the "HTTP Basic authentication (no encode)" authentication option.
- Added dialog in "Organize" page, which allows you to quickly delete multiple requests.MIT License에 따라 릴리스된 소스 코드
버전 4.2.0
2020년 6월 14일에 출시 - 2.14 MBfirefox 63.0 이상, android 63.0 ~ 68.*에서 작동Added
- Allow entering a custom title for basic authentication tokens.
- Add OAuth 2 config title to generated tokens.
Changed
- Variable names can now only contain alphanumeric characters as well as `$._-`. This fixes an annoying behaviour when JSON objects were incorrectly identified as variables.
- Increase width of environment variable dialog.
- When an authentication token has been generated using the _Custom_ option and it's base64 encoded, show "Base64" in the token title.MIT License에 따라 릴리스된 소스 코드
버전 4.1.1
2020년 5월 2일에 출시 - 2.14 MBfirefox 63.0 이상, android 63.0 ~ 68.*에서 작동Fixed Postman export when there was a request with the same title as the collection of another request.MIT License에 따라 릴리스된 소스 코드
버전 4.1.0
2020년 4월 12일에 출시 - 2.14 MBfirefox 63.0 이상, android 63.0 ~ 68.*에서 작동Added checkbox option for automatically encode token value to base64 string for custom authorization header dialog.MIT License에 따라 릴리스된 소스 코드
버전 4.0.0
2020년 3월 14일에 출시 - 2.14 MBfirefox 63.0 이상, android 63.0 ~ 68.*에서 작동Changed
- RESTer now requires Firefox 63 or Chrome 67.
- No longer append "Copy" to a request title when using the "Duplicate request" function. It turned out to be more annoying than helpful.MIT License에 따라 릴리스된 소스 코드
버전 3.11.2
2019년 6월 27일에 출시 - 2.25 MBfirefox 55.0 이상, android 55.0 ~ 68.*에서 작동Fixed
- Fixed library list on about page.
- Improve memory usage of large response bodies.MIT License에 따라 릴리스된 소스 코드