From 44154a9a7d12c3e99c9536a3bb6eebc2eb875f3f Mon Sep 17 00:00:00 2001 From: Dennis Schmitt Date: Thu, 11 Jul 2024 16:04:18 +0200 Subject: [PATCH 1/4] Fixed issue for saving the `hudColor.xml` on macs #4 --- CHANGELOG.md | 1 + FS22_HudColor/src/hudcolorgui.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 932dc3c..7d9c297 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +- Fixed an issue for saving the `hudColor.xml` on macs ## [1.0.0.0] - 2024-07-10 diff --git a/FS22_HudColor/src/hudcolorgui.lua b/FS22_HudColor/src/hudcolorgui.lua index 5ba9b58..44d3736 100644 --- a/FS22_HudColor/src/hudcolorgui.lua +++ b/FS22_HudColor/src/hudcolorgui.lua @@ -10,7 +10,7 @@ -- HudColorGui = { MOD_DIRECTORY = g_currentModDirectory, - MOD_SETTINGS_DIRECTORY = g_currentModSettingsDirectory .. '../', + MOD_SETTINGS_DIRECTORY = getUserProfileAppPath() .. 'modSettings/', MOD_SETTINGS_FILENAME = 'hudcolor.xml', MOD_SETTINGS_XML_ROOT_NODE = 'settings', CURRENT_MOD = g_currentModName or 'unknown', From 7570feef616c4e784e04d0212c0b2d09504b04fe Mon Sep 17 00:00:00 2001 From: Dennis Schmitt Date: Thu, 11 Jul 2024 16:24:37 +0200 Subject: [PATCH 2/4] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d9c297..ad3476d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] -- Fixed an issue for saving the `hudColor.xml` on macs +- Fixed an issue for saving the `hudColor.xml` on macs for [#4](https://github.com/Peppie84/FS22_HudColor/issues/4) ## [1.0.0.0] - 2024-07-10 From fa495d9de8db60936fd6f6cfad2f1a95ba81e9d9 Mon Sep 17 00:00:00 2001 From: Dennis Schmitt Date: Mon, 29 Jul 2024 15:15:28 +0200 Subject: [PATCH 3/4] pre-release v1.0.0.1 --- CHANGELOG.md | 3 +++ FS22_HudColor/modDesc.xml | 44 ++++++++++++++++++++++----------------- README.md | 2 +- 3 files changed, 29 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad3476d..6259741 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] + + +## [1.0.0.1] - 2024-07-10 - Fixed an issue for saving the `hudColor.xml` on macs for [#4](https://github.com/Peppie84/FS22_HudColor/issues/4) diff --git a/FS22_HudColor/modDesc.xml b/FS22_HudColor/modDesc.xml index 9bebae3..23e912a 100644 --- a/FS22_HudColor/modDesc.xml +++ b/FS22_HudColor/modDesc.xml @@ -1,12 +1,12 @@ - - - Peppie84 - 1.0.0.0 - - <en>Hud Color</en> - <de>Hud Einfärben</de> - - + + + Peppie84 + 1.0.0.1 + + <en>Hud Color</en> + <de>Hud Einfärben</de> + + GitHub. -]]> +]]> GitHub. -]]> - - icon_HudColor.dds - - - - - - \ No newline at end of file +]]> + + icon_HudColor.dds + + + + + + diff --git a/README.md b/README.md index cb29caa..8a88990 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@
[![FarmingSimulator-22](https://img.shields.io/badge/FarmingSimulator-22-blue?style=flat-square)](https://www.farming-simulator.com/) -[![Modhub Version](https://img.shields.io/badge/Modhub-v1.0.0.0-green?style=flat-square)](https://www.farming-simulator.com/mod.php?mod_id=295129) +[![Modhub Version](https://img.shields.io/badge/Modhub-v1.0.0.1-green?style=flat-square)](https://www.farming-simulator.com/mod.php?mod_id=295129) [![GitHub issues](https://img.shields.io/github/issues/Peppie84/FS22_HudColor?style=flat-square)](https://github.com/Peppie84/FS22_HudColor/issues) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue?style=flat-square)](https://www.gnu.org/licenses/gpl-3.0) [![Last commit](https://img.shields.io/github/last-commit/Peppie84/FS22_HudColor?style=flat-square&color=important)](https://github.com/Peppie84/FS22_HudColor/commits/development) From add07f89316659c6f83a128ca13e1171e669907f Mon Sep 17 00:00:00 2001 From: Dennis Schmitt Date: Tue, 30 Jul 2024 17:43:58 +0200 Subject: [PATCH 4/4] update changelog --- CHANGELOG.md | 2 +- FS22_HudColor/modDesc.xml | 38 +++++++++++++++++++------------------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6259741..88740f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] -## [1.0.0.1] - 2024-07-10 +## [1.0.0.1] - 2024-07-30 - Fixed an issue for saving the `hudColor.xml` on macs for [#4](https://github.com/Peppie84/FS22_HudColor/issues/4) diff --git a/FS22_HudColor/modDesc.xml b/FS22_HudColor/modDesc.xml index 23e912a..9e8e862 100644 --- a/FS22_HudColor/modDesc.xml +++ b/FS22_HudColor/modDesc.xml @@ -1,12 +1,12 @@ - - - Peppie84 - 1.0.0.1 - - <en>Hud Color</en> - <de>Hud Einfärben</de> - - + + + Peppie84 + 1.0.0.1 + + <en>Hud Color</en> + <de>Hud Einfärben</de> + + GitHub. -]]> +]]> GitHub. -]]> - - icon_HudColor.dds - - - - - - +]]> + + icon_HudColor.dds + + + + + + \ No newline at end of file