Join the discord to stay up to date and have early previews
Changelog
security
- Patch for nextjs vulnerability CVE-2025-55184
bugfixes
- Fixed task status API, the status update was not working, should be all good now
features
- Add PGP Encryption for notes
- Add theming for markdown editor syntax, so users can make sure it looks ok with whatever custom Jotty theme they may choose
- Add encryption tab to user settings to generate/import private/public keys for encryption (plus a few other settings)
- Removed lucide icons, they are being ABSOLUTELY overused nowadays, I want Jotty to stand out and be unique, I hope you are all with me in that ❤️ I opted for Huge Icons
- Removed big rounded corners, everything uses a specific 0.25em rounded border, which should hopefully make it all feel more professional and consistent
- Slightly changed the main purple from #8b45d0 to a more pastel like #9e5df8
- All pages now use the same loader, there were about 3 different loading screens from rwMarkable, to jotty's first version all the way to the latest implementations where I had a global one. Sorry about that
- Updated light mode to be nicer on the eyes, background is off white, blacks are less black
- Removed a bunch of redundant descriptions, everything should feel less bloated now
font change
I know people don't like change and I don't want to upset anyone, so in case you absolutely HATE the new font you can manually set the old one this way (I left the old font installed so you could do this, icons are irreversible, so these are the ones you get)
- Go to admin -> styling
- Enter this custom css, save and hard refresh the page
body, a, p, span, button, label, input, textarea, select {
font-family: 'Inter Variable';
letter-spacing: -0.5px;
overflow-wrap: break-word;
}
h1, h2, h3, h4, h5, h6, .jotty-app-name {
font-family: 'Inter Variable';
}
.jotty-app-name span {
font-family: 'Inter Variable';
font-weight: 500;
}deprecated features
- Deprecated stats on the latest checklists home page
- Deprecated stats on sharing/admin view
- Deprecated checklist filters on home page (it's still there on the
/checklistspage)

