Skip to content

Releases: protostork/micro-tojour

v1.0.4: small fixes, regressions and refactors

11 Sep 01:19
Compare
Choose a tag to compare
  • fix: refactor regressed TOC increment functions out into new SidepaneContent
  • fix: collectUndones now only parses dates prefaced with hardcoded '@'
  • testing: refactors test.sh to create instance only from files in git

v1.0.3: regression fixed + overdue undone collecting

09 Sep 12:56
Compare
Choose a tag to compare
  • fix: regression that broke checkbox and date line operations from sidepane
  • feature: collectUndones now adds any overdue dates found at the very top

v1.0.2: codebase refactor and performance tweaks

09 Sep 04:00
Compare
Choose a tag to compare

2024-09-09 v.1.0.2

  • performance: optional caching of tags in a project's .micro/cache directory, useful on Android Termux and with tojour.potatomode (configurable with tojour.cache and tojour.cache_dir options)
  • refactor: splits Lua codebase into separate files for Tests, TJSession, TJPanes, FileLink, TJConfig, Common (thanks MicroOmni sourcecode for help in getting 'require' to finally work)
  • refactor: reformats all Lua files with StyLua code formatter.
  • performance: Unit testing Tests.lua lib is now only required if env variable TOJOUR_DEVMODE=true

Fix: no more automatic hotkeys

07 Sep 02:36
Compare
Choose a tag to compare

Various clean up:

  • Do not automatically take over hotkeys anymore
  • Updates README with repo link
  • Additional links to useful plugins in tutorial