Skip to content

Releases: Novout/betterwrite

0.9.0-beta.2

13 Nov 16:57
Compare
Choose a tag to compare
0.9.0-beta.2 Pre-release
Pre-release

See CHANGELOG.md for more details.

0.9.0-beta.1

13 Nov 04:58
Compare
Choose a tag to compare
0.9.0-beta.1 Pre-release
Pre-release

See CHANGELOG.md for more details.

0.9.0-beta.0

13 Nov 02:08
Compare
Choose a tag to compare
0.9.0-beta.0 Pre-release
Pre-release

See CHANGELOG.md for more details.

0.8.0

11 Nov 05:10
Compare
Choose a tag to compare
  • New Theme (Rise)
  • PDF New Features (Footer, Header, Summary)
  • Some fix's

Full Changelog: v0.7.1...v0.8.0

0.7.1

08 Nov 02:17
Compare
Choose a tag to compare
v0.7.1

chore(release): 0.7.1

0.7.0

06 Nov 03:15
Compare
Choose a tag to compare

0.7.0 (2021-11-06)

Features

  • editor: italic and bold insert by selection (0559a56)

Bug Fixes

  • editor: editable in fixed items (e18873c)
  • editor: inserts in cursor correct position (e2fb21f)
  • editor: italic and bold in internal mutate (06f8f7b)
  • editor: italic and bold inline supports only paragraph (104aa82)
  • editor: remove italic and bold (71178ff)
  • editor: swapper correct affect (037aaed)
  • editor: to next entity in fixed items insert (29bbd92)
  • pdf: normalize for pdf use (fd8d71c)

Refactor

  • commands: remove italic and bold (cffa57f)
  • editor: entity styles (c876a96)
  • editor: v2 entity initial implement (96c3bb2)
  • pdf: link binding (0818e6b)

Structure

  • deps: update packages (05a1db0)
  • editor: remove editable tag (45e7bf0)
  • raw: set v1 in external callback (c826329)

0.6.2

03 Nov 16:48
Compare
Choose a tag to compare

0.6.2 (2021-11-03)

Bug Fixes

  • editor: ctrl z ignore (4104cd5)
  • editor: delete raw not mutation in switch true (d61eeb4)
  • editor: italic and bold remove whitespace (c1609bc)
  • editor: utilities commands in last input (4ac0076)

0.6.1

03 Nov 01:57
Compare
Choose a tag to compare

0.6.1 (2021-11-03)

Features

  • editor: italic and bolt insert direcly in show entity (c4c158a)
  • editor: paste in show entities (69b0ca0)
  • logger: paste event (898fa9d)

Bug Fixes

  • editor: click in selection force scroll (0f5e03e)
  • editor: paste promise in render content (ee7c157)

Style

  • editor: selection color (82140bf)

0.6.0

01 Nov 23:25
Compare
Choose a tag to compare

0.6.0 (2021-11-01)

Features

  • editor: global preferences (22d50b6)
  • editor: preferences hotkeys (8ce1311)
  • graph: load last page project (b58109d)
  • project: save project in close (4a8a3dd)

Bug Fixes

  • aside: mobile close effect (b713093)
  • desktop: build linux (8b4f71d)
  • editor: alter entity not exclude content (191382a)
  • editor: close popover in mouseout (e9c0e8f)
  • editor: necessary events (6fb8a50)
  • editor: scroll in initial contexts (0b3c128)
  • graph: mobile sets (31fab2a)
  • graph: name project to reset context (a7663e1)
  • project: correct normalize save methods (a4c399a)
  • seo: title in fixed items (ff275c8)

Style

  • editor: preferences hotkeys item (f6ad486)

Structure

  • deps: update packages (b1573a7)
  • desktop: web security (0991fb2)
  • editor: remove prevents in editor keyboard (3bcc6fa)
  • pdf: default font in paragraph (07badf6)

0.5.7

31 Oct 16:02
Compare
Choose a tag to compare

0.5.7 (2021-10-31)

Features

  • editor: load local project in initial mounted call (eec154f)
  • logger: alter page (cc1a79f)

Bug Fixes

  • editor: load in correct set stores (ee0637d)
  • storage: local name key (981b046)

Refactor

  • storage: project object (e61bea2)

Structure