|
| 1 | +# Created by Anthelion using komac v2.16.0 |
| 2 | +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json |
| 3 | + |
| 4 | +PackageIdentifier: antonreshetov.massCode |
| 5 | +PackageVersion: 5.3.0 |
| 6 | +PackageLocale: en-US |
| 7 | +Publisher: Anton Reshetov |
| 8 | +PublisherUrl: https://github.com/antonreshetov |
| 9 | +PublisherSupportUrl: https://github.com/massCodeIO/massCode/issues |
| 10 | +Author: Anton Reshetov |
| 11 | +PackageName: massCode |
| 12 | +PackageUrl: https://github.com/antonreshetov/massCode |
| 13 | +License: AGPL-3.0 |
| 14 | +LicenseUrl: https://github.com/massCodeIO/massCode/blob/HEAD/LICENSE |
| 15 | +ShortDescription: A free and open source code snippets manager for developers |
| 16 | +Tags: |
| 17 | +- developer |
| 18 | +- electron |
| 19 | +- monaco-editor |
| 20 | +- snippet |
| 21 | +- vue |
| 22 | +ReleaseNotes: |- |
| 23 | + HTTP Client |
| 24 | + massCode now includes a built-in HTTP client for saving, organizing, previewing, and sending API requests without leaving the app. |
| 25 | + The new HTTP space keeps requests next to your snippets and notes, with the same local-first storage model: requests are saved in your vault as readable markdown files with frontmatter metadata. |
| 26 | + You can now: |
| 27 | + - create and organize HTTP requests in folders |
| 28 | + - edit params, headers, body, auth, and request descriptions |
| 29 | + - use environments with {{variables}} for local, staging, and production values |
| 30 | + - preview requests as raw HTTP or cURL before sending |
| 31 | + - send requests from the editor, menu bar, or with Cmd+Enter / Ctrl+Enter |
| 32 | + - inspect response status, duration, size, headers, and body |
| 33 | + - keep HTTP layout, selection, and editor preferences across restarts |
| 34 | +
|
| 35 | + Collection Import |
| 36 | + Existing API collections can now be imported into the HTTP space. |
| 37 | + Supported formats: |
| 38 | + - OpenAPI JSON/YAML |
| 39 | + - Postman Collection v2.1 JSON |
| 40 | + - Postman Environment JSON |
| 41 | + - Bruno OpenCollection YAML |
| 42 | + - Bruno OpenCollection ZIP exports |
| 43 | + Before import, massCode shows a preview of the collections, requests, folders, and environments that will be created. If a source file contains unsupported features, such as scripts or assertions, the import keeps the supported request data and reports warnings. |
| 44 | +
|
| 45 | + What's Changed |
| 46 | + - feat(http): add HTTP client space by @antonreshetov in #766 |
| 47 | + - feat(http): add collection import by @antonreshetov in #767 |
| 48 | + - fix(notes): preserve sidebar after search clear by @antonreshetov in #768 |
| 49 | +ReleaseNotesUrl: https://github.com/massCodeIO/massCode/releases/tag/v5.3.0 |
| 50 | +ManifestType: defaultLocale |
| 51 | +ManifestVersion: 1.12.0 |
0 commit comments