Skip to content

Releases: taniarascia/takenote

v0.7.1

26 Oct 00:01
Compare
Choose a tag to compare

Add GitHub integration.

Changed

  • Add code for integrating GitHub sync (#389)
  • Create demo mode for takenote.dev deployment
  • Add tests for selectors
  • Hide note list in Scratchpad view
  • Localized dates
  • Various bug fixes
  • Additional settings

v0.6.0

20 Oct 02:39
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

Upgrade to webpack 5.

Changed

  • Updated all packages, notable webpack 4 to webpack 5
  • Updated webpack config to reflect breaking changes
  • Manually brought in polyfills for Node packages that are no longer polyfilled by webpack
  • Moved settings to bottom of app sidebar
  • Removed sync button
  • Removed unnecessary patches

v0.5.0

22 Feb 22:42
7be2b7b
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Initialization of GitHub authentication. See #256.

Added

  • Log in/log out functionality implemented using GitHub OAuth

Changed

  • Refactored large files into smaller components
  • Added folder structure and technologies to README
  • Modify deployment scripts and Dockerfile to allow local development with GitHub authentication
  • Prompt to confirm exit added when notes have not yet been synced

v0.4.0

04 Feb 02:39
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Initialization of Express backend server, and initial tag/release on GitHub. See #223.

Added

  • Created CHANGELOG.md
  • Added Node/TypeScript backend for REST API calls
  • Created CI/CD pipeline with deploy.sh, .travis.yml and Dockerfile

Changed

  • Migrated website from Netlify to DigitalOcean
  • Added instructions for new local development to README
  • Removed Netlify badge from README
  • Removed Create React App and replaced with custom Webpack setup

Removed

  • Removed Service Worker due to the application no longer being fully client side