Skip to content

Latest commit

 

History

History
73 lines (51 loc) · 1.84 KB

Changelog.md

File metadata and controls

73 lines (51 loc) · 1.84 KB

[0.6.0] - October 06, 2024

  • Add Google Sign In Authentication
  • Save guest notes in local storage
  • Add more options for notes
  • Integrate Gemini to summarize and rename the log
  • Add PWA Support
  • Improve Responsiveness of the app
  • And lots of minor fixes and improvements

[0.5.4] - July 31, 2024

  • Add Edit feature

[0.5.3] - July 13, 2024

  • Adds Authentication Issue #37 With Cloud Sync
  • Add new log and toggle theme keyboard shortcut

[0.5.2] - July 12, 2024

Adds Following Shortcuts

  • Shift + Tab in a code block for selected text should remove tabs
  • Return Key continues ordered/unordered list from previous line
  • Toggle Sidebar ctrl + m
  • Add Keyboard Shortcuts Guide in Sidebar

[0.5.1] - July 02, 2024

  • Apply text formatting to trimmed text on keyboard shortcuts
  • add tooltip to gemini icon
  • fix share dialog UI
  • add import icon
  • fix policies text color
  • Summary is local Only
  • fix: horizontal line was not visible
  • update summary prompt
  • Fix undo redo of the Editor

[0.5.0] - Jun 29, 2024

  • Summarize log using Gemini

[0.4.1] - Jun 27, 2024

  • Fix line breaks in the log
  • Improve the landingpage UI
  • Added a new Logo

[0.4.0] - Jun 26, 2024

[0.3.0] - Jun 25, 2024

  • Adds Keyboard Shortcuts
  • Add a realtime banner to show info/warning/success
  • Add a toast for success/error
  • Fix inline code showing single backtick
  • Add a option to Republish

[0.2.0] - Jun 22, 2024

  • Remove Delete from firestore
  • Add a delete confirmation Dialog
  • improve the DatePicker UI
  • Stick the navbar at top

[0.1.0] - Jun 20, 2024

  • Initial release ported to NextJS 14