File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# learner-credential-wallet Changelog
22
3+ ## 2.2.10 - build 107
4+
5+ ### Added
6+
7+ - New Help section on LCW for getting started #437
8+ - Support VC-API Interaction URL format in QR Code scanning
9+ #764
10+ - Add gallery to LCW website and repo
11+ #771
12+ - Look into using maestro for automated UI testing
13+ #918
14+ - Maestro UI Testing – “Learn more about the LCW” Link Flow
15+ #942
16+ - Maestro UI Testing – Issuer Information Flow
17+ #937
18+ - Maestro UI Testing – Credential Management Flow
19+ #928
20+ - Maestro UI Testing – Credential Verification Status Flow
21+ #941
22+ - Maestro UI Testing – About Screen Flow
23+ #940
24+ - Maestro UI Testing – Sign Out Flow
25+ #936
26+ - Maestro UI Testing – Profile Management Flow
27+ #932
28+ - Maestro UI Testing – Shared Credentials Flow
29+ #929
30+ - Create link on onboarding screen during password creation
31+ #806
32+
33+ ### Changed
34+ - LCW: Change linter library, update rules
35+ #615
36+
37+ ### Fixed
38+ - Links disabled for issuers that are in registry
39+ #914
40+ - Remove excess logs related to light/dark theme
41+ #913
42+
43+
344## 2.2.9 - build 103
445
546### Added
Original file line number Diff line number Diff line change 44 */
55const env = process . env
66
7- const BUILD_NUMBER = parseInt ( env . APP_BUILD_NUMBER ) || 103
8- const VERSION_NUMBER = env . APP_VERSION_NUMBER || '2.2.9 '
7+ const BUILD_NUMBER = parseInt ( env . APP_BUILD_NUMBER ) || 107
8+ const VERSION_NUMBER = env . APP_VERSION_NUMBER || '2.2.10 '
99
1010// Used by the 'Create Public Link' functionality
1111// If you have forked the LCW and are creating your own wallet app version,
You can’t perform that action at this time.
0 commit comments