Releases: AM2R-Community-Developers/Atomic
2.2.0
Some nice QoL things, mainly new Settings and our flatpak actually working now.
Dependencies
Windows users: You now need to have .NET 8 (or later) installed in order to run this tool.
Linux users: You need to have .NET 8 (or later) and xdelta (refer to your package manager) installed in order to run this tool.
A Java runtime is additionally needed if you use the Android functions.
Full Changelog:
- Added: Show error messages if Atomic crashes
- Added: Mod names will now have leading/trailing whitespace trimmed
- Added: Localization Support. Atomic should be mostly localized into English, German, Japanese, Italian, Spanish, Portuguese, Chinese and Russian.
- Added: Option to remember the last used field content
- Changed: MessageBoxes will now make the main window inactive.
- Changed: Atomic now requires dotnet8 instead of dotnet6
- Fixed: macOS builds should now work
- Fixed: Using custom save location now works when you have a non-C drive on Windows as your system drive
- Fixed: Launching Atomic from a flatpak should now work.
2.1.0
A complete UI rewrite and rebranding!
The AM2RModPacker is now called Atomic (AM2R Tool: Organized Modpacker in C#), and the whole UI was completely rewritten in Eto to allow non-Windows OS to run this too!
For a more complete feature list:
- The tool is now completely resizable
- The space between the left side and right side is now adjustable via a splitter
- The option to make Mods compatible with the experimental Mac AM2RLauncher was added
- Making the Mod compatible with the Windows AM2RLauncher is now not required anymore
- A bunch of refactoring under the hood, although these should not have caused any user facing changes
Dependencies
Windows users: You now need to have .NET 6 (or later) installed in order to run this tool.
Linux users: You need to have .NET 6 (or later) and xdelta (refer to your package manager) installed in order to run this tool.
A Java runtime is additionally needed if you use the Android functions.
2.0.3
2.0.2
2.0.1
v2.0.0
Changes:
- Added version field
- Added mod notes field
- Improved save directory field
- Added Android support
- Added Linux support
- Changed from JSON to XML in anticipation of the AM2RLauncher rewrite.
Fixes:
- None from the last release, this tool was surprisingly stable for something I hacked together so quickly.
v2.0.0-pre1
Pre-release build based on the XML branch for use with the upcoming AM2RLauncher v2.0.
Mods created with this will not work with the AM2RLauncher v1.2! You have been warned.
v1.0.1
Android is still non-functional - this will be remedied in the eventual 1.1.x release, following semantic versioning.
Fixes/changes:
- Disabled window resizing.
- Fixed incorrect file dialog messages.
- Optimized form performance.
- Limited mod and author names to 30 characters.
- Fixed namespace to match repository branding.