Releases: larxn/dear-ghost
Releases · larxn/dear-ghost
v0.5.0-alpha
🟢 Added
-
All Anthropic models are now supported:
Legacyclaude-instant-1.2
claude-2.0
claude-2.1
v3
claude-3-opus-20240229
claude-3-sonnet-20240229
claude-3-haiku-20240307
v3.5
claude-3-5-sonnet-20240620
v0.4.0-alpha
🟢 Added
- Made file tree sortable
v0.3.1-alpha
🟡 Changed
- General refactoring to the codebase.
- Added modal stacking support.
- Now we hide the config popover as soon as its button gets hidden.
- Made user preference storage easier to maintain and evolve over time.
v0.3.0-alpha
🟢 Added
- You can now import multiple files at the same time.
- Selected words counter was added to the status bar.
🟠 Fixed
- Files from last session are now restored if the user allows it.
v0.2.1-alpha
🟠 Fixed
- Provider config is now persisted.
v0.2.0-alpha
🟢 Added
claude-3-haiku-20240307
is now supported.
🟡 Changed
- Normalized spacing between lines and paragraphs.
- Scroll indicator now disappears when you scroll the actions panel.
🟠 Fixed
- Aligned action panel icons and document title.
- Fixed Anthropic provider's "loop" error (now you can actually use their models 😅).
Other
- Added Pull Request template.
- Fixed the homepage's Discord link (I had generated one that expired like 7 days after 🪦).
v0.1.0-alpha
🟢 Added
- Anthropic provider added, which makes these models available:
claude-2.0
claude-instant-1.2
- Configuration modal added to the File menu.
- To facilitate edition, LLM responses are now inserted after a
- - -
separator.
🟠 Fixed
- Newline parsing issue.
🔴 Removed
- Removed "replace" insertion mode to simplify things.