Cartero
banner
cartero.fosstodon.org.ap.brid.gy
Cartero
@cartero.fosstodon.org.ap.brid.gy
Cartero is the lightweight HTTP client that you can use to test your APIs. Avoid bloat, respect your privacy, reject cloud; that's the motto.

[bridged from https://fosstodon.org/@cartero on the fediverse by https://fed.brid.gy/ ]
For our users reading from Bluesky: due to some issues out of our control, this will be our last bridged post.

– Follow our repository for updates
– Subscribe to the RSS feed of our new account at https://floss.social/@cartero.rss
– Even better, join the fediverse and find us there!
April 25, 2025 at 11:39 PM
I've compiled Cartero from source and I'll be using it for work this week. If I don't lose my files or experience any regressions in general, I'll release 0.2.2 by the end of the week.

The draft of bug fixes and changes currently looks like this.
April 21, 2025 at 9:00 AM
A bug that made the URL text field very laggy when the URL had query params has been fixed. The query params table now updates faster, so the whole process of typing an URL will feel snappier now.

Also, we don't let the app url-encode the params anymore until the moment you send the request […]
Original post on fosstodon.org
fosstodon.org
April 18, 2025 at 11:52 AM
Merged today a pull request to teach Cartero how to speak German and Basque.

These translations will be available in the next patch-release, which I intend to publish next week.
April 17, 2025 at 10:41 PM
🚀 Cartero 0.2.1 has been released

This version fixes a bug that causes variables to not actually be disabled when you uncheck the checkbox (shame). It also updates translations for Catalan, Galician (new!) and Brazilian Portuguese.

Find out more at https://cartero.danirod.es
Cartero: Make HTTP requests and test APIs
Cartero is the native, lightweight, multiplatform and free HTTP client that youc an use to test your APIs. Avoid bloat, respect your privacy, reject cloud; that's the motto.
cartero.danirod.es
April 3, 2025 at 10:00 PM
I’ve been told that there is a bug where disabling the checkbox for a variable in the variables table doesn’t actually disable it and the value is still picked. This is already fixed in trunk and 0.2.1 will be released soon to stabilize it.
April 3, 2025 at 7:25 AM
Just approved and merged a patch to translate @cartero to Galician
April 2, 2025 at 11:46 PM
✉️🚀 Cartero 0.2.0 has been released! No collections yet, but there are a few new features too, and some QoL changes. All the changes, fixes and new features: https://github.com/danirod/cartero/releases/tag/v0.2.0

But here are some of the new features:
* The error messages have been improved […]
Original post on fosstodon.org
fosstodon.org
March 21, 2025 at 11:11 PM
Interesting bug fix merged yesterday: in JSON responses, the order of the fields will not be swapped anymore. It turns out that Cartero has been alphabetically reordering the keys of JSON objects all this time. In version 0.2.0, it will not do that anymore and will respect the original order.
March 19, 2025 at 7:50 AM
The only thing currently holding the release of 0.2 is the self updater. I'll be working on this in the following couple of nights.

It will only be available in platforms where there is no package manager to do this, such as the AppImage executable for Linux, and the Windows and MacOS versions […]
Original post on fosstodon.org
fosstodon.org
March 18, 2025 at 7:20 AM
Also, while still not merged, the Windows version of Cartero is having the default font size increased for the next version too, so the user interface text will be easier to read.

The macOS version also had the font size changed a couple of weeks ago (see […]

[Original post on fosstodon.org]
March 18, 2025 at 7:09 AM
A new version has been uploaded to the edge channel of the Snapcraft package.

This snapshot adds the last feature to be added in this cycle, a new panel to set the authorization credentials of a request. Currently only supports basic auth and bearer tokens, with more methods in the future.
March 18, 2025 at 7:07 AM
New package uploaded to the Snap Store, channel: latest/edge, with the following features:

🛑 A new button to quickly stop ongoing HTTP requests and reset the UI.
⌨️ New keyboard shortcut: use Ctrl-L to focus the URL bar.
🔍 The text areas and the response pane now support zoom using […]
Original post on fosstodon.org
fosstodon.org
March 14, 2025 at 3:34 PM
Request error messages have landed into trunk.

In the next version of Cartero, whenever a request fails, you'll see a full screen error message saying exactly what's wrong, not just a notification that says "HTTP error". They work exactly as you would expect.
March 11, 2025 at 7:14 PM
AI generated contributions will also be forbidden in Cartero. It took me two minutes to add it to the repository and I've updated the docs to make it official before it's too late: https://cartero.danirod.es/docs/contributing.html#use-of-generative-ai

Here is the original thread that has […]
Original post on fosstodon.org
fosstodon.org
March 10, 2025 at 8:29 AM
Cartero is getting a new application icon for the next release. I know, so much for minimalism, but the current icon had too many details to be recognisable when scaled down. The envelope stripes are now larger (it's an air mail envelope! ✈️), and the colors are more consistent.
March 7, 2025 at 12:07 PM
Slowly cooking something for a future update: real message dialogs that you have to dismiss (after reading probably) with proper explanations on what failed.

Small notifications in a corner that just say "something failed" are not very useful, I reckon.
March 6, 2025 at 12:45 AM
For Windows users :windowsxp:
Cartero is now available in the "extras" bucket of the Scoop package manager.

After adding the bucket, you can run "scoop install extras/cartero" or "scoop install cartero" to install it.

🗒️ Docs: https://cartero.danirod.es/docs/installing/windows.html
Windows - Cartero Docs
cartero.danirod.es
February 21, 2025 at 8:58 AM
Cartero is now available in the Snap Store, so you can find it now on the Ubuntu App Center and install it on any GNU/Linux distribution that ships with Snap support out of the box.

📦 https://snapcraft.io/cartero
Install Cartero on Linux | Snap Store
Get the latest version of Cartero for Linux - Make HTTP requests and test APIs
snapcraft.io
February 20, 2025 at 11:55 AM
Cartero 0.1.5 is available 🎉

This version contains bug fixes. However, it also adds translations for Brazilian Portuguese! 🇧🇷

▶️ Release notes: https://github.com/danirod/cartero/releases/tag/v0.1.5
▶️ Download for Windows, macOS and AppImage: https://cartero.danirod.es/
▶️ Flatpak […]
Original post on fosstodon.org
fosstodon.org
February 16, 2025 at 12:00 AM
A new version of Cartero will be released this weekend to address an issue regarding some requests that wrongfully fail if they contain variables at the beginning of the request URL. This is currently fixed in nightly, but it would be good to deploy this to stable.
February 13, 2025 at 5:03 PM
Cartero 0.1.4 has been released! AppImage for GNU/Linux and other download links for Windows and macOS at https://cartero.danirod.es.

The PKGBUILD in AUR has been updated. An update has been sent to Flathub, it will be available in a few hours at https://flathub.org/apps/es.danirod.Cartero […]
Original post on fosstodon.org
fosstodon.org
January 27, 2025 at 8:55 AM
There will be a version 0.1.4 soon, mainly because the project has received new translations recently and I'd like to push them. No new bug fixes so far.

Cartero now speaks Czech (Ahoj!) and French (Salut!). Contributions are welcome at https://hosted.weblate.org/projects/cartero/cartero/
Cartero/Cartero
Cartero is being translated into 9 languages using Weblate. Join the translation or start translating your own project.
hosted.weblate.org
January 8, 2025 at 8:10 PM