Skip to content

Commit 8032afc

Browse files
committed
Prepare v1.6.1 release
1 parent 7c59802 commit 8032afc

7 files changed

Lines changed: 36 additions & 15 deletions

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434
"unicode"
3535
)
3636

37-
const version = "1.6.0"
37+
const version = "1.6.1"
3838
const viewerTempExecutableEnv = "JOT_VIEWER_TEMP_EXE"
3939

4040
//go:embed assets/jot-logo.png

packaging/chocolatey/jot.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>jot</id>
5-
<version>1.6.0</version>
5+
<version>1.6.1</version>
66
<title>Jot CLI</title>
77
<authors>Intina47</authors>
88
<owners>Intina47</owners>

packaging/chocolatey/tools/VERIFICATION.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Verification is intended to assist the Chocolatey moderators and community
22
in verifying that this package's contents are trustworthy.
33

44
Download URL:
5-
https://github.com/Intina47/jot/releases/download/v1.6.0/jot_v1.6.0_windows_amd64.zip
5+
https://github.com/Intina47/jot/releases/download/v1.6.1/jot_v1.6.1_windows_amd64.zip
66

77
SHA256:
8-
748502f205bea7fb9f81bd3af060e305215e0f08ea022d93e2f3d5ee0224f910
8+
eb7acfe8f9ac34b2429316637119dcd97ef2d4a13c431374a9a09a300a8c235e
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
$ErrorActionPreference = "Stop"
22
[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor 3072
33

4-
$version = "1.6.0"
4+
$version = "1.6.1"
55
$url = "https://github.com/Intina47/jot/releases/download/v$version/jot_v$version_windows_amd64.zip"
6-
$checksum = "748502f205bea7fb9f81bd3af060e305215e0f08ea022d93e2f3d5ee0224f910"
6+
$checksum = "eb7acfe8f9ac34b2429316637119dcd97ef2d4a13c431374a9a09a300a8c235e"
77

88
$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
99
Install-ChocolateyZipPackage -PackageName "jot" -Url $url -UnzipLocation $toolsDir -Checksum $checksum -ChecksumType "sha256"

packaging/homebrew/jot-cli.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
class JotCli < Formula
22
desc "Terminal-first notebook and local document viewer"
33
homepage "https://github.com/Intina47/jot"
4-
version "1.6.0"
4+
version "1.6.1"
55

66
on_macos do
77
if Hardware::CPU.arm?
8-
url "https://github.com/Intina47/jot/releases/download/v1.6.0/jot_v1.6.0_darwin_arm64.tar.gz"
9-
sha256 "e7cb04b8560e78f97314e0cd789595e5955cabd1c4f03a9ec68cd14dc806e01d"
8+
url "https://github.com/Intina47/jot/releases/download/v1.6.1/jot_v1.6.1_darwin_arm64.tar.gz"
9+
sha256 "fcb76bed728ac86e4770bbd0518b1b0c19f050c061c38f1267b3f279d2d9d30c"
1010
else
11-
url "https://github.com/Intina47/jot/releases/download/v1.6.0/jot_v1.6.0_darwin_amd64.tar.gz"
12-
sha256 "575ae284a7bf61dcea303c9a64fa49c799e51a85c03ac135955fa60524a3d7af"
11+
url "https://github.com/Intina47/jot/releases/download/v1.6.1/jot_v1.6.1_darwin_amd64.tar.gz"
12+
sha256 "6169e000e86bb49e97b3e3130d28cd6774131ecf46ae838009b20d0b9ab49ce3"
1313
end
1414
end
1515

1616
on_linux do
17-
url "https://github.com/Intina47/jot/releases/download/v1.6.0/jot_v1.6.0_linux_amd64.tar.gz"
18-
sha256 "d05ea59464a5df5f9e2ab2cbb1352871ec3ec4d1cda16334f5941420fc5fe6c9"
17+
url "https://github.com/Intina47/jot/releases/download/v1.6.1/jot_v1.6.1_linux_amd64.tar.gz"
18+
sha256 "b0d77971191478374b59b307142fa4aac172105fd6b2dff9db1256b8e7bbba89"
1919
end
2020

2121
def install

packaging/npm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intina47/jot",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "Terminal-first notebook and local document viewer",
55
"license": "MIT",
66
"repository": {
@@ -26,5 +26,5 @@
2626
"bin",
2727
"install.js"
2828
],
29-
"jotReleaseVersion": "1.6.0"
29+
"jotReleaseVersion": "1.6.1"
3030
}

release-notes/v1.6.1.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# jot v1.6.1
2+
3+
This release adds the first terminal-first task workflow to jot and starts turning image conversion into a built-in local utility instead of a browser chore.
4+
5+
## What's new
6+
7+
- Added `jot convert <image> <format>` for local image conversion from supported raster inputs.
8+
- Added `jot task` and `jot task convert` as guided terminal flows for discovering and running image conversion without leaving the current folder.
9+
- `.ico` output now builds a multi-size favicon-style file automatically from raster inputs.
10+
- `.svg` output creates a standalone SVG wrapper around the source raster for easy local packaging and handoff.
11+
- Expanded image conversion outputs beyond `ico` and `svg` to include `png`, `jpg`, and `gif`.
12+
13+
## Notes
14+
15+
- Current supported image inputs are `.png`, `.jpg`, `.jpeg`, and `.gif`.
16+
- `.svg` output is an embedded-raster SVG wrapper, not traced vector output.
17+
- `.jpg` output flattens transparency onto white, and `.gif` output is single-frame and palette-limited.
18+
19+
## Release notes
20+
21+
- GitHub Actions release jobs are still disabled, so the `v1.6.1` binaries and checksums are being built locally and uploaded manually.

0 commit comments

Comments
 (0)