Skip to content

Releases: xyTom/snippai

v0.2.1

03 Dec 18:01
b0d9757

Choose a tag to compare

What's Changed
Image drag-and-drop analysis by @xyTom & @yiqing416
Enhance main instructions with animated text by @xyTom

On macOS, you might also need to remove the quarantine attribute from the file. You can do this using the following command:
xattr -d com.apple.quarantine <file_path>

Replace <file_path> with the actual path to Snippai App location. For example:
xattr -d com.apple.quarantine /Applications/Snippai.app

v0.2.0

01 Jul 07:20
e152f9f

Choose a tag to compare

What's Changed

Fix login issue by @xyTom
Fix dynamic import by @Satori-Bot
feat: add content protection and hide all sticky notes functionality by @xyTom
Feature/translation multilang by @J1ngy1
fix: windows file protected problem by @dnfollwm07

On macOS, you might also need to remove the quarantine attribute from the file. You can do this using the following command:
xattr -d com.apple.quarantine <file_path>

Replace <file_path> with the actual path to Snippai App location. For example:
xattr -d com.apple.quarantine /Applications/Snippai.app

v0.1.9

11 Jun 07:54
322020a

Choose a tag to compare

On macOS, you might also need to remove the quarantine attribute from the file. You can do this using the following command:
xattr -d com.apple.quarantine <file_path>

Replace <file_path> with the actual path to Snippai App location. For example:
xattr -d com.apple.quarantine /Applications/Snippai.app

v0.1.8

22 May 08:10
322020a

Choose a tag to compare

On macOS, you might also need to remove the quarantine attribute from the file. You can do this using the following command:
xattr -d com.apple.quarantine <file_path>

Replace <file_path> with the actual path to Snippai App location. For example:
xattr -d com.apple.quarantine /Applications/Snippai.app

v0.1.3

07 Mar 01:39

Choose a tag to compare

Full Changelog: v0.1.2-beta1...v0.1.3

On macOS, you might also need to remove the quarantine attribute from the file. You can do this using the following command:
xattr -d com.apple.quarantine <file_path>

Replace <file_path> with the actual path to Snippai App location. For example:
xattr -d com.apple.quarantine /Applications/Snippai.app

v0.1.2-beta1

02 Aug 09:22

Choose a tag to compare

Update AI models API endpoint
Full Changelog: v0.1.1-beta.2...v0.1.2-beta1

MacOS download: Snippai-darwin-x64-0.1.2.zip
Windows download Snippai-win32-x64-0.1.1.1.zip

v0.1.1-beta.2

23 Apr 04:21

Choose a tag to compare

Fix some issues

Full Changelog: v0.1.0-beta...v0.1.1-beta.2

Snippai-darwin-x64-0.1.1.zip: Application for MacOS
Snippai-win32-x64-0.1.1.zip: Application for Windows

Installation Instructions:

For MacOS:

  • Application Installation: Follow Apple's guide on how to open an app from an unidentified developer.

For Windows:

  • Application Installation: Simply unzip the downloaded file and run the application.

To Run the Application from Source Code:

  1. Setup Node.js and npm: Install them from here.
  2. Install Packages: Open the terminal in the application's source code folder and run the command: npm i
  3. Start the App: In the terminal, within the application's source code folder, run: npm start

Note:
This software is in its early stages of development. Performance may vary, and there may be bugs present. Your feedback is highly appreciated as we continue to improve the application.

v0.1.0-beta

22 Apr 06:55

Choose a tag to compare

Support Windows(x64) and MacOS(darwin)

What's Changed

Full Changelog: v0.0.2-beta...v0.1.0-beta

v0.0.2-beta

20 Apr 22:04
f67836c

Choose a tag to compare

What's Changed

  • Check the runing environment is in browser or not by @xyTom in #1
  • Better result display UI by @xyTom in #2
  • Update dependencies and styles in package.json, displayTextResult.tsx… by @xyTom in #3
  • Add GPT4V model support by @xyTom in #4
  • Use local models by @xyTom in #5
  • Support Model Select and Prompt Select by @xyTom in #6

New Contributors

  • @xyTom made their first contribution in #1

Full Changelog: v0.0.1-alpha-preview...v0.0.2-beta

v0.0.1-alpha-preview

28 Mar 05:00

Choose a tag to compare

v0.0.1-alpha-preview Pre-release
Pre-release

For developer internal preview only

Support Windows(x64) and MacOS(darwin)

Full Changelog: https://github.com/xyTom/snippai/commits/v0.0.1-alpha-preview