Skip to content

Releases: naorpeled/aitutor

v0.1.8

21 Mar 16:06

Choose a tag to compare

Changelog

  • 76fcd19 Bump version to 0.1.8
  • b11ce16 ci: add nightly smoke tests for cross-OS download validation (#2)
  • 2c39574 docs: fix NPM command
  • 78472cd fix: use PowerShell Expand-Archive for Windows npm install (#4)

v0.1.7

12 Mar 01:48

Choose a tag to compare

Changelog

  • f751857 Bump version to 0.1.7
  • 625530f fix: shorten lesson titles to fit sidebar, add further reading to lesson 10

v0.1.6

12 Mar 01:29

Choose a tag to compare

Changelog

  • 491ae64 Bump version to 0.1.6
  • fdcb5f6 feat: add 2 new intermediate lessons, renumber advanced tier, update docs

v0.1.5

12 Mar 01:10

Choose a tag to compare

Changelog

  • cd09485 Bump version to 0.1.5
  • 95e4389 fix: migrate from deprecated brews to homebrew_casks in GoReleaser
  • 999ec00 fix: use lowercase version var to match GoReleaser convention

v0.1.4

11 Mar 11:35

Choose a tag to compare

Changelog

  • a835933 Bump version to 0.1.4
  • b804b58 docs: add @latest to npx install command
  • cc2d2c9 fix: correct agentic loop lesson ordering and mode picker key conflict

v0.1.3

11 Mar 00:33

Choose a tag to compare

Changelog

  • 442ada3 Bump version to 0.1.3
  • 5c0519e fix: restore NODE_AUTH_TOKEN for npm publish in release workflow

v0.1.2

11 Mar 00:15

Choose a tag to compare

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

10 Mar 23:24

Choose a tag to compare

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

10 Mar 21:56

Choose a tag to compare

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