Skip to content

v0.9.0

Compare
Choose a tag to compare
@lo5 lo5 released this 08 Jun 05:43
· 796 commits to main since this release

Changelog

  • 7a3666b chore: Add go release config
  • 3775a78 chore: Add v0.9 change log
  • 4b97b93 chore: Build zips for Windows; don't make 386 builds #5
  • a427f16 chore: Don't publish wheel to GH releases
  • 8871577 chore: Update playwright post-setup
  • 4c78fdc ex: Add nitrogen headers
  • 1c9792f ex: Eject all "nitro create" templates
  • 5a533c6 feat: "nitro run" - first cut #5
  • a5771cc feat: Add "-python" to CLI; don't attempt to find python if passed #5
  • 94ea85b feat: Add "FROM base-url" #5
  • f23c1a3 feat: Add "nitro clone" command #5
  • 7db506c feat: Add "nitro version" command
  • 8ebdd1a feat: Add ECHO and SHOW to "nitro run" #5
  • e570c93 feat: Add nitrogen header to docs.py template #5
  • 5d4429f feat: Allow "nitro run file" if file is in cwd
  • b291176 feat: Allow YAML metadata in header; support line breaks; track source line numbers #5
  • 91a145a feat: Avoid debris: create local file after connection is successful #5
  • 884bac2 feat: Bootstrap pip in venv before doing anything else #5
  • 7349c3f feat: Change comment char to "="
  • 79d5d87 feat: Copy to cwd and run if "nitro run" points to a local file #5
  • adf4030 feat: Improve CLI progress messages #5
  • 1ede373 feat: Remove old CLI and samples #5
  • f989905 feat: Skip venv if exists; bail out if venv Python unavailable
  • 2cf5ee9 feat: Treat "#" as a remark #5
  • 69d4fe4 feat: Write docs.py to /docs #5
  • 888d16a fix: Don't overflow contents if width or height is set.
  • 09db875 fix: Remove superfluous line
  • d73ec69 refactor: Improve interpreter failure messages #5
  • e9247a7 refactor: Rename cli main.go -> nitro.go #5
  • 6129613 refactor: Simplify "nitro run" implementation #5