Releases: Riley1101/memorie
Releases · Riley1101/memorie
Release list
Memorie v0.2.0
Changelog
0.2.0
Memoire 0.2.0 adds Dropbox as a second cloud sync option, fixes a handful of
editor and file bugs, and updates dependencies to clear known security advisories.
Dropbox sync
- Sync your writing to a Dropbox folder. Connect under Settings → Cloud Sync
and pick a folder (/Memoireby default). - Push and pull on demand, plus an automatic push when the app closes.
- Conflicts don't overwrite your work. If a file changed both locally and on
Dropbox, your copy stays as it is and Dropbox's version is saved beside it as
<name> (Dropbox conflict).md. The next push uploads both. - Secure sign-in. Login uses OAuth with PKCE, so there's no client secret, and
the refresh token lives in the OS keyring.
Sync
- One preferred storage. Pick GitHub or Dropbox in Settings. The sidebar
Publish button, the:synccommand and the auto-push on exit all use it. :pushis now:sync. The old name still works.
Fixes
- Renaming a writing inside a nested chapter no longer moves it to the top level.
- Case-only renames (
scene.md→Scene.md) now work on macOS and Windows
instead of failing with "already exists". - Applying a grammar suggestion now replaces the right paragraph even after
you've edited the document. Blank lines in a suggestion become separate
paragraphs. - Grammar widgets are cleaned up properly when dismissed.
- Page headings no longer slide under the macOS title bar in themes with tight
padding.
Security
- Updated JavaScript dependencies.
bun auditnow reports no known
vulnerabilities (previously 26, including advisories in DOMPurify, PostCSS,
nanoid, lodash-es, Mermaid and flatted). - Updated Rust dependencies: 17 of 23 RustSec advisories are resolved, including
those inammonia,rustls,rustls-webpki,h2,quinn-proto,bytesand
time.git2moved to 0.21 andquick-xmlto 0.42. - Still open: 6 advisories in crates pulled in by
kalosm(h20.3,lopdf,
time0.1),typst(quick-xml0.38) and the debug-only devtools plugin
(ringbuf). There are no patched upstream releases yet.
For builders
- Dropbox sync needs a
DROPBOX_APP_KEYat build time. See the README for app
setup. Without it the app still builds, and Dropbox sync says the key is missing.
v0.1.0
Memoire 0.1.0
First public release. Memoire is a local-first writing and knowledge management
app for long-form work: your notes and files stay on your machine, and the
built-in assistant can run entirely on-device.
Writing
- Distraction-free editor with a live outline, scene info, and word/session stats.
- Command palette — type a colon to run any action without leaving the keyboard.
- Writer tools — a command bar over the current selection for rewriting, expanding, and tightening prose.
- Backlinks between writings, surfaced next to the document you're in.
- Project-wide search across your content directory.
- Goals for word and session targets — progress tracking without streaks.
- Keyboard shortcuts help sheet, reachable from the palette.
Structure
- Binders — create, rename, move, and delete containers for long work.
- Nested chapters with drag-and-drop reordering in the sidebar tree.
- Timeline view of documents, ordered by when you worked on them.
- Table of contents generated from your headings.
History
- Branching undo tree — revisions branch instead of collapsing into a single
line, so an abandoned direction is still reachable. - Version presentation for reading and restoring earlier states of a document.
- Git sync — point Memoire at a repository and every save becomes a commit
you own.
Assistant
- Local models run on-device; nothing leaves your machine.
- OpenRouter support when you want a hosted model instead.
- Streaming responses, with model downloads and a model list managed in settings.
- Suggestions are offered, never applied on their own.
Import & export
- Import from
docx,rtf,md,txt, and PDF. - Export to
docx,epub,pdf,html, andmd.
Platforms
Builds are produced by the release workflow. Grab the latest from
Releases.
Known gaps
- No tagged releases before this one; upgrade paths start here.
- Windows builds are not yet published.
Next
Dropbox sync, a mobile companion, and margin notes & review are planned. A plugin
API is being explored.
What's Changed
- Change GITHUB_TOKEN to ACTION_TOKEN in release.yml by @Riley1101 in #8
- Update Ubuntu dependencies in release workflow by @Riley1101 in #9
- Add Tauri keys to GitHub Actions workflow by @Riley1101 in #10
- Update release yaml by @Riley1101 in #11
- Feature/action update by @Riley1101 in #12
- Feature/multi model by @Riley1101 in #13
- Update and UI tweaks by @Riley1101 in #14
- Feature/binders by @Riley1101 in #15
- Feature/good stuffs by @Riley1101 in #16
- Add git integrations, you can now sync with git by @Riley1101 in #17
- Feature/tweaks by @Riley1101 in #18
- Feature/tweaks list ai download by @Riley1101 in #19
- Add openrouter by @Riley1101 in #20
- Feature/writer tools by @Riley1101 in #21
- Stabilize macOS Tauri publish uploads by serializing per-platform release jobs by @Riley1101 with @Copilot in #22
- Undotree style by @Riley1101 in #23
New Contributors
- @Riley1101 made their first contribution in #8
- @Riley1101 with @Copilot made their first contribution in #22
Full Changelog: https://github.com/Riley1101/memorie/commits/v0.1.0