Releases: kyoheiu/carbon
Releases · kyoheiu/carbon
v2.1.0
- Bigger textarea for 800px or wider screen.
- Add NotFound component.
- Update vite to 5.0.12.
v2.0.4
- Indent(Tab) and unIndent(Tab + Shift) in textarea.
- Allow Enter key to submit form.
- Fix layout of item list.
v2.0.3
Fix: Remove permissive cors setting on the server.
v2.0.2
v2.0.2
- Fix: Handling Enter key when using IME on macOS
- Add: logo
- Remove
- Katex support
- Unnecessary file reading
v2.0.0
v2.0.0 (2024-01-01)
- Renew the architecture overall
- Use React and react-router for the client side.
- Rust (axum) for the server side.
- Remove katex support for faster loading.
- Just one docker image to launch the app.
v1.3.0
Added
- Add markdown list marker (
-
, +
or *
) automatically when pressing the enter key inside list. Nested lists are also supported.
v1.1.0
- Frontend
- Use skeleton (UI toolkit) to brush up look & feel.
- Use podman.
- Git-server
v1.0.0
carbon
- Automatically create new file with proper name when pressing
New
button.
- Avoid reloading when deleting item in the index page.
- Update style overall.
v0.3.5
Fixed
- button style
- code style in markdown