Skip to content

Commit 2137e5a

Browse files
committed
Prepare v1.7.2 release
1 parent 47954a8 commit 2137e5a

7 files changed

Lines changed: 53 additions & 16 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.7.2-beta.1"
37+
const version = "1.7.2"
3838
const viewerTempExecutableEnv = "JOT_VIEWER_TEMP_EXE"
3939

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

packaging/chocolatey/jot.nuspec

Lines changed: 2 additions & 2 deletions
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.7.0</version>
5+
<version>1.7.2</version>
66
<title>Jot CLI</title>
77
<authors>Intina47</authors>
88
<owners>Intina47</owners>
@@ -13,7 +13,7 @@
1313
<bugTrackerUrl>https://github.com/Intina47/jot/issues</bugTrackerUrl>
1414
<projectSourceUrl>https://github.com/Intina47/jot</projectSourceUrl>
1515
<packageSourceUrl>https://github.com/Intina47/jot/tree/main/packaging/chocolatey</packageSourceUrl>
16-
<releaseNotes>https://github.com/Intina47/jot/releases/tag/v1.7.0</releaseNotes>
16+
<releaseNotes>https://github.com/Intina47/jot/releases/tag/v1.7.2</releaseNotes>
1717
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1818
<summary>Terminal-first notebook and local document viewer</summary>
1919
<description>jot is a terminal-first notebook and local document viewer. Capture fast, then open PDFs, Markdown, JSON, XML, YAML, TOML, CSV, env files, and plain text in jot's own lightweight viewer.</description>

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.7.0/jot_v1.7.0_windows_amd64.zip
5+
https://github.com/Intina47/jot/releases/download/v1.7.2/jot_v1.7.2_windows_amd64.zip
66

77
SHA256:
8-
d837d8b41d5544aba459749c6a5e64089b7525472113eb99e0718a715ab67c99
8+
2f314097ccf5ae692fffd1524dcb9da719cea7a7c771b891a0c55e4a6bed2dd7
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.7.0"
4+
$version = "1.7.2"
55
$url = "https://github.com/Intina47/jot/releases/download/v$version/jot_v$version_windows_amd64.zip"
6-
$checksum = "d837d8b41d5544aba459749c6a5e64089b7525472113eb99e0718a715ab67c99"
6+
$checksum = "2f314097ccf5ae692fffd1524dcb9da719cea7a7c771b891a0c55e4a6bed2dd7"
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.7.0"
4+
version "1.7.2"
55

66
on_macos do
77
if Hardware::CPU.arm?
8-
url "https://github.com/Intina47/jot/releases/download/v1.7.0/jot_v1.7.0_darwin_arm64.tar.gz"
9-
sha256 "c5c78b9c2061d37c9b7b380e2d1b275cd48c5e4336d04c9dc95a4106736d468f"
8+
url "https://github.com/Intina47/jot/releases/download/v1.7.2/jot_v1.7.2_darwin_arm64.tar.gz"
9+
sha256 "bef70d22f14511715ec2a1821d376b0b95a82a7ab031c72d2b589a0a554b1914"
1010
else
11-
url "https://github.com/Intina47/jot/releases/download/v1.7.0/jot_v1.7.0_darwin_amd64.tar.gz"
12-
sha256 "c5602518ac977a893988f9dc5e7339c5ac20d0e293a0b3e3f8587146c767d2fa"
11+
url "https://github.com/Intina47/jot/releases/download/v1.7.2/jot_v1.7.2_darwin_amd64.tar.gz"
12+
sha256 "848cca6beb3a57e18053087729f22af55c3b21b3b8769b428b75f1f7d63345ae"
1313
end
1414
end
1515

1616
on_linux do
17-
url "https://github.com/Intina47/jot/releases/download/v1.7.0/jot_v1.7.0_linux_amd64.tar.gz"
18-
sha256 "630185c8a9811d619545a2e47117c54f1529348ee0d7dacb290d8cf9793f7ff4"
17+
url "https://github.com/Intina47/jot/releases/download/v1.7.2/jot_v1.7.2_linux_amd64.tar.gz"
18+
sha256 "2678ba0645de9014ea99473a66b805635e90fcc09af5c7cded11526b266280f2"
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.7.0",
3+
"version": "1.7.2",
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.7.0"
29+
"jotReleaseVersion": "1.7.2"
3030
}

release-notes/v1.7.2.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# jot v1.7.2
2+
3+
This release hardens `jot assistant` from the first 1.7.x launch into something much more useful for real daily work. The focus is Gmail and Calendar completion, browser-computer form handling, journal backup and restore, and the first native messaging-channel groundwork.
4+
5+
## What's new
6+
7+
- Added journal backup export and restore flows for `jot assistant`, including:
8+
- `export my jot journal and email it to me`
9+
- `import my jot journal from Gmail`
10+
- Added Gmail send fallback to draft, so if sending fails Jot saves the message in Gmail drafts instead of dead-ending.
11+
- Added inline Gmail send re-auth in assistant flows, so Jot can reconnect Gmail send access and continue the original action automatically.
12+
- Expanded Gmail and Calendar assistant flows around:
13+
- read
14+
- reply
15+
- schedule
16+
- clear
17+
- Added browser-computer form handling with:
18+
- direct form URL support
19+
- browser-first filling and review
20+
- question-by-question progress
21+
- stronger Microsoft Forms reliability
22+
- Added the first shared assistant memory scaffolding and native messaging-channel groundwork.
23+
- Added WhatsApp native bridge scaffolding with a Baileys-backed local bridge under `tools/whatsapp-bridge`.
24+
- Improved assistant docs, onboarding guidance, and local developer handoff docs.
25+
26+
## Notes
27+
28+
- This release is still local-first. Gmail and Calendar remain designed around private/local OAuth setup.
29+
- Browser-computer form support is materially stronger than 1.7.0, but it is still best treated as beta across arbitrary websites.
30+
- WhatsApp native bridge groundwork is included, but the full always-on message runtime is not the headline production surface yet.
31+
32+
## Release notes
33+
34+
- GitHub release assets are built locally for `v1.7.2`.
35+
- Homebrew formula metadata is updated from the local release pipeline.
36+
- npm metadata is updated to `1.7.2`, but publishing still depends on npm authentication.
37+
- Chocolatey packaging metadata is updated locally; publishing still depends on `CHOCO_API_KEY`.

0 commit comments

Comments
 (0)