You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release classic 4.2.1 hotfix for FS 1.21 copyFile log spam.
Stamp classic mod zips as 3.4.0.7 without changing the RF working-tree modDesc, and refresh plain-English update notes for GitHub/itch.
Co-authored-by: Cursor <cursoragent@cursor.com>
Copy file name to clipboardExpand all lines: README.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ Real-time farm management dashboard for **Farming Simulator 25** — a Windows d
10
10
11
11
| Download from Releases | Version |
12
12
|------------------------|---------|
13
-
|**`FS25-Farm-Dashboard-Setup-4.2.0.exe`**| Windows app |
13
+
|**`FS25-Farm-Dashboard-Setup-4.2.1.exe`**| Windows app |
14
14
|**`FS25_FarmDashboard.zip`**| FS25 mod |
15
15
16
-
**Current stable line:** App **4.2.0** · Mod **3.4.0.6**
16
+
**Current stable line (classic):** App **4.2.1** · Mod **3.4.0.7** — hotfix for Farming Simulator 1.21 copyFile log spam (see [release notes](docs/GITHUB_RELEASE_v4.2.1.md)).
17
17
18
18
Install **mod first**, load your save once, then install the app. See **[docs/INSTALL.md](docs/INSTALL.md)** (detailed) or the quick steps below.
19
19
@@ -28,9 +28,9 @@ Open the dashboard at **[http://localhost:8766](http://localhost:8766)** after s
28
28
|||
29
29
| --- | --- |
30
30
|**Home**|**Fields**|
31
-
|||
31
+
|||
32
32
|**Livestock**|**Productions**|
33
-
|||
33
+
|||
34
34
35
35
More UI shots and install screenshots: **[docs/USER_MANUAL.md](docs/USER_MANUAL.md)** · capture checklist: **[docs/SCREENSHOTS.md](docs/SCREENSHOTS.md)**
36
36
@@ -39,7 +39,7 @@ More UI shots and install screenshots: **[docs/USER_MANUAL.md](docs/USER_MANUAL.
39
39
## Quick install
40
40
41
41
1.**Mod** — Put **`FS25_FarmDashboard.zip`** in `Documents\My Games\FarmingSimulator2025\mods\`, enable on your save, **load the save once**.
42
-
2.**App** — Run **`FS25-Farm-Dashboard-Setup-4.2.0.exe`** from [Releases](https://github.com/WizardlyPayload/FarmHub/releases).
42
+
2.**App** — Run **`FS25-Farm-Dashboard-Setup-4.2.1.exe`** from [Releases](https://github.com/WizardlyPayload/FarmHub/releases).
43
43
3.**Configure** — **Settings → Servers & saves** (local path or FTP for dedicated servers).
@@ -54,30 +54,31 @@ This repository (**[FarmHub](https://github.com/WizardlyPayload/FarmHub)**) is *
54
54
|---------|------------|
55
55
|**[JoshWalki / FarmDashboard](https://github.com/JoshWalki/FarmDashboard)**| Original FS25 mod + web dashboard (**Josh Walki**) |
56
56
|**[WizardlyPayload / FS25-Farm-Dashboard](https://github.com/WizardlyPayload/FS25-Farm-Dashboard/releases)**| Public **2.0.0** release — Electron desktop fork of Josh’s work |
-**Fleet map** — live vehicle pins on the save's PDA overview map.
69
69
-**Storage** — silo stock with **moisture & grade**, correct names for mod-map and base-map commodities (incl. **Pig Food** and other sparse fill types); bale categories.
70
70
-**Fleet scope** — dealership showroom demos no longer clutter player farms on dedicated multiplayer saves.
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+30-4Lines changed: 30 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,45 @@
1
-
# Farm Dashboard — Changelog
1
+
# Farm Dashboard — Changelog
2
2
3
-
All notable changes to this project are recorded here. For GitHub release blurbs, see [GITHUB_RELEASE_v4.2.0.md](./GITHUB_RELEASE_v4.2.0.md) (current) · [GITHUB_RELEASE_v4.1.5.md](./GITHUB_RELEASE_v4.1.5.md) · [GITHUB_RELEASE_v4.1.0.md](./GITHUB_RELEASE_v4.1.0.md). For **network exposure and trust assumptions**, see [SECURITY.md](./SECURITY.md).
3
+
All notable changes to this project are recorded here. For GitHub release blurbs, see [GITHUB_RELEASE_v4.2.1.md](./GITHUB_RELEASE_v4.2.1.md) (current classic) · [GITHUB_RELEASE_v4.2.0.md](./GITHUB_RELEASE_v4.2.0.md) · [GITHUB_RELEASE_v4.1.5.md](./GITHUB_RELEASE_v4.1.5.md). For **network exposure and trust assumptions**, see [SECURITY.md](./SECURITY.md). Classic vs RF product lines: [COMPATIBILITY.md](./COMPATIBILITY.md).
**App:**`4.2.1` (`package.json`) · **Classic mod zip:**`3.4.0.7` · app requires **3.1.0.0+** via `modVersionPolicy.js`.
22
+
23
+
Public classic patch on the 4.2 / 3.4 line. Classic UI remains default (`useNewUi` false). This does **not** replace Realistic Farming edition 5.x (`latest-rf.yml`).
24
+
25
+
### Fixed (headline)
26
+
-**Farming Simulator 1.21 `copyFile` log spam** — After FS 1.21, the mod could flood the game log with repeated copyFile type errors while trying to save a map overview image. The copy now uses the correct yes/no (Bool) flag the engine expects, and a failed overview export is latched so it does not retry every cycle. Noisy logs / map-overview hiccup only — the game itself is not broken.
27
+
28
+
### Added
29
+
-**Dedicated join-as-client export mirror** — authority streams `data.json` to an opted-in MP client (`FarmDashboardExportEvent` / allowExportMirror); client writes local `modSettings\FS25_FarmDashboard\<slot>\data.json` for **Local** watch. **FTP remains Advanced** for empty / headless dedicated.
30
+
-**Setup join-as-client UX** — legacy Setup guides mirror / receive-server-export for dedicated without FTP.
31
+
32
+
### Fixed
33
+
-**Track A** merge and related test hardening for the 4.2.1 release line.
34
+
35
+
### Changed
36
+
- Classic public mod zip `3.4.0.6` → `3.4.0.7` (copyFile fix + export mirror + settings). Packaged with `package:mod:classic` so the RF working-tree modDesc can stay on the 5.x line.
- Install / user manual / wiki / itch copy for update steps from 4.2 / 3.4.0.6; join-as-client notes; see also [RELEASE_NOTE_JOIN_AS_CLIENT.md](./_internal/RELEASE_NOTE_JOIN_AS_CLIENT.md).
41
+
42
+
---
17
43
## 4.2.0 — Public release (storage, livestock, productions, notifications)
0 commit comments