@gmickel/gno 0.31.0 → 0.31.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -190,9 +190,9 @@ Verify everything works:
190
190
  gno doctor
191
191
  ```
192
192
 
193
- **Windows**: current validated target is `windows-x64`. See
194
- [docs/WINDOWS.md](./docs/WINDOWS.md) for the support stance and packaged desktop
195
- beta notes.
193
+ **Windows**: current validated target is `windows-x64`, with a packaged
194
+ desktop beta zip now published on GitHub Releases. See
195
+ [docs/WINDOWS.md](./docs/WINDOWS.md) for support scope and validation notes.
196
196
 
197
197
  Keep an index fresh continuously without opening the Web UI:
198
198
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gmickel/gno",
3
- "version": "0.31.0",
3
+ "version": "0.31.1",
4
4
  "description": "Local semantic search for your documents. Index Markdown, PDF, and Office files with hybrid BM25 + vector search.",
5
5
  "keywords": [
6
6
  "embeddings",