Tags: danirod/cartero
Tags
[0.2.0] - 2025-03-21 Added: * An authorization tab, currently supporting basic authentication and bearer tokens. * A Cancel button to stop an HTTP request in progress. * An error panel to report errors related to a failing web request. * Alert dialogs to report errors related to loading and saving files. * New keyboard shortcuts and mouse gestures for zooming text views. * Improved the about dialog. * Windows, MacOS and AppImage: a software update checker has been added to the settings dialog. * MacOS: added a menu bar for quick access to the application commands. Changed: * Application errors will now properly report the cause of an error and not just generic messages. * During a request, the application will now stay clickable and not freeze. * Units for the response size will now be internationalized (for instance, 32.4 Ko rather than 32.4 kB when running in French). * Reduced the precission of the response duration indicator to prevent confusion. * Disabled query params in the Parameters table will now be persisted into the file. * Simplified the application icon and updated the branding. * MacOS and Windows: the default application font will now be larger. * MacOS: the window now uses an integrated title bar like the GNU/Linux version. * Windows: cartero.exe now uses the application icon for the executable file. * Windows: require Windows 10 or newer to install the application. Fixed: * Requests whose URL do not start with http:// or https:// (such as "localhost:3000/users") should not fail now. * During prettification of JSON responses, objects were being sorted; they will respect the original order now. * The headers and variables tables lost the ability to report when a field name was duplicated. * Disabled query params in the Parameters table were lost when the request URL changed. * Windows: closing the settings dialog sometimes buried the Cartero main window under other windows. * Windows: the title bar stayed in light mode even when the application ran in dark mode.
[0.1.5] - 2025-02-15 Changed: * Changed the error message when a request uses an unsupported protocol for clarity purposes. * Translation updates: Czech, French, Brazilian Portuguese. Fixed: * Prevents tabs from becoming unresponsive if a request fails in certain conditions. * Prevents requests from failing if they have a trailing or leading space. * Requests whose URL start with a variable (bound to something that starts with http or https) can be made again.
[0.1.3] - 2014-12-23 * Added a tab to generate a cURL command with the contents of a request. * Added a preferences dialog to control application settings. * Added a search functionality (Ctrl-F) to the text area panes. * It is now possible to disable validation of TLS certificates. * It is now possible to follow redirections when making HTTP requests. * It is now possible to configure a timeout for the HTTP request. * It is now possible to customize the font used for the text area panes. * It is now possible to customize the light or dark appearance of the application. * Translation updates: Spanish, Tamil. * Fixed the HTTP response label sometimes having the wrong semantic color.
0.1.2 This is a minor release that addresses some issues and fixes some things found. Changed: * It is now possible to open multiple files using the dialog picker. * Translation updates: * Russian Fixed: * Fix translation for the about and shortcuts dialog. * Word wrapping of long lines without spaces did not work properly. * Deactivate toolbar buttons if no request are open.
0.1.1 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