Releases: ianpatt/skse64
v2.1.2
This is a preliminary build of SKSE64 with support for Skyrim SE 1.6.318, aka the Anniversary Edition. The plugin manager has been updated with a new versioning system to handle post-AE plugins. If you are a plugin developer, please read PluginAPI.h for the breaking change regarding how plugins report their versions and compatibility with different runtimes.
- fixed crashes with the alchemy desk
- enabled plugin manager with new version check implementation
v2.1.1
This is a preliminary build of SKSE64 with support for Skyrim SE 1.6.318, aka the Anniversary Edition. All of the hooks tested as working, the Papyrus extensions seem to be OKish but I don't have complete test coverage. At the very least you can keep using Todd's favorite mod (SkyUI) without problems. The primary feature that is missing is the plugin manager, which is currently disabled until I can rewrite the system that handles plugin compatibility checks. Plugin developers can build local versions with it enabled, but keep in mind that the version check code is going to change.
v2.1.0
This is a preliminary build of SKSE64 with support for Skyrim SE 1.6.317, aka the Anniversary Edition. All of the hooks tested as working, the Papyrus extensions seem to be OKish but I don't have complete test coverage. At the very least you can keep using Todd's favorite mod (SkyUI) without problems. The primary feature that is missing is the plugin manager, which is currently disabled until I can rewrite the system that handles plugin compatibility checks. Plugin developers can build local versions with it enabled, but keep in mind that the version check code is going to change.