Skip to content

Commit

Permalink
All entry form fields optional (#21)
Browse files Browse the repository at this point in the history
* Making all entry form fields optional; removed requied flag use

* Tauri and mui upgraded; Fixed unique key requirements warning while switching the entry category selection

* Added the current release notes

* Core api v0.12.0 used

* updated release notes for tauri and mui upgrade
  • Loading branch information
jeyasankar authored Feb 14, 2024
1 parent 7a61c81 commit ce97f1b
Show file tree
Hide file tree
Showing 9 changed files with 931 additions and 695 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 0.11.0
- Entry form fields are now optional except the title. An entry can be created without entering any values in the fields
- Upgraded backend tauri and frotend mui packages to the latest versions
- Fixed a bug in xml parsing module

### 0.10.0
- Entry listing can now be sorted based on Title or Modified time or Created time
- Added Tags based entry category for listing entries
Expand Down
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "onekeepass-frontend",
"version": "0.9.0",
"version": "0.11.0",
"private": true,
"devDependencies": {
"@fontsource/roboto": "^4.5.7",
"@tauri-apps/cli": "^1.5.1",
"@tauri-apps/cli": "^1.5.9",
"trim-newlines": "^4.0.2",
"webpack": "^5.55.1",
"webpack-cli": "^4.8.0"
Expand All @@ -14,13 +14,14 @@
},
"dependencies": {
"@date-io/date-fns": "^2.11.0",
"@emotion/react": "^11.11.1",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.11",
"@mui/lab": "^5.0.0-alpha.146",
"@mui/material": "^5.14.11",
"@mui/x-date-pickers": "^6.16.0",
"@tauri-apps/api": "^1.5.0",
"@mui/icons-material": "^5.15.9",
"@mui/lab": "^5.0.0-alpha.165",
"@mui/material": "^5.15.9",
"@mui/x-date-pickers": "^6.19.4",
"@mui/x-tree-view": "^6.17.0",
"@tauri-apps/api": "^1.5.3",
"date-fns": "^2.25.0",
"onekeepass-local": "file:./src-js",
"react": "^18.2.0",
Expand Down
Loading

0 comments on commit ce97f1b

Please sign in to comment.