Releases: Iaenhaall/UndoController
Releases · Iaenhaall/UndoController
v1.3.0
Added support for the Swift Package Manager.
Also:
- Added @ViewBuilder wrapper to content parameter;
- Small UI improvements;
- Implemented calling the timer action when the app is terminated;
- Added the application icon.
v1.2
- Changed content displayed inside UndoController. Instead of
Text
AnyView
can be displayed.
- Also animations have been improved.
v1.1
- Added the Hide method.
- Repeated call of Show method executes timerAction closure from previous method call.
- Small UI improvements.