Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

39 lines (33 loc) · 1.41 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.1.0]

Added

  • Some basic styling.
  • Export button to export current word search as an image.

[1.0.0] - 2019-11-04

Added

  • Page title and icons.

[1.0.0-beta.3] - 2019-11-03

Changed

  • Further improved the modification of generation options.

Fixed

  • Fixed words appearing more than once.
  • Fixed still attempting generating a word search when the word is bigger than the width and height.
  • Fixed words spelled the same forwards and backwards will not generate a word search.

[1.0.0-beta.2] - 2019-11-02

Changed

  • Improved the modification of generation options.

Known Bugs

  • Words may appear more than once.
  • Words spelled the same forwards and backwards will not generate a word search.
  • App still attempts to generate a word search if the word is bigger than the width and height.

[1.0.0-beta.1] - 2019-11-02

Added

  • Initial app.

Known Bugs

  • Words may appear more than once.
  • Changing the width and height of the word search may not work as expected.
  • Words spelled the same forwards and backwards will not generate a word search.
  • App still attempts to generate a word search if the word is bigger than the width and height.