Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.3.7] - 2026-07-02
Fixed the formatting with email templates in both mobile and desktop versions.

## [1.3.6] - 2026-06-28
Changes to the prompt and default max tokens to catch more news stories

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ digest, and sends one digest per label by email.
Install the latest released version in its own managed environment:

```console
pipx install "git+https://github.com/pabooth/inbrief.git@v1.3.6"
pipx install "git+https://github.com/pabooth/inbrief.git@v1.3.7"
```

If `pipx` is not already installed on macOS:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.6
1.3.7
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "inbrief"
version = "1.3.6"
version = "1.3.7"
description = "Generate and email AI summaries of messages from Gmail labels."
readme = "README.md"
license = "MIT"
Expand Down