From 47a5e90675c8afd1132cfb12c20ff194df8f1aa7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 21:08:25 +0000 Subject: [PATCH] chore(main): release 1.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ app/package.json | 2 +- app/src-tauri/Cargo.toml | 2 +- app/src-tauri/tauri.conf.json | 2 +- mod/info.json | 2 +- version.txt | 2 +- 7 files changed, 19 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4c313f9..dd8fde7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.0" + ".": "1.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 687e727..28bfca7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.5.0](https://github.com/ApocDev/pyops/compare/v1.4.0...v1.5.0) (2026-08-11) + + +### Features + +* **app:** let block flow nodes be dragged and remember where you put them ([e381324](https://github.com/ApocDev/pyops/commit/e38132440f8bde9d92096339767f891589a9c953)) +* **desktop:** log server output and show a diagnostic page on startup failure ([f558364](https://github.com/ApocDev/pyops/commit/f55836485ce2c3a98e200e2494e442265d260b28)), closes [#174](https://github.com/ApocDev/pyops/issues/174) + + +### Bug Fixes + +* **factory:** persist board positions only for nodes that actually moved ([9cd36f5](https://github.com/ApocDev/pyops/commit/9cd36f5355f21abe74f623355f2c035fccc7007c)) + ## [1.4.0](https://github.com/ApocDev/pyops/compare/v1.3.0...v1.4.0) (2026-08-06) diff --git a/app/package.json b/app/package.json index 01dacc9..c5ddbf7 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "1.4.0", + "version": "1.5.0", "private": true, "type": "module", "imports": { diff --git a/app/src-tauri/Cargo.toml b/app/src-tauri/Cargo.toml index 3d1e4aa..76ca84d 100644 --- a/app/src-tauri/Cargo.toml +++ b/app/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "1.4.0" +version = "1.5.0" description = "A Tauri App" authors = ["you"] license = "" diff --git a/app/src-tauri/tauri.conf.json b/app/src-tauri/tauri.conf.json index ddd22a6..2d091c9 100644 --- a/app/src-tauri/tauri.conf.json +++ b/app/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "PyOps", - "version": "1.4.0", + "version": "1.5.0", "identifier": "com.apocdev.pyops", "build": { "beforeDevCommand": "PORT=34115 HOST=127.0.0.1 node .output/server/index.mjs", diff --git a/mod/info.json b/mod/info.json index 48227fd..957f3e0 100644 --- a/mod/info.json +++ b/mod/info.json @@ -1,6 +1,6 @@ { "name": "pyops", - "version": "1.4.0", + "version": "1.5.0", "title": "PyOps", "author": "ApocDev", "factorio_version": "2.1", diff --git a/version.txt b/version.txt index 88c5fb8..bc80560 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.4.0 +1.5.0