Skip to content

Commit 0e2ef91

Browse files
authored
Merge pull request #173 from ApocDev/release-please--branches--main
chore(main): release 1.5.0
2 parents 839a536 + 47a5e90 commit 0e2ef91

7 files changed

Lines changed: 19 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.4.0"
2+
".": "1.5.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/ApocDev/pyops/compare/v1.4.0...v1.5.0) (2026-08-11)
4+
5+
6+
### Features
7+
8+
* **app:** let block flow nodes be dragged and remember where you put them ([e381324](https://github.com/ApocDev/pyops/commit/e38132440f8bde9d92096339767f891589a9c953))
9+
* **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)
10+
11+
12+
### Bug Fixes
13+
14+
* **factory:** persist board positions only for nodes that actually moved ([9cd36f5](https://github.com/ApocDev/pyops/commit/9cd36f5355f21abe74f623355f2c035fccc7007c))
15+
316
## [1.4.0](https://github.com/ApocDev/pyops/compare/v1.3.0...v1.4.0) (2026-08-06)
417

518

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"private": true,
55
"type": "module",
66
"imports": {

app/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "app"
3-
version = "1.4.0"
3+
version = "1.5.0"
44
description = "A Tauri App"
55
authors = ["you"]
66
license = ""

app/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "PyOps",
4-
"version": "1.4.0",
4+
"version": "1.5.0",
55
"identifier": "com.apocdev.pyops",
66
"build": {
77
"beforeDevCommand": "PORT=34115 HOST=127.0.0.1 node .output/server/index.mjs",

mod/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pyops",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"title": "PyOps",
55
"author": "ApocDev",
66
"factorio_version": "2.1",

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.0
1+
1.5.0

0 commit comments

Comments
 (0)