Skip to content

v0.4.1

Choose a tag to compare

@besstiolle besstiolle released this 02 Sep 13:15
· 8 commits to main since this release

I am delighted to present this minor update, which incorporates a great deal of work behind the scenes on the project. There are no major new features, but bringing the code up to standard was a prerequisite for resuming work on this project (after a year’s absence).

I hope you enjoy using Timeline as much as I have enjoyed building it

Here's what's been achieved :

NEW FEATURES

UPDATES

  • Updated dependency versions
  • Removed the Svelte store (v4) and replaced it with Svelte appState (v5)
  • In general, the Svelte V4 code has been migrated to Svelte V5
  • Avoided DOM manipulation in JavaScript
  • Improved code coverage (+95%)
  • Updated the README.md with visual examples

FIXES

  • Incorrect date display #7
  • Added a default directory for the database
  • Removed the .gitignore file tracking the inlang project
  • Fixed an (im)probable memory leak

Full Changelog: v0.4.0...v0.4.1