Releases: koderhut/safenotes
Releases · koderhut/safenotes
0.6.2
0.6.1
Features
- add flag to make storing into browser session the fetched note. this way we can disable storing the note anywhere.
0.6.0
Features
- add session storage for the notes on the client side - this fixes the issue with page reload and loosing the note
- add version command and info during build
- remove unnecessary commands
- refactor config file to proper YAML and pushed some JS settings to the react app
0.5.0
Features
- email notification for new note and opened note
- UI improvements after feedback
0.4.1
Bump websocket-extensions from 0.1.3 to 0.1.4 in /webapp/react Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/faye/websocket-extensions-node/releases) - [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4) Signed-off-by: dependabot[bot] <[email protected]>
0.4.0
- refactor of react front-end app
- ui improvements
- add license for react app
0.3.0
- adds self-destructing notes
- backend app refactoring
0.2.0
- update to UI
- code refactoring for both be and fe
- tests and CI with circleci