Skip to content

Releases: abhay-ramesh/Wordmark

Wordmark v0.2.0

09 May 08:55

Choose a tag to compare

Wordmark v0.2.0

This release brings major improvements to Wordmark, enhancing the user experience with new features, additional font providers, and improved workflow.

What's New

Added

  • Download loading indicators to improve user experience
  • Custom filename format including text content when downloading
  • Zustand state management for download status
  • Command Palette for quick access to features
  • Keyboard shortcuts for improved workflow
  • Multiple font provider integrations (Adobe, Font Squirrel, Font Source, Open Foundry)
  • Improved documentation with detailed README and CONTRIBUTING guidelines
  • MIT License
  • Randomize font selection feature
  • Version history tracking with favorites functionality
  • Resizable panels for customizable workspace layout
  • Advanced font filtering with category, weight, and style options
  • Enhanced text styling with line height, letter spacing, font weight, and text transform controls

Fixed

  • Button styling in Home component for improved layout
  • Download process now shows visual feedback
  • Improved error handling for downloads
  • Layout and overflow handling in FontSelector and TextTab components
  • Font provider display names for clarity and consistency

Changed

  • Refactored UI for improved consistency across components
  • Enhanced layout structure for better responsiveness on various devices
  • Updated font loading mechanism to support direct font URLs
  • Improved caching strategy for better performance
  • Streamlined search and provider selection in FontSelector

How to Update

Visit wordmark.abhayramesh.com to use the latest version.

For developers, pull the latest changes from the repository:

git pull origin main
npm install
npm run dev