forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: JonatanHeyman.Heynote version 1.8.0 (microsoft#162928)
- Loading branch information
Showing
4 changed files
with
115 additions
and
0 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
manifests/j/JonatanHeyman/Heynote/1.8.0/JonatanHeyman.Heynote.installer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json | ||
|
||
PackageIdentifier: JonatanHeyman.Heynote | ||
PackageVersion: 1.8.0 | ||
InstallerType: nullsoft | ||
InstallerSwitches: | ||
Upgrade: --updated | ||
UpgradeBehavior: install | ||
ReleaseDate: 2024-07-14 | ||
Installers: | ||
- Architecture: x64 | ||
Scope: user | ||
InstallerUrl: https://github.com/heyman/heynote/releases/download/v1.8.0/Heynote_1.8.0.exe | ||
InstallerSha256: 1CB7542DA7ACCEB1B25B9B487641A500EA97021D0693BFDF09CE0413E9A7923B | ||
InstallerSwitches: | ||
Custom: /currentuser | ||
ProductCode: 2c07b7e1-e604-5f02-b0c7-e1aad5287365 | ||
- Architecture: x64 | ||
Scope: machine | ||
InstallerUrl: https://github.com/heyman/heynote/releases/download/v1.8.0/Heynote_1.8.0.exe | ||
InstallerSha256: 1CB7542DA7ACCEB1B25B9B487641A500EA97021D0693BFDF09CE0413E9A7923B | ||
InstallerSwitches: | ||
Custom: /allusers | ||
ProductCode: 2c07b7e1-e604-5f02-b0c7-e1aad5287365 | ||
ManifestType: installer | ||
ManifestVersion: 1.6.0 |
49 changes: 49 additions & 0 deletions
49
manifests/j/JonatanHeyman/Heynote/1.8.0/JonatanHeyman.Heynote.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json | ||
|
||
PackageIdentifier: JonatanHeyman.Heynote | ||
PackageVersion: 1.8.0 | ||
PackageLocale: en-US | ||
Publisher: Jonatan Heyman | ||
PublisherUrl: https://heyman.info/ | ||
PublisherSupportUrl: https://github.com/heyman/heynote/issues | ||
# PrivacyUrl: | ||
Author: Jonatan Heyman | ||
PackageName: Heynote | ||
PackageUrl: https://heynote.com/ | ||
License: “Commons Clause” License Condition v1.0 | ||
LicenseUrl: https://github.com/heyman/heynote/blob/main/LICENSE | ||
Copyright: Copyright © 2024 Jonatan Heyman | ||
# CopyrightUrl: | ||
ShortDescription: A dedicated scratchpad for developers | ||
Description: |- | ||
Heynote is a dedicated scratchpad for developers. It functions as a large persistent text buffer where you can write down anything you like. Works great for that Slack message you don't want to accidentally send, a JSON response from an API you're working with, notes from a meeting, your daily to-do list, etc. | ||
The Heynote buffer is divided into blocks, and each block can have its own Language set (e.g. JavaScript, JSON, Markdown, etc.). This gives you syntax highlighting and lets you auto-format that JSON response. | ||
Available for Mac, Windows, and Linux. | ||
# Moniker: | ||
# Tags: | ||
ReleaseNotes: |- | ||
What's Changed | ||
- Block parsing optimization by @heyman in https://github.com/heyman/heynote/pull/241 | ||
- Add documentation file (which will be used to generate documentation page on heynote.com) by @heyman in https://github.com/heyman/heynote/pull/242 | ||
- Add default redo cmd that works on all Platforms. Mod+Shift+Z by @c3cris in https://github.com/heyman/heynote/pull/243 | ||
- Fix bug causing editing to break for empty blocks in some cases by @heyman in https://github.com/heyman/heynote/pull/246 | ||
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in https://github.com/heyman/heynote/pull/248 | ||
- Bump ejs from 3.1.9 to 3.1.10 by @dependabot in https://github.com/heyman/heynote/pull/249 | ||
- Add setting for configuring the default block language by @heyman in https://github.com/heyman/heynote/pull/251 | ||
- Vue language support by @jongwoo328 in https://github.com/heyman/heynote/pull/240 | ||
- Support Dart Syntax by @dongheeleeme in https://github.com/heyman/heynote/pull/233 | ||
- Document how to format number with toLocaleString by @hanoii in https://github.com/heyman/heynote/pull/202 | ||
- Fix error on startup for large buffers by @heyman in https://github.com/heyman/heynote/pull/253 | ||
New Contributors | ||
- @c3cris made their first contribution in https://github.com/heyman/heynote/pull/243 | ||
- @jongwoo328 made their first contribution in https://github.com/heyman/heynote/pull/240 | ||
- @dongheeleeme made their first contribution in https://github.com/heyman/heynote/pull/233 | ||
- @hanoii made their first contribution in https://github.com/heyman/heynote/pull/202 | ||
Full Changelog: https://github.com/heyman/heynote/compare/v1.7.1...v1.8.0 | ||
ReleaseNotesUrl: https://github.com/heyman/heynote/releases/tag/v1.8.0 | ||
# PurchaseUrl: | ||
# InstallationNotes: | ||
# Documentations: | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.6.0 |
31 changes: 31 additions & 0 deletions
31
manifests/j/JonatanHeyman/Heynote/1.8.0/JonatanHeyman.Heynote.locale.zh-CN.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json | ||
|
||
PackageIdentifier: JonatanHeyman.Heynote | ||
PackageVersion: 1.8.0 | ||
PackageLocale: zh-CN | ||
Publisher: Jonatan Heyman | ||
PublisherUrl: https://heyman.info/ | ||
PublisherSupportUrl: https://github.com/heyman/heynote/issues | ||
# PrivacyUrl: | ||
Author: Jonatan Heyman | ||
PackageName: Heynote | ||
PackageUrl: https://heynote.com/ | ||
License: “Commons Clause” License Condition v1.0 | ||
LicenseUrl: https://github.com/heyman/heynote/blob/main/LICENSE | ||
Copyright: Copyright © 2024 Jonatan Heyman | ||
# CopyrightUrl: | ||
ShortDescription: 开发人员专用草稿本 | ||
Description: |- | ||
Heynote 是一款专为开发人员设计的草稿本。它就像一个大型的持久文本缓冲区,在这里你可以写下任何你想写的东西。对于不想意外发送的 Slack 消息、API 的 JSON 响应、会议记录、每日待办事项等,它都能发挥巨大作用。 | ||
Heynote 缓冲区分为多个区块,每个区块都有自己的语言集(如 JavaScript、JSON、Markdown 等)。这样就可以突出显示语法,并自动格式化 JSON 响应。 | ||
适用于 Mac、Windows 和 Linux。 | ||
# Moniker: | ||
# Tags: | ||
# ReleaseNotes: | ||
ReleaseNotesUrl: https://github.com/heyman/heynote/releases/tag/v1.8.0 | ||
# PurchaseUrl: | ||
# InstallationNotes: | ||
# Documentations: | ||
ManifestType: locale | ||
ManifestVersion: 1.6.0 |
8 changes: 8 additions & 0 deletions
8
manifests/j/JonatanHeyman/Heynote/1.8.0/JonatanHeyman.Heynote.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json | ||
|
||
PackageIdentifier: JonatanHeyman.Heynote | ||
PackageVersion: 1.8.0 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.6.0 |