Skip to content

Releases: UIhoshi/EaaSE-ExcelasaSearchEngine

V2.1.0

Choose a tag to compare

@UIhoshi UIhoshi released this 16 Apr 14:16

Fixed / 修复 / 修正

English

  • .eaase.json imports now perform a differential cleanup against the current configuration, and Excel records that no longer exist in the config are removed from cache.db.
  • After deleting a workbook from the file management panel, the corresponding cached record is also deleted from the database.
  • After deletions and import cleanup, SQLite physical compaction is executed so cache.db does not keep its old file size after records are removed.

简体中文

  • .eaase.json 导入现在会按当前配置对数据库做差量清理,配置里已不存在的 Excel 记录会从 cache.db 中删除。
  • 文件管理面板删除工作簿后,数据库中的对应缓存记录会同步删除。
  • 删除与导入清理后会执行 SQLite 物理压缩,避免 cache.db 只删记录但文件体积不变。

日本語

  • .eaase.json のインポート時に現在の設定との差分クリーンアップを行い、設定内に存在しなくなった Excel レコードは cache.db から削除されます。
  • ファイル管理パネルでワークブックを削除すると、対応するキャッシュレコードもデータベースから同期削除されます。
  • 削除およびインポート時のクリーンアップ後に SQLite の物理圧縮を実行し、レコード削除後も cache.db のファイルサイズだけが残り続けないようにします。

v2.0.0

Choose a tag to compare

@UIhoshi UIhoshi released this 10 Apr 10:54

EaaSE v2.0.0

Excel as a Search Engine

Turn local Excel workbooks into a searchable, desktop-friendly lookup engine.

Built with Codex + Gemini

  • Codex handles implementation and engineering changes.
  • Gemini handles planning and review.

Snapshot

  • File scale: up to 1000 simultaneously loaded files
  • Formats: .xls, .xlsx, .xlsm, .csv
  • Persistence: config/cache.db + config/*.json
  • Project archive: .eaase.json
  • Runtime: EaaSE.exe -> local Node.js service -> WebView2 desktop window -> React UI
  • UI languages: Chinese, English, Japanese

Version evolution

V1.0.0

  • Established the original local Excel strict-search baseline.
  • Supported the multilingual source release structure.
  • Worked around the earlier 20-file scale.

V1.1.0

  • Moved the product from browser-first usage toward a hybrid local runtime.
  • Added local API support for absolute paths, opening folders, and config import/export.
  • Established the desktop packaging direction for Windows.

V2.0.0

  • Expanded the active workspace to up to 1000 simultaneously loaded Excel files.
  • Replaced browser-only persistence with local runtime persistence using config/cache.db and config/*.json.
  • Added .eaase.json project archive import and export for backup, restore, and scenario switching.
  • Stabilized the Windows desktop startup flow through EaaSE.exe and WebView2.
  • Added folder import, file filtering, standard and expanded layouts, all-columns and labeled-columns display modes, matched-sheet quick jump, and back-to-top navigation.
  • Improved large-result handling through Web Worker search and virtualized result rendering.

What changed in this release

Area Upgrade
Capacity Expanded from the old V1.0.0 20-file scale to up to 1000 loaded files
Persistence Moved to local cache.db and config/*.json
Portability Added .eaase.json archive import/export
Windows UX Desktop-window startup is now the main experience
UI workflow Added folder import, filtering, layout switching, and result navigation
Rendering Better scalability with Web Worker search and virtualized lists

Release assets

  • Excel Strict Searcher-2.0.0-windows-setup.zip
  • Excel Strict Searcher-2.0.0-windows-lightweight.zip
  • Excel Strict Searcher-2.0.0-linux.zip

EaaSE — Excel as a Search Engine

Choose a tag to compare

@UIhoshi UIhoshi released this 22 Mar 23:57

EaaSE — Excel as a Search Engine

With only two steps, you can turn your Excel files into a searchable search engine:

  1. Import
  2. Choose Excel

Assets:

  • Windows Setup: standard installer package
  • Windows Lightweight: lightweight local runtime package, installs Node.js only if
    missing
  • Linux: compressed package for Linux delivery

Languages:

  • Chinese
  • English
  • Japanese

Notes:

  • Codex handles implementation
  • Gemini handles review and planning