Skip to content

Releases: PipeRift/SaveExtension

1.5 - Beta 2 (UE-5.3)

04 Oct 19:41
e51fb79
Compare
Choose a tag to compare
1.5 - Beta 2 (UE-5.3) Pre-release
Pre-release

Warning

  • Not backwards compatible!
  • Do not use in production!

What's Changed

  • Added GetSaveSlotByName by @muit in #82
  • 5.2 Update & SaveSlot refactor by @muit in #88
  • Refactor multithreading by @muit in #89
  • Support saving & loading subsystems by @muit in #91
  • Fix level filter pin by @muit in #93
  • Added player records and serialization by UniqueId by @muit in #94
  • CICD Builds by @muit in #95
  • Enabled CICD cache by @muit in #97

Full Changelog: 1.4...1.5.b2

1.4

09 Dec 21:25
Compare
Choose a tag to compare

1.4 is finally out!

Changes:

  • Improved documentation
  • Most known bugs have been fixed including crashes, multithreading issues, cross-level or packaging.
  • Performance improvements: Among other things, baking classes is more than 300 times faster
  • Saved slots are a single file
  • Saving based on names (SlotIds are now optional)
  • Custom slot name formatting
  • Presets as blueprints
  • Simplified save settings
  • Automation Testing on a big part of the plugin
  • Fixed linux builds
  • Content browser helpers

Join the release discussion and report any issues if you encounter them!

1.4-beta.2

26 Nov 20:55
Compare
Choose a tag to compare
1.4-beta.2 Pre-release
Pre-release

Second beta for 1.4. Unless new bugs are found, this will be 1.4's release.
Work is ongoing for documentation.

  • Many (many!) more fixes
  • Sustancial performance improvements
  • Single file saving
  • Saving based on names (SlotIds are now optional)
  • More

1.4-beta

27 Oct 23:18
Compare
Choose a tag to compare
1.4-beta Pre-release
Pre-release
Added Presets documentation, reorganized quick-start section

1.3

10 May 19:56
Compare
Choose a tag to compare
1.3
Updated CICD

1.3_beta.a

09 Sep 22:04
cb3aca0
Compare
Choose a tag to compare
1.3_beta.a Pre-release
Pre-release

This is an unstable version that includes part of the features planned for 1.3.

From the version number, beta.X means it is a beta version in alphabetical order.

1.2

06 Apr 19:57
Compare
Choose a tag to compare
1.2

New features:

  • Lifetime Components
  • Improved Notifications and subscriptions to events
  • Simplified docs
  • Save Manager is now a subsystem starting on 4.22

Fixes:

  • Nativization crash
  • Level Streaming crash
  • Multithreading crashes

Issues Closed:
https://github.com/PipeRift/SaveExtension/milestone/2?closed=1

1.1a

14 Jan 11:44
Compare
Choose a tag to compare

Small improvements for 1.1 release to marketplace

1.1

07 Jan 17:53
Compare
Choose a tag to compare
1.1

New features:

  • New async nodes
  • Cleaner C++ & BPs API
  • Multithreaded file saving & loading
  • Improved performance on loading
  • New multithreading system
  • Improved AI saving
  • Improved physics saving

Issues closed:
https://github.com/PipeRift/SaveExtension/milestone/1?closed=1

1.0d

09 Nov 22:11
Compare
Choose a tag to compare
  • Some fixes
  • Compiling on Mac
  • 4.21 support