Skip to content

Releases: pokeghosst/pokebook

v3.1.0 - "Carrot Cake"

17 Aug 13:49
9a0c8cd
Compare
Choose a tag to compare

[v3.1.0] - 2024-08-17

Added

  • Poem buffer (#21)
  • Sticky toolbar
  • Neo, a new default theme pair
  • Variable font size for poem and note

Changed

  • Remove rhyme highlighting functionality from PokeHelp
  • Refactor share actions for toolbar
  • Pads are now editable when opening the previously saved poem
  • Migrate icons to Lucide

Fixed

  • Bump outdated dependencies
  • Migrate to Bun
  • Hotkeys are not captured when focus is on input or textarea (#8)
  • Workspace chunk is too big (#9)
  • Wrong colors for poem stats and syllables in dark mode (#11)
  • Display toast after saving edited poem
  • Improve and sync localizations
  • Styling fixes

v3.0.0 - "Mille-feuille"

14 Mar 20:04
Compare
Choose a tag to compare

[v3.0.0] - 2024-03-14

Added

  • Standardized API endpoints for cloud providers
  • Toast notifications with Svelte French Toast (#63)
  • Mobile sharing with Capacitor Share API (#61)
  • Dropbox storage option (#67)
  • Keyboard shortcuts (#65)
  • New sidebar menu

Changed

  • Major refactoring and cleanup
  • Removed TailwindCSS
  • Refactored styles to SASS
  • Now storing poem and note in XML file (#68)
  • Brought back Google Drive integration
  • Simplified PokeHelp mode, removed reducing poem groups based on Levenstein distance

Fixed

  • Refactored storage functions into separate TypeScript modules
  • Poor internationalization implementation
  • Poem and note pads auto sizing
  • Style cohesiveness
  • Small fixes and improvements