Skip to content

Commit fdda03b

Browse files
authored
New version: antonreshetov.massCode version 5.3.0 (microsoft#368377)
1 parent 8ee8354 commit fdda03b

3 files changed

Lines changed: 77 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Created by Anthelion using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: antonreshetov.massCode
5+
PackageVersion: 5.3.0
6+
InstallerType: nullsoft
7+
Scope: user
8+
ProductCode: 28d75001-1a84-5945-8afc-b4fb140bde60
9+
ReleaseDate: 2026-05-04
10+
AppsAndFeaturesEntries:
11+
- DisplayName: massCode 5.3.0
12+
ProductCode: 28d75001-1a84-5945-8afc-b4fb140bde60
13+
Installers:
14+
- Architecture: x64
15+
InstallerUrl: https://github.com/massCodeIO/massCode/releases/download/v5.3.0/massCode-5.3.0-x64.exe
16+
InstallerSha256: 6F287DFD9B10DD0C78C1958F0C84E2462AB1BFDC2FE9A4D585A7AF401E5F6CD7
17+
ManifestType: installer
18+
ManifestVersion: 1.12.0
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
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
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created by Anthelion using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: antonreshetov.massCode
5+
PackageVersion: 5.3.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)