From ca8b83efec22723e8d4ba9e96a31a5091c45a27c Mon Sep 17 00:00:00 2001 From: Jason Shellen Date: Wed, 26 Aug 2026 12:32:39 -0700 Subject: [PATCH] Bump version to 0.5.1 and prep release Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01AdXEsWQTadb9qbTQjLkMqn --- package.json | 2 +- site/releases.html | 12 ++++++++++++ src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- src/viewer-html.ts | 2 +- viewer/03-settings.js | 2 +- 7 files changed, 18 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 85aeb2b..fd30b9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pullread", - "version": "0.5.0", + "version": "0.5.1", "description": "Sync Drafty bookmarks to markdown files", "main": "src/index.ts", "scripts": { diff --git a/site/releases.html b/site/releases.html index fbb1269..fdcb458 100644 --- a/site/releases.html +++ b/site/releases.html @@ -133,6 +133,18 @@

What's New

+
+
+ 0.5.1 + "Picture Perfect" +
+
August 2026
+
    +
  • Article images are back — a bug in duplicate-image cleanup was removing the hero image at the top of articles, most visibly after using “Fetch full content.” Top images now render and survive a re-fetch.
  • +
  • Pull Read now opens on Explore — the sidebar highlighted “All Items” on launch even though the Explore home view was showing. The navigation now matches what you see.
  • +
+
+
0.5.0 diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 55d7c0d..6eac49d 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3090,7 +3090,7 @@ dependencies = [ [[package]] name = "pullread" -version = "0.4.10" +version = "0.5.0" dependencies = [ "chrono", "dirs 6.0.0", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 85dfae2..d3f06a9 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pullread" -version = "0.5.0" +version = "0.5.1" description = "Sync articles from RSS feeds, bookmarks, and newsletters to searchable markdown files" authors = ["PullRead"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index f467751..e615814 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Pull Read", - "version": "0.5.0", + "version": "0.5.1", "identifier": "com.pullread.desktop", "build": { "beforeBuildCommand": "bun run scripts/embed-viewer.ts", diff --git a/src/viewer-html.ts b/src/viewer-html.ts index 1baf106..683d4ea 100644 --- a/src/viewer-html.ts +++ b/src/viewer-html.ts @@ -1,3 +1,3 @@ // Auto-generated by scripts/embed-viewer.ts — do not edit // Source: viewer.html + viewer.css + viewer/*.js + @fontsource/* woff2 -export const VIEWER_HTML = "\n\n\n\n\nPull Read\n\n\n\n\n\n\n\n\n\n\n\n\n\nSkip to content\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n
\n\n
\n \n Pull Read\n \n
\n
\n\n
\n \n\n \n\n
\n
\n Sources\n \n
\n
\n
\n
\n\n
\n
\n
\n
\n
\n \n
\n \n \n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n \n
\n
\n\n
\n\n
\n
\n
\n\n\n\n\n"; +export const VIEWER_HTML = "\n\n\n\n\nPull Read\n\n\n\n\n\n\n\n\n\n\n\n\n\nSkip to content\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n
\n\n
\n \n Pull Read\n \n
\n
\n\n
\n \n\n \n\n
\n
\n Sources\n \n
\n
\n
\n
\n\n
\n
\n
\n
\n
\n \n
\n \n \n
\n \n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n \n
\n
\n\n
\n\n
\n
\n
\n\n\n\n\n"; diff --git a/viewer/03-settings.js b/viewer/03-settings.js index 1558617..e532929 100644 --- a/viewer/03-settings.js +++ b/viewer/03-settings.js @@ -957,7 +957,7 @@ function showSettingsPage(scrollToSection) { html += '
'; html += '
'; html += 'pullread.com'; - html += 'What\'s New'; + html += 'What\'s New'; html += 'View Logs'; html += ''; html += '
';