github njic/medassist v0.16.2

3 days ago

Breaking change! Please update your docker-compose.yaml

change old path (right side) /path/to/database/directory:/app/medassist

to new path (right side) /path/to/database/directory:/app/database

  1. Switch to alpine version of node for arm64 and amd64, while leaving full node for arm v7 (I couldn't make it work for arm...) - reduced image size, supports ARM, multi architecture build
  2. Single database path for both node and docker deployment (BREAKING CHANGE)
  3. Upcoming schedules fixed (fixed CPU/Memory issues)

Separated upcoming schedules backend script from fetchAndCalculateMedications
fetchAndCalculateMedications function now stops loop if we are 1 year ahead (to stop hurting CPU/Memory), it returns days left = 365+ and reorder before = 1+ Year
removed showHistory and showFuture toggle buttons (feels like its more simple and better without that)
now showing fixed time range and it is limited by max number of rows

  1. Support for Usage = 0
  2. Inputs limits (forbidden invalid characters and similar on Config and Settings page), time and date inputs looping

Don't miss a new medassist release

NewReleases is sending notifications on new releases.