Releases: naorpeled/aitutor
Releases · naorpeled/aitutor
v0.1.8
v0.1.7
v0.1.6
v0.1.5
v0.1.4
v0.1.3
v0.1.2
Changelog
- 7cc4bb2 Bump version to 0.1.2
- 8e96ad8 chore: bump npm package version to 0.1.1
- dc9d2ed chore: hide go run command from demo GIF
- ab26682 chore: regenerate demo GIF with fixed loop diagram
- 2de6c0a chore: rename npm package to @aitutor/cli
- 0e35397 ci: add GoReleaser config and GitHub Actions release workflow
- 6a6cfd3 ci: add NODE_AUTH_TOKEN to npm publish step
- 29d44c5 ci: change release workflow to manual trigger
- 310def3 ci: remove unnecessary NODE_AUTH_TOKEN from release workflow
- 750d8c0 docs: add CONTRIBUTING.md with lesson development guide
- a1122cb docs: add Homebrew install to README and release docs
- 4e8b20e docs: add instruction to run aitutor after install
- 5ea166a docs: make aitutor run instruction more noticeable
- bcaa0fe feat: add disclaimers, version display, edit links, and welcome animation
- 4fa8951 feat: add landing page and GitHub Pages deployment
- 1aac308 feat: add npm distribution (npx aitutor)
- 3ab1d22 feat: add tabbed install methods to website
- 433ce6c feat: interactive AI coding concepts tutorial
- 1b33be4 fix: factual errors and code quality across all lessons
- 213bb5e fix: loop diagram alignment and add run command to README
- c24bfa8 fix: measure styled text width for accurate loop diagram borders
- e9b4f4a fix: remove vimtutor link, keep as plain text
- a20c6aa fix: show neural-net animation only when terminal is tall enough
- 2b04430 fix: vimtutor link to point to Vim docs
- 5f22704 fix: visual alignment in agentic loop diagram and bucket breakdown
- 42122d8 refactor: make lesson content vendor-neutral, add external references
- 5d43c7b style: improve mobile responsiveness, SVG icons, highlight vimtutor
- 935c68e style: install section as terminal window with tabs
- d4f958d style: move neural net animation to subtle background behind hero content
- ea4c2d1 style: widen install terminal to fit Go command
v0.1.1
Changelog
- f094783 Add CONTRIBUTING.md with lesson development guide and AI skill docs
- 6361cf4 Add Homebrew install to README and release docs to CLAUDE.md/AGENTS.md
- 16b39d3 Add NODE_AUTH_TOKEN to npm publish step in release workflow
- 62115ff Add tabbed install methods (npm, Homebrew, Go) to website
- 7cf8f11 Bump npm package version to 0.1.1
- 919c409 Make lesson content vendor-neutral, add external references and heading spacing
- 5685317 Remove unnecessary NODE_AUTH_TOKEN from release workflow
- 5289e76 Rename npm package to @aitutor/cli
- de1f6a8 Style install section as terminal window with tabs in titlebar
- d11f4fa Widen install terminal to fit Go command without wrapping
- 00cfc61 feat: add npm distribution (npx aitutor)
v0.1.0
Changelog
- 4cc710b Add GoReleaser config and GitHub Actions release workflow
- 542db1f Fix factual errors and code quality across all lessons
- 2776352 Make aitutor run instruction more noticeable
- 2107436 Add instruction to run aitutor after install
- fc8bc4b Improve mobile responsiveness, SVG icons, highlight vimtutor
- eac5d81 Remove vimtutor link, keep as plain text
- 300fead Fix vimtutor link to point to Vim docs
- dd8d850 Add landing page and GitHub Pages deployment
- dca35f5 Regenerate demo GIF with fixed loop diagram
- 5ece706 Fix loop diagram: measure styled text width for accurate borders
- f2ee481 Fix loop diagram alignment and add run command to README
- fb5f099 Fix visual alignment in agentic loop diagram and bucket breakdown
- 892f6a9 Hide go run command from demo GIF
- 12628b8 Initial release: interactive AI coding concepts tutorial