-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
title: Note Mark V0.15.0 Update | ||
date: 2024-12-07 17:41:00 +0000 | ||
description: Update V0.15.0 is now released, fixing bugs and adding some new features | ||
tags: | ||
- update | ||
--- | ||
|
||
Another update to Note Mark! Bringing an rewritten backend, syntax highlighting for code blocks and more! | ||
|
||
Check Note Mark out here: [github.com/enchant97/note-mark](https://github.com/enchant97/note-mark). | ||
|
||
## Changes | ||
### Fixed | ||
- #217; re-login button not available on homepage | ||
### Added | ||
- #213; syntax highlighting in code blocks | ||
- RFC 9457 support for API requests | ||
- Configurable find user capability (thanks to @christoph-heiss) | ||
- Preventions for possible note content collisions | ||
- Basic templating in note content, for future expansion | ||
### Changed | ||
- Rewrite backend to use huma | ||
- Update dependencies | ||
|
||
**Full Changelog**: https://github.com/enchant97/note-mark/compare/v0.14.1...v0.15.0 |