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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.4.0"
".": "1.5.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "1.4.0",
"version": "1.5.0",
"private": true,
"type": "module",
"imports": {
Expand Down
2 changes: 1 addition & 1 deletion app/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "app"
version = "1.4.0"
version = "1.5.0"
description = "A Tauri App"
authors = ["you"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion app/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion mod/info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pyops",
"version": "1.4.0",
"version": "1.5.0",
"title": "PyOps",
"author": "ApocDev",
"factorio_version": "2.1",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0
1.5.0
Loading