Skip to content

Releases: nattvara/kthGPT

Release 2.0.1

23 Apr 21:02
v2.0.1
146b2cd
Compare
Choose a tag to compare

What's changed

  • Fixed broken Dockerfiles

Release 2.0.0

23 Apr 20:25
v2.0.0
879d7c3
Compare
Choose a tag to compare

What's new

  • Assignments, kthGPT can now help you understand and solve assignments! kthGPT takes an image of an assignment as input and allows you to ask questions about the assignment. kthGPT also shows relevant lectures and where in those lectures you can find the answer to the assignment
  • Full transcript search. kthGPT now support full text search through all the seen assignments
  • Brand new UI that is easier to use and better organizes content

What's changed

  • The release includes a major refactor and overhauls the entire project structure, fixes a few bugs and general improvements

Release 1.6.1

12 Mar 22:00
v1.6.1
af291be
Compare
Choose a tag to compare

What's changed

  • Improve events emitted on errors to understand which of the submitted URLs are not accepted and which requests in the web-ui fail
  • Fix some minor UI bugs when submitting URLs

Release 1.6.0

12 Mar 18:37
v1.6.0
188592c
Compare
Choose a tag to compare

What's new

  • Lecture preview are improved by using the same preview technique for all sources (a frame in the middle of the lecture)
  • Fix minor bugs and UI quirks

Release 1.5.0

08 Mar 22:15
v1.5.0
51ca250
Compare
Choose a tag to compare

What's new

  • Add support for invalidating query cache
  • Add support for re-analysing all previously watched lectures

Release 1.4.0

08 Mar 00:32
v1.4.0
3c20177
Compare
Choose a tag to compare

What's new

  • Add support for using OpenAI's whisper service, which dramatically increase transcription speed and quality (larger model)
  • Add support for viewing the raw transcript of a lecture

Release 1.3.1

05 Mar 23:59
v1.3.1
0bf1938
Compare
Choose a tag to compare

What's changed

  • Fix issue with header buttons causing x-direction scrolling on mobile screens
  • Disable caching on nginx servers

Release 1.3.0

05 Mar 23:41
v1.3.0
e5ef8a8
Compare
Choose a tag to compare

What's changed

  • Add about page
  • Show version on front page
  • Fix UI quirks on iOS
  • Add another example question

Release 1.2.1

05 Mar 22:32
v1.2.1
eb3c9ab
Compare
Choose a tag to compare

What's new

  • Update to version triggers for CI workflows

Release 1.2.0

05 Mar 15:18
v1.2.0
4cfe27a
Compare
Choose a tag to compare

What's new

  • Add frameworks for writing unit and feature tests
  • Add linting and style rules
  • Add CI that executes unit tests and linting on each PR
  • Add CI that builds docker images on each tag push