Skip to content

Releases: enebin/Aespa

v0.5.2

28 Apr 06:18
334e5ab
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.1...0.5.2

v0.5.1

17 Mar 06:40
e50a92d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.5.1

v0.5.0

05 Dec 13:09
2e7e1e0
Compare
Choose a tag to compare
  • Change methods to use common interface like common, video, photo
  • Move autoVideoOrientationEnabled option to capture and startRecording

v0.4.2

28 Nov 13:11
420346a
Compare
Choose a tag to compare

0.4.2 is released! 🚀

v0.4.1

18 Nov 10:44
a48ff8c
Compare
Choose a tag to compare

0.4.1 is released! 🚀

  • Change some option's property to public

v0.4.0

15 Nov 09:50
fd108f0
Compare
Choose a tag to compare

0.4.0 is released! 🚀

v0.3.1

05 Jul 01:31
ff14219
Compare
Choose a tag to compare

0.3.1 is released! 🚀

PR #19

Bug Fixes

  • Fix the bug that photo is not saved to album

v0.3.0

30 Jun 05:02
1015107
Compare
Choose a tag to compare

0.3.0 is released! 🚀

PR #15

Enhancements

  • Added InteractivePreview which has more capabilities than Preview like tap-to-focus or pinch-zoom
  • Internalized the demo application for easier integration
  • Improved zooming functionality in the interactive preview
  • Improved focusing functionality for a smoother user experience
  • Linted the project and added comments for improved code readability
  • Added change monitoring for real-time updates on device settings
  • Added support for multi-threading operations for improved performance

Bug Fixes

  • Fixed failing tests ensuring software reliability

Documentation

  • Updated README files

Code Refactoring

  • Remove withError methods for better asynchronous context experience
  • Changed method names for improved code readability and understanding
  • Updated SwiftUI codes for alignment with the latest SwiftUI standards

v0.2.0

25 Jun 12:16
211845a
Compare
Choose a tag to compare

0.2.0 is released! 🚀

CHANGED

  • (Photo) Separate photo capture settings into methods.

ADDED

  • (Photo) Fetching photo files
  • (Photo) Add flash mode & red eye reduction option

and

  • Add tests.. Fix bugs...

In upcoming release...

  • Feature integration for SwiftUI preview

v0.1.2

21 Jun 13:16
Compare
Choose a tag to compare

0.1.2 is released!

ADDED

  • torchMode support when recording video (#8)
  • Caching to improve fetch speed
  • Unit tests for some cases

Beta features(can be buggy)

  • Photo capturing (#9)

In upcoming release...

  • Photo fetching
  • More quality assurance