Skip to content

Releases: Cootz/PasswordManager

v2023.708.0

08 Jul 05:48
d7364e3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2023.602.0...v2023.708.0

Release v2023.602.0

02 Jun 13:43
ab7ba9f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2023.504.1...v2023.602.0

v2023.504.1

04 May 13:40
042265f
Compare
Choose a tag to compare

What's Changed

  • Added realm. Update CodeQl by @Cootz in #8
  • Add Unit tests. Add background dependecy loading by @Cootz in #9
  • Tests added. Rework Profile list UI. Cleanup code. by @Cootz in #10
  • Add DI. Update UI. Fix some issues with database. by @Cootz in #12
  • Add INavigationService instead of Shell. Add ViewModel testing. Cleanup code a bit by @Cootz in #13
  • Increase code test coverage by @Cootz in #14
  • Change storage system. Add more comments by @Cootz in #15
  • Fix app freezing on boot by @Cootz in #16
  • Add settings option by @Cootz in #17
  • Add SettingRow control by @Cootz in #18
  • Encapsulate IContorller into DatabaseService for the security purpose by @Cootz in #19
  • Add custom services by @Cootz in #20
  • Add settings list by @Cootz in #22
  • Lock fly-out for desktop and ulock for phone by @Cootz in #23
  • GitHub actions rework by @Cootz in #24
  • Delete service by @Cootz in #25
  • Fix realm in testing by @Cootz in #26
  • Improve code comments by @Cootz in #27
  • Encrypt realm by @Cootz in #28
  • Remove MockNavigationService. Use Moq instead by @Cootz in #29
  • Bump NUnit.Analyzers from 3.6.0 to 3.6.1 by @dependabot in #30
  • Add search option by @Cootz in #31
  • Migrate to nsubstitude by @Cootz in #32
  • Add more ViewModel testing by @Cootz in #33
  • Rework github actions by @Cootz in #34
  • Fix backup manager crashing app by @Cootz in #35
  • Bump Realm from 10.20.0 to 10.21.0 by @dependabot in #36
  • Add password authentication by @Cootz in #37
  • Compress backups by @Cootz in #40
  • Show more profile info by @Cootz in #41
  • Update pages titles by @Cootz in #42
  • Fix SettingViewModelTest throwing "Attempted to access detached row" by @Cootz in #39
  • Add placeholder for search bar by @Cootz in #43
  • Add ability to login by pressing enter by @Cootz in #44
  • Fix hook being active out of the app by @Cootz in #45
  • Bump Realm from 10.21.0 to 10.21.1 by @dependabot in #47
  • Rework validation by @Cootz in #46
  • Refactor code with ReSharper by @Cootz in #48
  • Use NSubstitute .Recieved method to assert recieved calls by @Cootz in #49
  • Fix custom control throwing xaml errors by @Cootz in #51
  • Add copy buttons to profile page by @Cootz in #52
  • Bump CommunityToolkit.Mvvm from 8.1.0 to 8.2.0 by @dependabot in #53
  • Rework settings. Add app theme option by @Cootz in #54
  • Remove database delay in testing by @Cootz in #55
  • Remove Swipeview for windows users by @Cootz in #56
  • Quick fix tap gesture on windows by @Cootz in #57

New Contributors

Full Changelog: v0.1.0-alpha...v2023.504.1

Alpha 0.1

03 Feb 12:37
0de1b3a
Compare
Choose a tag to compare

What's new?

  • Pages navigation
  • UI update
  • Framework changed from windows only (WPF) to cross-platform (MAUI)
  • Now you can add passwords!
  • Database changed from Sqlc to Sqlite

Alpha 0.0.6

14 Nov 21:07
925e06f
Compare
Choose a tag to compare
Merge pull request #2 from Cootz/dev

Dev merge