Skip to content

Tags: fezcode/Nocturnote

Tags

v1.0.6

Toggle v1.0.6's commit message
force quit

v1.0.4

Toggle v1.0.4's commit message
fix: tab

v1.0.3

Toggle v1.0.3's commit message
feat: enable multi-window support with smart file handling

- Refactor `src/main/index.ts` to support opening multiple
  documents in separate windows.
- Implement `windowFiles` tracking to prevent opening
  duplicate windows for the same file; focuses existing
  window instead.
- Update `second-instance` handler to spawn new
  windows for new files.
- Make IPC handlers (`save-file`, window controls) context-aware using `event.sender`.
- Update `GEMINI.md` with architecture improvements.

v1.0.3-2

Toggle v1.0.3-2's commit message
Merge branch 'main' of https://github.com/fezcode/Nocturnote

1.0.2

Toggle 1.0.2's commit message
feat: line ending converter.