Build History

Official release history of the MICRO platform — versioned builds with changelogs, dependencies, and build metadata.

v1.1.0 Latest

2026-03-16  ·  Production Deployment & Platform Expansion
Release Date
2026-03-16
Sessions
12
Since v1.0.0
Instruments
69
41 Microscopes + 28 Imaging
Routes
61
36 Pages + 25 API

 Release Highlights

  • Production deployment — Live at micro.drel.us on GCP Compute Engine (nginx → gunicorn → Flask)
  • SSL/TLS — Let's Encrypt RSA certificate with auto-renewal, HTTP→HTTPS redirect
  • Security hardening — DELETE protection in production (403), HSTS, X-Content-Type-Options, X-Frame-Options, path traversal protection, 50MB upload limit
  • Instrument expansion — 58 → 69 instruments across 19 OEMs with expandable descriptions
  • Training system — 16 modules with 97 lessons (~20.5 hours), Getting Started module with 8 lessons
  • DICOM viewer — MRI Brain study with 60 real slices, cine playback, region zoom, study card actions
  • 3D model viewer — Complete heart anatomy (37 structures), interactive Three.js viewer
  • Specimen images — 159 specimen images with microscope type and magnification filters
  • Phantom expansion — 8 → 28 anatomical phantoms with 164 images, dental and MSK categories
  • Compound microscope SVG — Interactive diagram with Köhler illumination, magnification widget
  • TTS audio — Text-to-speech for training lesson content
  • Training notes — Note-taking system for training modules
  • Professional favicon — SVG microscope icon with PNG fallbacks
  • 31 HTML templates — Complete web platform with dashboard, viewers, admin pages

 Dependencies

PackageVersionPurpose
flask≥3.0Web server framework
numpy≥1.24Array operations, image processing
scipy≥1.10Scientific computing, signal processing
Pillow≥10.0Image encoding and manipulation
xhtml2pdf≥0.2.11PDF report generation
gunicorn≥22.0Production WSGI server (Linux)

 Key Milestones

v1.0.0 Stable

2025  ·  Initial Release