Skip to content

Releases: Telltale-Modding-Group/IMAP-Editor

IMAP-Editor_v103

19 Mar 01:17
Compare
Choose a tag to compare

Summary

The third release of the application, another hotfix release. Main issue with LibTelltale crashing when opening .imap files fixed (dll was compiled in a debug rather than a release config).

Once again this is a release build, so there is a rather small chance bugs/issues might be encountered. However, as of testing it I can't seem to run into any issues and it's rather stable. If you do happen to come across any bugs/issues please read this and it will guide you on how to report an issue to us.

Help

If you need any help with the application you can go here.

INSTALLATION (REQUIRED)

Changelog

  • [Fix] LibTelltale crashing when opening an .imap file.
  • [Fix] Long imap paths overflowing in the UI on both the Open window and the main window.
  • [Changed] imap UI entry fields are both disabled and hidden now when an imap entry is not selected.
  • [Added] UI App Theme Toggle (Light/Dark mode)

DOWNLOAD ONLY "imap-v103.zip" NOT THE SOURCE CODE

IMAP-Editor_v102

17 Mar 13:59
Compare
Choose a tag to compare

Summary

The third release of the application, a hotfix release. The first/second build (since it was built on .NET Core) required some dependencies that if the user didn't install, the app wouldn't run. Reconfigured the build to be fully self-contained so those extra dependencies are not required by the user to install.

Once again this is a release build, so there is a rather small chance bugs/issues might be encountered. However, as of testing it I can't seem to run into any issues and it's rather stable. If you do happen to come across any bugs/issues please read this and it will guide you on how to report an issue to us.

Help

If you need any help with the application you can go here.

Changelog

  • Reconfigured build option to be strictly x64 (required for LibTelltale to work)
  • Reconfigured build to be fully self-contained (any .net core dependencies are now embedded in the exe)

DOWNLOAD ONLY "imap-v102.zip" NOT THE SOURCE CODE

IMAP-Editor_v101 (deprecated)

17 Mar 13:15
Compare
Choose a tag to compare

Summary

The second release of the application, a hotfix release. The first build (since it was built on .NET Core) required some dependencies that if the user didn't install, the app wouldn't run. Reconfigured the build to be fully self-contained so those extra dependencies are not required by the user to install.

Once again this is a release build, so there is a rather small chance bugs/issues might be encountered. However, as of testing it I can't seem to run into any issues and it's rather stable. If you do happen to come across any bugs/issues please read this and it will guide you on how to report an issue to us.

(deprecated) I released a new build that fixes the build config so it's fully self-contained. This first build requires dependencies to be installed, or else the app won't run. So the new build is now self-contained.

Help

If you need any help with the application you can go here.

Changelog

  • Reconfigured build option from strictly x64 to both x64 and x86 (might change later)
  • Reconfigured build to be fully self-contained (any .net core dependencies are now embedded in the exe)

Removed due to incorrect build config

IMAP-Editor_v100 (deprecated)

16 Mar 22:49
Compare
Choose a tag to compare

Summary

First public release of the IMAP Editor application. This is a release build, so there is a small chance bugs/issues might be encountered. However, as of testing it I can't seem to run into any issues and it's rather stable.

(deprecated) I released a new build that fixes the build config so it's fully self-contained. This first build requires dependencies to be installed, or else the app won't run. So the new build is now self-contained.

Help

If you need any help with the application you can go here. If you do happen to come across any bugs/issues please read this and it will guide you on how to report an issue to us.

Changelog

  • First public release

Removed due to incorrect build config