Skip to content

Releases: AM2R-Community-Developers/Atomic

2.2.0

16 Mar 23:54
006e776
Compare
Choose a tag to compare

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

24 Dec 20:40
Compare
Choose a tag to compare

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

02 May 20:05
Compare
Choose a tag to compare

Small hotfix release, that fixes inconsistencies with custom save locations.

2.0.2

17 Apr 07:51
Compare
Choose a tag to compare

Fixes some VM build issues, courtesy of @Miepee.

2.0.1

14 Apr 07:54
Compare
Choose a tag to compare

Fixes a crash if AM2R.ini does not exist in the input APK for some reason (likely VM exports).

v2.0.0

26 Mar 11:04
8a08602
Compare
Choose a tag to compare

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

23 Mar 11:14
Compare
Choose a tag to compare
v2.0.0-pre1 Pre-release
Pre-release

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

13 Jan 05:39
Compare
Choose a tag to compare

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.

v1.0.0

12 Jan 06:41
aec3b2c
Compare
Choose a tag to compare

Android support is disabled due to errors on the receiving end of the toolchain (the AM2RLauncher). Otherwise, this is a feature-complete first release.