Skip to content

Commit d41f1d5

Browse files
docs: update pane defaults with exact menu labels
1 parent a5d8c6c commit d41f1d5

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.3.2] - 2026-03-05
9+
10+
### Changed
11+
12+
- Update web links in `pyproject.toml` to the new ones.
13+
814
## [1.3.1] - 2026-03-05
915

1016
### Fixed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "prosaic-app"
7-
version = "1.3.1"
7+
version = "1.3.2"
88
description = "A writer-first terminal writing app"
99
readme = "README.md"
1010
requires-python = ">=3.11"
@@ -44,8 +44,8 @@ grammar = [
4444
prosaic = "prosaic.__main__:main"
4545

4646
[project.urls]
47-
Homepage = "https://github.com/deepanshkhurana/prosaic"
48-
Repository = "https://github.com/deepanshkhurana/prosaic"
47+
Homepage = "https://prosaic.dimwit.me"
48+
Repository = "https://github.com/dimwitlabs/prosaic"
4949

5050
[tool.setuptools.packages.find]
5151
where = ["."]

0 commit comments

Comments
 (0)