Skip to content

Releases: cuhacking/2025

v1.5.0

07 Nov 02:27
Compare
Choose a tag to compare

1.5.0 (2024-11-07)

Bug Fixes

  • config/docs: knowledge base page crashing due to missing image loader url (562815c)
  • docs: 404 error when card in 'Categories' section is clicked (8de491b)
  • docs-e2e: 'Edit on GitHub' button going to 404 page (6a9acb5)
  • ui/docs: 'Knowledge Base' button 2nd last page instead of last page (e0949a8)
  • ui/docs: 'Knowledge Base' page icon same as 'Libraries' page (1b9d8e2)
  • ui/docs: 'Knowledge Base' page is second last in order instead of last (b91a74c)

Features

  • ui/docs/header: add linktree dropdown (3e34740)
  • ui/docs/header: change dropdowns to links and add social media icons (d1c22c2)

v1.4.1

18 Oct 21:15
Compare
Choose a tag to compare

1.4.1 (2024-10-18)

Bug Fixes

  • config/docs: knowledge base page crashing due to missing image loader url (562815c)
  • ui/docs: 'Knowledge Base' button 2nd last page instead of last page (e0949a8)
  • ui/docs: 'Knowledge Base' page icon same as 'Libraries' page (1b9d8e2)
  • ui/docs: 'Knowledge Base' page is second last in order instead of last (b91a74c)

v1.4.0

18 Oct 15:10
Compare
Choose a tag to compare

1.4.0 (2024-10-18)

Bug Fixes

  • docs/config: knowledge base page crashing due to missing image loader url (92bcc08)

Features

  • docs: remove default nx landing page and make docs homepage base route (6806ce6)

v1.3.1

17 Oct 16:34
Compare
Choose a tag to compare

1.3.1 (2024-10-17)

Bug Fixes

  • docs-e2e: 'www' in landing page url failing tests (9c289df)

v1.3.0

17 Oct 16:21
Compare
Choose a tag to compare

1.3.0 (2024-10-17)

Features

  • ui/docs: update navbar logo (808ab53)

v1.2.1

16 Oct 19:48
Compare
Choose a tag to compare

1.2.1 (2024-10-16)

Bug Fixes

  • docs/config/nextjs: code highlight not working due to changes (23d06d5)

v1.2.0

12 Oct 21:25
Compare
Choose a tag to compare

1.2.0 (2024-10-12)

Bug Fixes

  • landing-page: remove broken link to headers (84c274d)

Features

  • landing-page/hero: replace email sign up forms with icons (5247684)

v1.1.0

05 Oct 03:56
Compare
Choose a tag to compare

1.1.0 (2024-10-05)

Bug Fixes

  • api/db: add database schema as input (262844d)
  • api/db: build failing in pipeline (5169ef1)
  • api/db: change monorepo moduleResolution from Node to Bundler (b4a5de5)
  • api/db: drizzle schema from monorepo root (c5df0a6)
  • config: make libraries public (ebb7a1d)
  • libs/db: temporary workaround to get migration command working (558a050)

Features

  • api/api.auth: implement trpc communication from portal (3282a9d)
  • api/api.auth: install required libraried for trpc api & auth (7f72e10)
  • api/api: create initial user route (a6998f3)
  • api/auth: create initial auth library (a0204d3)
  • api/db: create docker-compose with postgres database (c63f1f8)
  • api/db: create initial database schemas (65b48db)
  • api/db: create sample database schema (1ebb188)
  • api/env: add relevant env vars (07a3096)
  • api/utils: create getBaseUrl method (e58f3a1)