Skip to content

Releases: Eatham532/Software-Engineering-HSC-Textbook

Release v0.3.2

27 Oct 10:45

Choose a tag to compare

πŸ“‹ Changes

  • fix: update indexnow notification to handle HTML pages instead of markdown files (7960f75)
  • fix: headding heirachy in 6.7 (31931c0)
  • feat: improve sliding for glossary (18dd868)
  • fix: update block analyser to propperly handle input calls (ef85027)
  • fix: code block analyser now handles if __name__ == "__main__": for execution (0a61d1b)
  • fix: 26.1 dotpoints (62fcbac)
  • chore: linitng (0daaa8d)
  • fix: labeler doesn't label component properly (bfce015)
  • fix: a few incorrect naming in glossary (71a3022)
  • Update home page (c32158b)
  • feat: rewrite 25.2 for clairity (8b9273f)
  • fix: remove outcomes label (38d31e0)
  • fix: 21.2 cleanup and added recap + summary (e51000d)
  • fix: remove 22.3 weird AI ending (0a46a62)
  • fix: 6.7 broken code blocks (9976a35)
  • fix: update glossary extension to skip fence blocks (07514eb)
  • fix: missing fence in 5.6 (2a0251f)
  • fix: remove references to plantuml and rewrite flowchart section (063a0b1)
  • fix: broken 2.1 practice questions (e7e9088)

πŸ‘₯ Contributors

  • Eatham532

Release v0.3.1

25 Oct 11:47

Choose a tag to compare

πŸ“‹ Changes

  • fix: Exclude GitHub Actions bot from contributors list in release notes (a036c20)
  • feat: Add meta tags for SEO (5ffff98)

πŸ‘₯ Contributors

  • Eatham532

Release v0.3.0

24 Oct 02:50

Choose a tag to compare

πŸ“‹ Changes

  • feat: Add more terms to glossary (8ebb990)
  • update .gitignore (483897a)
  • add: a few more useful scripts (3696b11)
  • refactor: module and macro position in the project (a0cc64f)
  • fix: Apply copilot fixes for glossary (a632517)
  • update mkdocs.yml (8fa5862)
  • lint: Linting now adds spaces between single single newlines (0816abe)
  • feat: Imporved download as pdf (479202e)
  • fix: A lot of glossary fixes and cleanup (8d8a649)
  • feat: Glossary. Initial commit (458fe4e)

πŸ‘₯ Contributors

  • Eatham532

Release v0.2.9

23 Oct 10:10

Choose a tag to compare

πŸ“‹ Changes

  • Update scripts/serve to comment out heavy processes to reduce local build time (2b71b19)
  • fix: z-index on code editor header, Closes #20 (81cb6d3)
  • fix: update contact link naming (0e7c5bc)
  • fix: update private email contact link in issue template (1b03ef1)
  • refactor: Repo issue layout (7148113)

πŸ‘₯ Contributors

  • Eatham532
  • github-actions[bot]

Release v0.2.8

22 Oct 12:17

Choose a tag to compare

πŸ“‹ Changes

πŸ‘₯ Contributors

  • Eatham532
  • github-actions[bot]

Release v0.2.7

18 Oct 03:54

Choose a tag to compare

πŸ“‹ Changes

  • fix: comment out push trigger in deploy workflow (4b5aa3e)
  • fix: Add template fence to more python blocks (0332842)

πŸ‘₯ Contributors

  • Eatham532
  • github-actions[bot]

Release v0.2.6

18 Oct 03:24

Choose a tag to compare

πŸ“‹ Changes

  • fix: update job dependencies and conditions in deploy workflow (e56fb93)
  • fix: update git user configuration to use Eatham532 (9e286ee)
  • fix: update git user configuration to use github-actions[bot] (6e2d218)
  • fix: code fences again (b65b25e)
  • fix: Incorrect code-block tags (dbb2139)

πŸ‘₯ Contributors

  • Eatham532
  • github-actions[bot]

Release v0.2.5

16 Oct 06:03

Choose a tag to compare

πŸ“‹ Changes

  • fix: Apply better page titles (8f91977)

πŸ‘₯ Contributors

  • Eatham532

Release v0.2.3

15 Oct 07:16

Choose a tag to compare

πŸ“‹ Changes

  • chore: remove old fence patterns [skip indexnow] (942929b)
  • feat: update all code blocks for code-editor importing. Closes #12 [skip indexnow] (898873b)
  • fix: Duplicate view buttons for Web languages (464bb29)
  • fix: ensure IndexNow notification skips when '[skip indexnow]' is in commit message (decfcb5)

πŸ‘₯ Contributors

  • Eatham532

Release v0.2.2

14 Oct 04:27

Choose a tag to compare

πŸ“‹ Changes

  • Added a built-in Code Editor with python and HTML/CSS/JS support!
  • Support for code-blocks to be imported into the Code Editor