From f92492254d978945c16c7e29673cbfc6cf728a5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 21:12:17 +0000 Subject: [PATCH] chore(main): release 1.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 21 +++++++++++++++++++++ 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, 27 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3f14639..96f1cd94 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 94c3f458..e4984c6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [1.3.0](https://github.com/ApocDev/pyops/compare/v1.2.0...v1.3.0) (2026-07-16) + + +### Features + +* **data:** detect stale imported reference data ([952ef36](https://github.com/ApocDev/pyops/commit/952ef360a1919a653fa34470659160a63e34d570)) +* **home:** prioritize actionable factory work ([493cdd4](https://github.com/ApocDev/pyops/commit/493cdd4fb5b54eaa526b891ceef9a1ad7a49ab8e)) +* **planner:** add temporary production campaigns ([4de0c03](https://github.com/ApocDev/pyops/commit/4de0c03e8c85a532c988770fef68f60df6f75956)) +* **scenario:** cache results and report solve progress ([0f4a1e7](https://github.com/ApocDev/pyops/commit/0f4a1e7bbdab65e2fad6c24badad0efe3fe9f5ff)) +* **solver:** balance temperature-qualified factory flows ([b5b1d2b](https://github.com/ApocDev/pyops/commit/b5b1d2b1efec19fba77816280eb33f7f97c85f1f)), closes [#158](https://github.com/ApocDev/pyops/issues/158) [#159](https://github.com/ApocDev/pyops/issues/159) + + +### Bug Fixes + +* **app:** harden dual-theme contrast ([a65de5e](https://github.com/ApocDev/pyops/commit/a65de5ede82a200ebb5c342655e5f3d46dd5f26a)), closes [#107](https://github.com/ApocDev/pyops/issues/107) +* **app:** restore home resource links ([44c5a11](https://github.com/ApocDev/pyops/commit/44c5a118a4dd70f3191e08cd2c7a4046fbf75799)) +* **app:** standardize display label casing ([3b299d0](https://github.com/ApocDev/pyops/commit/3b299d0b4a4cbb9d629bbfde93fe6ae583993062)) +* **block:** keep recipe controls available after solve errors ([49101e5](https://github.com/ApocDev/pyops/commit/49101e55dcea29842861a79c255ea12d47e7416e)) +* **block:** keep rows stable when favoriting fuel ([97e88cc](https://github.com/ApocDev/pyops/commit/97e88cc5833f073a666940dfcfbff3ef73dce529)) +* **data:** import Factorio product probabilities ([1964dfd](https://github.com/ApocDev/pyops/commit/1964dfdc9f60b2511b27758a6dd3d293bd1d80e9)) + ## [1.2.0](https://github.com/ApocDev/pyops/compare/v1.1.0...v1.2.0) (2026-07-14) diff --git a/app/package.json b/app/package.json index d7a442f0..fd2503e1 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "1.2.0", + "version": "1.3.0", "private": true, "type": "module", "imports": { diff --git a/app/src-tauri/Cargo.toml b/app/src-tauri/Cargo.toml index aef736d0..14c1070c 100644 --- a/app/src-tauri/Cargo.toml +++ b/app/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "1.2.0" +version = "1.3.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 cd244075..46a27c6a 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.2.0", + "version": "1.3.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 d5c171e5..0293055d 100644 --- a/mod/info.json +++ b/mod/info.json @@ -1,6 +1,6 @@ { "name": "pyops", - "version": "1.2.0", + "version": "1.3.0", "title": "PyOps", "author": "ApocDev", "factorio_version": "2.1", diff --git a/version.txt b/version.txt index 26aaba0e..f0bb29e7 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.2.0 +1.3.0