Releases: Cootz/PasswordManager
Releases · Cootz/PasswordManager
v2023.708.0
What's Changed
- Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.1 by @dependabot in #81
- Bump NUnit3TestAdapter from 4.4.2 to 4.5.0 by @dependabot in #82
- Bump Microsoft.NET.Test.Sdk from 17.6.1 to 17.6.2 by @dependabot in #84
- Bump Xamarin.UITest from 4.1.3 to 4.1.4 by @dependabot in #83
- Bump SharpHook from 4.2.0 to 4.2.1 by @dependabot in #87
- Add additional launch options by @Cootz in #91
- Hide password in profile view. by @Cootz in #92
- Bump Realm from 11.0.0 to 11.1.2 by @dependabot in #88
- Fix images disappearing during release by @Cootz
Full Changelog: v2023.602.0...v2023.708.0
Release v2023.602.0
What's Changed
- Fix different font size on register page by @Cootz in #59
- Add option to navigate back by pressing
Esc
by @Cootz in #60 - Add warning message before deleting service or profile by @Cootz in #62
- Fix test runner issues by @Cootz in #63
- FIx android app freezing on splash screen by @Cootz in #64
- Bump Realm from 10.21.1 to 11.0.0 by @dependabot in #61
- Rework initialization system by @Cootz in #65
- Remove data triggers as they are bugged out on android by @Cootz in #66
- Add Nuke by @Cootz in #67
- Add UI testing by @Cootz in #68
- Bump Nuke.Common from 7.0.1 to 7.0.2 by @dependabot in #69
- Bump NUnit3TestAdapter from 4.3.0 to 4.4.2 by @dependabot in #70
- Bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.6.0 by @dependabot in #71
- Bump coverlet.collector from 3.1.2 to 6.0.0 by @dependabot in #72
- Upload test results by @Cootz in #74
- Fix swipe to delete not working on andoid by @Cootz in #73
- Bump CommunityToolkit.Maui from 5.1.0 to 5.2.0 by @dependabot in #75
- Add auto publishing by @Cootz in #76, #78, #77, #79
Full Changelog: v2023.504.1...v2023.602.0
v2023.504.1
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 ofShell
. 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
intoDatabaseService
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
- @dependabot made their first contribution in #30
Full Changelog: v0.1.0-alpha...v2023.504.1
Alpha 0.1
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
toSqlite
Alpha 0.0.6
Merge pull request #2 from Cootz/dev Dev merge