Releases: codeforpdx/PASS
Releases · codeforpdx/PASS
Version 0.5.1
Version 0.5.1
Testing version Release to keep track of changes instead of manually updating CHANGELOG. Since it hasn't been utilized before it's generating notes starting from the beginning, version 0.0.1
, up to Version 0.0.5.1
.
However, since it's recommended to follow the semantic versioning convention on GitHub, we're updating this from v0.0.5.1
to v0.5.1
.
Full Changelog: https://github.com/codeforpdx/PASS/commits/v0.5.1
What's Changed
- ReadMe/Onboarding Review by @danicaboe in #18
- Merging to dev potential React Migration by @leekahung in #19
- Merging recent commits from khl/PASS to Development by @leekahung in #24
- Organize technical documentation and onboarding(contributing) documentation for project by @leekahung in #26
- Merge to Development by @leekahung in #29
- Changes to /docs by @leekahung in #33
- Add build system + build on GH Actions by @k-mack in #31
- 1st merge to Master by @danicaboe in #30
- Deploy Master to GH Pages by @k-mack in #35
- Merge Development into Master to deploy to GH Pages by @k-mack in #36
- Updating README.md to replace build.yml to ci.yml by @leekahung in #41
- Fix typo in ci.yml by @k-mack in #42
- Issue 38/cross pod interactions by @leekahung in #40
- Updating JSDoc comments in codebase by @leekahung in #45
- Removing extra prettier config file .prettier.rc since .prettierrc.js… by @leekahung in #48
- Fixing id from login to logout in Logout.jsx by @leekahung in #52
- Merging Development to Master for Deployment by @leekahung in #50
- Disable Button when application runs by @leekahung in #54
- minor changes to vite.config.js and ci.yml to fix GH-pages integration by @Jared-Krajewski in #58
- Merging issue-55/general-code-review to Development; Includes guard rails for setDocAclPermission by @leekahung in #56
- Merge development into master with issue #55 updates by @Jared-Krajewski in #59
- Updating .gitignore for Vite by @leekahung in #61
- 62 chromes file explorer crashing application by @leekahung in #63
- Development to master to fix bug causing chrome crash by @Jared-Krajewski in #65
- Issue 66/refactoring form components by @leekahung in #67
- Issue 69/pass update files by @leekahung in #70
- Issue 69/update ttl file by @leekahung in #71
- Issue 72/user list management, Issue 73/refactoring, Issue 76/application routing by @leekahung in #74
- See change details in CHANGELOG.md v0.0.2 by @Jared-Krajewski in #78
- Issue 80/restore on refresh by @leekahung in #81
- Solid build thing updates by @leekahung in #83
- Separating loading of UserList and User's last active date by @leekahung in #84
- Issue 43/Confirmation dialogue for logout button by @emilysellers in #85
- Development by @Jared-Krajewski in #89
- Fixing potential redirect bug by @leekahung in #90
- Turning off rollup visualizer by @leekahung in #91
- Reverting package.json and package-lock.json back to v0.0.2 by @leekahung in #92
- Test to fix redirect on login auth by @Jared-Krajewski in #93
- Revert "Fixing potential redirect bug" by @leekahung in #94
- Updating package-lock.json by @htharker42 in #96
- Issue 34 - add caching for npm dependencies by @cotabas in #98
- Fixing typing errors in JSDoc by @leekahung in #100
- Add inactivity notification popup that toggles after 3 minutes of no … by @benzelcurry in #101
- Add some scripts and environment config to allow developers to easily use a local server. by @timbot1789 in #106
- Update to Issue 43 - Confirmation Modal for logout by @xscottxbrownx in #107
- Cross-pod Upload/Update functionality by @leekahung in #97
- Replacing BrowserRouter with HashRouter by @leekahung in #103
- Fixing ESLint Pathing by @leekahung in #114
- Issue 109/login styling updates by @andycwilliams in #111
- Issue 115/create footer component by @xscottxbrownx in #118
- Issue 119/logout issue by @leekahung in #120
- Fixing Prettier pathing by @leekahung in #122
- Adding @returns to updateTTLFile JSDoc by @leekahung in #125
- Add checksum to ttl documents + a little refactoring by @timbot1789 in #123
- A few changes to eslint config by @timbot1789 in #127
- Issue 110/appheader styling updates by @andycwilliams in #116
- Issue 112/create pass inbox by @benzelcurry in #128
- Issue 138/move logout login into navbar by @xscottxbrownx in #141
- Allow users to add cryptographically secure signatures to documents by @timbot1789 in #137
- Refactor form submission by @timbot1789 in #145
- adds new github action to add PASS project to issue on creation by @murphynd in #156
- WIP: Development barcode related to Issue #79 by @tomit4 in #139
- Issue 143/routes dropdown menu by @xscottxbrownx in #154
- Issue 144/enhance design and ux of inactivity notification by @benzelcurry in #166
- Merging Development into Master (Updating from v0.0.3 to v0.0.4) by @leekahung in #157
- Issue 130/search document styling updates by @andycwilliams in #131
- Issue-170/ Refactor Footer for decent mobile view by @xscottxbrownx in #172
- allow user to choose identity provider on signin by @timbot1789 in #167
- Issue 155/organizing utils by @leekahung in #171
- add margin to top of footer by @xscottxbrownx in #180
- Clean up warning messages in Github Actions by @timbot1789 in #181
- Optimizing functions in session-core and updating JSDoc comments by @leekahung in #183
- Development barcode by @tomit4 in #179
- Issue 140/render ttl messages by @leekahung in #148
- Issue 173/delete document styling updates by @andycwilliams in #178
- Optimizing functions in session-helper and updating JSDoc comments by @leekahung in #184
- Created function to build outbox when logging in for the first time by @leekahung in #186
- Issue 174/cross pod search styling updates by @andycwilliams in #187
- Issue 197/refactoring-routes by @leekahung in #198
- Issue 188/check permission styling updates by @andycwilliams in #193
- Issue 168/convert users to webids by @timbot1789 in #169
- Refactoring custom hooks by @leekahung in #204
- Replace UPLOAD_TYPES and FETCH_TYPES with INTERACTION_TYPES by @leekahung in #202
- Issue 194/set doc perms styling updates by @andycwilliams in #206
- Simplify Module Mocks in test cases by @timbot1789 in #211
- Issue 200/update generate container functions by @leekahung in #201
- Issue 195/set file perms styling updates by @andycwilliams in #210
- Issue 196/clients page by @xscottxbrownx in #209
- Issue 190/render message outbox by @leekahung in #191
- Update package-lock dependen...