Skip to content

0.0.4 - customizable languages and pagination

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Nov 12:56
· 26 commits to main since this release

Features:

  • This release makes Trunk compatible with long articles through pagination.
  • Added the ability to add, edit and delete languages.
  • Added an "ignore" option to word comfort, so you can ignore words
    such as proper nouns, dates, etc.

Breaking changes:

  • The new languages table requires a fresh database. You can do this by going to settings and wiping the Trunk db.

Commits:

A list of more pertinent commits noting larger changes.

  • Release: 0.0.4 (080d768)
  • Feat: Add/Edit/Delete languages. (f828283)
  • Feat: text pagination. (a6b89c2)
  • Add: "ignore" to word comfort levels. (d004ad9)
  • Add: test configuration. (52abe25)
  • Add: Tests. (613d3d9)
  • Fix: default word count to be 1. (a9a2eb5)
  • Doc: align yarn instructions > npm. (552d28a)
  • Doc: fix dev instructions; add more screenshots. (d316d28)