Skip to content

Version 3.0.9#65

Open
normanr wants to merge 101 commits intoTimberborn-Modding-Central:mainfrom
normanr:main
Open

Version 3.0.9#65
normanr wants to merge 101 commits intoTimberborn-Modding-Central:mainfrom
normanr:main

Conversation

@normanr
Copy link
Copy Markdown

@normanr normanr commented May 6, 2025

This isn't the latest code (3.0.4), but it's newer than the main repo has at the moment, so probably worth pulling This includes Tobbert's changes for Update 6 and Update 7, and my changes for Version 1.0. Please don't squash the commits (in fact just doing a fast forward would be perfectly fine with me).

…ing populated

Dictionary only populates value creating the entry and populating the key, so concurrent access to a dictionary value could return a null value. Use a ConcurrentDictionary instead to avoid this.
If two files had identical version strings then only the first would be considered for version status. This switches the lookup to be by file id so that the status is shown correctly.
The refresh is only triggered if the list is currently filtered to mods that can be updated.
…directory

There's only supposed to be a manifest in the origin path, not in the version directories.
@normanr normanr marked this pull request as draft February 6, 2026 21:00
@normanr normanr marked this pull request as ready for review February 6, 2026 21:00
@normanr normanr changed the title Version 3.0.6 Version 3.0.8 Feb 6, 2026
@normanr normanr changed the title Version 3.0.8 Version 3.0.9 Mar 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants