10000 Releases · andrewmcdan/CleverDecks · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: andrewmcdan/CleverDecks

Beta v0.1

27 Apr 18:29
Compare
Choose a tag to compare

This is the first beta release of CleverDecks. There are still some known issues, and we are working to get them all listed in the issues tab on GitHub.

One of the main issues with this release is that saving the OpenAI API key is not working. In order to get AI functions working, you'll need to create the .env file in the same folder as the executable/index.js file. Manual creation of flashcards is working however.

Test build.

22 Feb 17:48
Compare
Choose a tag to compare
Test build. Pre-release
Pre-release

This is another test build.

Notable updates

  • Upon loading the home page, it will create a folder to store the flashcard collections in $HOME\CleverDecks\
  • Reloading the home page repeatedly will add a new card to that collection, although each card will be identical
  • The JS on the home page makes some requests to the backend and logs the results to the console. Use the web browser's inspect feature to see these results.
  • The .env file must exist in the same directory as the executable and contain the OpenAI API key in order to commune with the AI

License

This software is distributed under the AGPL-3.0 license and includes code licensed under the following licenses: MIT, ISC, BSD-3-Clause, Apache-2.0, BSD-2-Clause, CC-BY-4.0, (MIT OR CC0-1.0). Please see the code included in this release and the relevant licenses included with the each portion.

First test of the project

11 Feb 16:37
Compare
Choose a tag to compare
Pre-release

This initial release of this project is only a test. It has almost no functionality.

0