This repository was archived by the owner on Aug 11, 2023. It is now read-only.
v0.5.2
Features
Bug Fixes
- fix encrypt repeatly (Rekord)
- fix eslint error (Rekord)
- fix public-key expire (Rekord)
- fix state.friends was null (Rekord)
- fix group message push error (Rekord)
- fix updateTime is null when push message on local (Rekord)
- fix time zone inconsistence (Rekord)
Documentation
Styles
- auto ellipsis for audio file name (Rekord)
Code Refactoring
- put common style to styles dir (Rekord)
- separate EditDrawer component (Rekord)
- separate specific message type (Rekord)
- refactor message option & support video (Rekord)
Performance Improvements
- put the jwt into sessionStorage (Rekord)
- cache public-key #56 (Rekord)
- encrypt username and password of sessionStorage #56 (Rekord)
- support audio and no need to define another message type (Rekord)
Builds
- release v0.5.1 (github-actions[bot])
Chores
- deps-dev: bump sass from 1.60.0 to 1.62.0 #47 (dependabot[bot])
- deps-dev: bump eslint-plugin-vue from 9.10.0 to 9.11.0 #48 (dependabot[bot])
- deps: bump axios from 1.3.4 to 1.3.5 #42 (dependabot[bot])
- deps-dev: bump eslint from 8.37.0 to 8.39.0 #52 (dependabot[bot])
- deps: bump core-js from 3.29.1 to 3.30.1 #46 (dependabot[bot])
- adapte backend file api (Rekord)
Reverts
- do not encrypt data of sessionStorage (Rekord)