Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.45 KB

NEWS.md

File metadata and controls

32 lines (22 loc) · 1.45 KB

News file for Cartero

[0.1.1] - 2024-27-30

This is a minor release that addresses some issues and small changes found in the last couple of days. It accepts feedback from the community and even some pull requests received in the last days.

Changed

  • Pressing the Enter key while focusing the request URL entry will now send the HTTP request
  • The response body page is now the default page for the response notebook
  • The HTTP status code will now use semantic colors to report the status code category (success, client error, server error...)
  • Provided a Metainfo file for submission into Flathub
  • Translation updates
    • Catalan
    • Romanian
    • Spanish

Fixed

  • The application may not open files when running as a Flatpak in sandbox mode
  • The Nix flake did not build due to some missing dependencies
  • Clicking on any link on Microsoft Windows did not open the default web browser

[0.1.0] - 2024-07-26

Initial release. I've crafted a MVP that consolidates the most important features to start using Cartero. Some features has been delayed for a future release, but there is already enough features for it to be useful.

Added

  • A fully functional HTTP client with support for multiple request methods, and payload types.
  • A variable engine that allows to move things such as API keys, passwords or hostnames into a variable that can be injected later into the URL or other headers.
  • File support to load and store requests for a future session.