release v0.2.2

This commit is contained in:
samtiz 2025-07-08 11:57:53 +09:00
parent ba3e8a153c
commit e17668caba
3 changed files with 12 additions and 4 deletions

View File

@ -31,4 +31,14 @@ jobs:
- name: 🖥️ Build Electron app - name: 🖥️ Build Electron app
# Run Electron build script from root directory # Run Electron build script from root directory
run: npm run build run: npm run build
- name: 🚨 Send failure notification to Slack
if: failure()
uses: rtCamp/action-slack-notify@v2
env:
SLACK_CHANNEL: general
SLACK_TITLE: "🚨 Build Failed"
SLACK_MESSAGE: "😭 Build failed for `${{ github.repository }}` repo on main branch."
SLACK_COLOR: 'danger'
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}

View File

@ -117,12 +117,10 @@ We have a list of [help wanted](https://github.com/pickle-com/glass/issues?q=is%
| Status | Issue | Description | | Status | Issue | Description |
|--------|--------------------------------|---------------------------------------------------| |--------|--------------------------------|---------------------------------------------------|
| 🚧 WIP | Code Refactoring | Refactoring the entire codebase for better maintainability. |
| 🚧 WIP | Windows Build | Make Glass buildable & runnable in Windows | | 🚧 WIP | Windows Build | Make Glass buildable & runnable in Windows |
| 🚧 WIP | Local LLM Support | Supporting Local LLM to power AI answers | | 🚧 WIP | Local LLM Support | Supporting Local LLM to power AI answers |
| 🚧 WIP | AEC Improvement | Transcription is not working occasionally | | 🚧 WIP | AEC Improvement | Transcription is not working occasionally |
| 🚧 WIP | Firebase Data Storage Issue | Session & ask should be saved in firebase for signup users | | 🚧 WIP | Firebase Data Storage Issue | Session & ask should be saved in firebase for signup users |
| 🚧 WIP | Login Issue | Currently breaking when switching between local and sign-in mode |
| 🚧 WIP | Liquid Glass | Liquid Glass UI for MacOS 26 | | 🚧 WIP | Liquid Glass | Liquid Glass UI for MacOS 26 |
### Changelog ### Changelog

View File

@ -1,7 +1,7 @@
{ {
"name": "pickle-glass", "name": "pickle-glass",
"productName": "Glass", "productName": "Glass",
"version": "0.2.1", "version": "0.2.2",
"description": "Cl*ely for Free", "description": "Cl*ely for Free",
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {