Skip to content

Releases: notea-org/notea

v0.4.0-alpha

04 Dec 07:38
17b344f
Compare
Choose a tag to compare
v0.4.0-alpha Pre-release
Pre-release

I'm not gonna delve too deep into this release, but a lot changed so it's v0.4 now.
The main change is that the editor is much improved - headings are no longer automatically bold, code blocks look just slightly nicer and have a redesigned UI (which isn't the best, but just moderately better than the previous).
The full v0.4.0 will be released when Notea's more stable.

If you want to try this version, use the 0.4.0-alpha tag for the Docker image.
The edge tag also works, but that build gets updated as soon as a new change is made.

Oh, also, hello. I (@tecc) maintain Notea now.
Kudos to @QingWei-Li for agreeing to transfer the project to me.

Now for the autogenerated release notes:

What's Changed

  • feat: show emoji in title as tree icon instead by @tuur29 in #118
  • fix: improve support for embedding complex urls by @tuur29 in #117
  • feat: add collapse all notes and view in tree buttons by @tuur29 in #116
  • feat: display note path in search modal by @tuur29 in #121
  • Multiple changes by @tecc in #141
  • Update to Next.JS 12 by @tecc in #142
  • Updated version of #128 by @tecc in #143
  • #144: Manually specified version of prosemirror-mdoel by @tecc in #146
  • Swedish translation by @tecc in #149
  • Improved configuration by @tecc in #148
  • Change/promise handling by @tecc in #150
  • feature: Debugging utilities + more user-friendly error listing by @tecc in #152
  • change: Reworded footer in shared documents, updated link by @tecc in #155

New Contributors

  • @tecc made their first contribution in #141

Full Changelog: v0.3.6...v0.4.0-alpha

v0.3.6

08 Sep 01:42
Compare
Choose a tag to compare

Fixed

v0.3.5

30 Aug 02:12
Compare
Choose a tag to compare

Features

54fae49 feat: Add editor width setting (#91) tuur29
1328719 feat: French translation (#96) MichelBaie

Fixed

66cfd5d fix: editor dark theme
7b5c90f fix: default image zoom not being triggerable (#97) tuur29

v0.3.4

13 Aug 23:51
Compare
Choose a tag to compare

feat: add dutch locale (#88) thanks @tuur29
feat: STORE_PREFIX, close #92
chore: upgrade rich-markdown-editor

v0.3.3

06 Jul 23:38
Compare
Choose a tag to compare

feat: add Italian locale, thanks @faraoman

v0.3.2

05 Jul 11:49
Compare
Choose a tag to compare

feat: add Arabic translation, thanks @themedleb

v0.3.1

05 Jul 03:03
Compare
Choose a tag to compare

feat: update chinese translation.

v0.3.0

04 Jul 03:35
Compare
Choose a tag to compare

Link Embed

After inserting a link, it can be converted into a bookmark or embedded

Kapture 2021-07-04 at 11 31 40

Fixed

  • fix: settings page style

v0.2.5

03 Jul 09:04
Compare
Choose a tag to compare

refactor: use the editor to render the sharing page #82

v0.2.3

23 Jun 00:24
Compare
Choose a tag to compare
  • fix: disable navigation hotkeys when editing, close #80
  • chore: upgrade rich-markdown-editor