Skip to content

Releases: koderhut/safenotes

0.6.2

07 Mar 18:57
Compare
Choose a tag to compare
  • update dependencies
  • add security patches

0.6.1

11 Apr 19:13
Compare
Choose a tag to compare

Features

  • add flag to make storing into browser session the fetched note. this way we can disable storing the note anywhere.

0.6.0

15 Nov 18:17
Compare
Choose a tag to compare

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

31 Jul 13:58
Compare
Choose a tag to compare

Features

  • email notification for new note and opened note
  • UI improvements after feedback

0.4.1

09 Jun 11:50
Compare
Choose a tag to compare
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] <support@github.com>

0.4.0

09 Jun 10:29
Compare
Choose a tag to compare
  • refactor of react front-end app
  • ui improvements
  • add license for react app

0.3.0

28 May 11:58
Compare
Choose a tag to compare
  • adds self-destructing notes
  • backend app refactoring

0.2.0

25 May 13:56
Compare
Choose a tag to compare
  • update to UI
  • code refactoring for both be and fe
  • tests and CI with circleci