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
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: "22"
node-version: "24"
cache: "npm"

- name: Install dependencies
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: "22"
node-version: "24"
cache: "npm"

- name: Cache Electron binaries
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: "22"
node-version: "24"
cache: "npm"

# Cache Electron binaries to avoid download failures
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: "22"
node-version: "24"
cache: "npm"

# Cache Electron binaries to avoid download failures
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: "22"
node-version: "24"
cache: "npm"

# Cache Electron binaries to avoid download failures
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: '22'
node-version: '24'
cache: 'npm'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: "22"
node-version: "24"
cache: "npm"

- name: Install dependencies
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [1.30.1](https://github.com/rodrigogs/whats-reader/compare/v1.30.0...v1.30.1) (2026-04-01)


### Bug Fixes

* pin electron-builder to ~26.0.12 ([95cb0b7](https://github.com/rodrigogs/whats-reader/commit/95cb0b71ef8aa7443b1300f6a3ad52e366f1b04b))

# [1.30.0](https://github.com/rodrigogs/whats-reader/compare/v1.29.4...v1.30.0) (2026-04-01)


### Bug Fixes

* preserve original line content in parseLine for sender/content ([ec7c3da](https://github.com/rodrigogs/whats-reader/commit/ec7c3daf1640735678a47fff490eb7303afa5eb0))


### Features

* add persistent conversation feature with cross-platform file restoration ([#66](https://github.com/rodrigogs/whats-reader/issues/66)) ([432bdb4](https://github.com/rodrigogs/whats-reader/commit/432bdb44f04ad9e3850430bc97ed47026385456a))
* improve date format detection and resilience ([d8f9ddc](https://github.com/rodrigogs/whats-reader/commit/d8f9ddc4d51c33be258cc6652bbd6637b556f6ab)), closes [#69](https://github.com/rodrigogs/whats-reader/issues/69)

## [1.29.4](https://github.com/rodrigogs/whats-reader/compare/v1.29.3...v1.29.4) (2026-03-31)


Expand Down
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
"$schema": "https://biomejs.dev/schemas/2.4.10/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
Expand Down
Loading
Loading