Skip to content

Commit

Permalink
Merge pull request #8 from Peppie84/development
Browse files Browse the repository at this point in the history
Release v1.0.0.1
  • Loading branch information
Peppie84 authored Jul 30, 2024
2 parents 2b2c182 + b568d40 commit ce6cb1e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased]


## [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)


## [1.0.0.0] - 2024-07-10
- Initial release (https://www.farming-simulator.com/mod.php?mod_id=295129)
8 changes: 7 additions & 1 deletion FS22_HudColor/modDesc.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<modDesc descVersion="80">
<author>Peppie84</author>
<version>1.0.0.0</version>
<version>1.0.0.1</version>
<title>
<en>Hud Color</en>
<de>Hud Einfärben</de>
Expand All @@ -16,6 +16,9 @@ With this mod you can change the color of the players-hud. There are a total of
- gray
- green
Changelog v1.0.0.1
- Fix for saving the HudColor settings on mac
For more information, help, and reporting issues please visit <a href='https://github.com/Peppie84/FS22_HudColor'>GitHub</a>.
]]></en>
<de><![CDATA[
Expand All @@ -27,6 +30,9 @@ Mit dieser Mod kann das Spieler-Hud in eine andere Farbe gefärbt werden. Zur Au
- grau
- grün
Changelog v1.0.0.1
- Fix für das Speichern der HudColor-Settings auf Macs
Weitere Informationen, Hilfe und Probleme melden findest Du unter <a href='https://github.com/Peppie84/FS22_HudColor'>GitHub</a>.
]]></de>
</description>
Expand Down
2 changes: 1 addition & 1 deletion FS22_HudColor/src/hudcolorgui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div align="center">

[![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)
Expand Down

0 comments on commit ce6cb1e

Please sign in to comment.