Releases: Eatham532/Software-Engineering-HSC-Textbook
Releases Β· Eatham532/Software-Engineering-HSC-Textbook
Release v0.3.2
π 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
Release v0.3.0
π 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
π 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
Release v0.2.7
Release v0.2.6
π 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
Release v0.2.3
π 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
π 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