Skip to content

Releases: Novout/betterwrite

v1.3

27 May 00:34
d196791
Compare
Choose a tag to compare

Features

  • Schemas: New annotation settings with icons/presets
  • Dropbox support / sync with the void
  • History top-bar

Fix's

  • Local load in specific devices
  • Normalize aside annotation load

v1.2

06 May 03:27
641250b
Compare
Choose a tag to compare

1.2

Features

  • BETA - Realtime Collaboration: It is now possible to share projects in real time with users who have an account on the platform and are logged in
  • It is now possible delete and logout from user account
  • It is now possible login with Google Account Provider
  • LocalStorage have new error message in projects that are more than 10MB in size

Refactor

  • Login/Register it was rewritten with better UI/UX

Style

  • Material Switcher with new hover effect
  • Some colors in custom theme were modified

Fix's

Editor

  • Fixed paragraph insert in end enter, ignoring whitespace
  • Fixed delete text entity in insert raw content to upside entity
  • Fixed createdAT and updatedAt in entities factory

General

  • Fixed wrong paths in sitemap.xml generation
  • Fixed timer in editor bottom bar

Performance

  • Temporary disabled TextGeometry in landing
  • Google fonts request only in necessary cases

Chore

  • Update deps
  • Privacy Route
  • Auth, WebGL and Multiplayer monorepo

v1.1.15

22 Apr 16:52
695705a
Compare
Choose a tag to compare

Full Changelog: v1.1.14...v1.1.15

v1.1.13

21 Apr 16:35
Compare
Choose a tag to compare

Database

  • All tables with a RLS policy enabled.
  • JSONB instead JSON colums

Fix's

  • Fixed file controller name
  • Fixed Google ADS with ads.txt in public folder

Chore

  • Editor calls in monorepo

Full Changelog: v1.1.12...v1.1.13

v1.1.12

20 Apr 17:44
Compare
Choose a tag to compare

Full Changelog: v1.1.11...v1.1.12

v1.1.11

20 Apr 04:25
Compare
Choose a tag to compare

Full Changelog: v1.1.9...v1.1.11

v1.1.10-beta.1

20 Apr 04:15
Compare
Choose a tag to compare
v1.1.10-beta.1 Pre-release
Pre-release

Full Changelog: v1.1.0...v1.1.10-beta.1

v1.1.0

02 Apr 16:40
Compare
Choose a tag to compare

1.1 Release - Creative, EPUB Generator and The Void.

Better Write Editor Background

Features

  • (Really) Stable Version!!
  • Creative: Now the editor has a focus on creativity features, moving away from the generic aspect
  • The Void: Now the editor has a new cloud saving system in order to facilitate the transition between projects
  • Annotations: The milkdown editor has been re-engineered for a more streamlined and quick-to-use approach, plus a new annotations-only project type
  • EPUB Generator: Before the editor only relied on DOCX to create online books, but now we have native support for EPUB, including ToC and texts in italics and bold
  • Image Compression: To make your project lighter, the editor now has image compression, allowing you to smooth the size of background images or inserted images for document production
  • Automatic cloud saving is now possible by option
  • It is now possible to decide whether all background images need to cover in editor

Fix's

  • Fixed scrollbar and total sizes in Mozilla Firefox
  • Fixed some strings that didn't exists in English
  • Fixed number input component into more accurate rounding
  • Fixed the long press on mobile when opening the entity handling modal
  • Fixed unwanted words appearing in stats
  • Fixed the issue of Comments when not opening your modal a second time
  • Fixed Preferences modal when respecting side containers
  • Fixed an issue with creating new projects that by default inserted primary titles unnecessarily
  • Fixed mimetype gen in write extension for third-party integrations

Structure

  • The /about route has been rethought
  • Deletion of /plans and /dashboard routes
  • Removed all pre-cached assets
  • Upgrade all dependencies
  • Milkdown to v7
  • Typescript to v5

Docs

  • Documentation for programmers is now more concise
  • The main README.md has been completely redone

Blog Post

If you want to understand a little more about the philosophy of the application, check out a post on my blog or in medium.

v1.0

21 Mar 15:22
Compare
Choose a tag to compare

1.0 Release!

Features

  • Stable version!
  • Notion.so in login option
  • New cloud save flow
  • Google ADS
  • Reduce service-worker cache size in 60%
  • Interface improvements in mobile

Fix's

  • Some refactors
  • Correct clear WebGL buffer
  • Session redirect to editor
  • PDF exporter use CYMK by default
  • Polyfills for process and crypto

Structure

  • Supabase to v2
  • Vite to v4
  • Tsup instead Unbuild

v0.17.0

27 Sep 17:05
Compare
Choose a tag to compare

0.17 Release

Features

  • Annotations: Write whatever you want to consult the application in the near future while, without the project interfering with the project completion flow.
  • Characters: Get control of characters in the editor and always have a clear sense of where they feature prominently.
  • Custom Theme: Create your editor's look however you like, controlling fonts and the editor's background for creativity.
  • Schema.org added.
  • Clean AST v3 with additional features for contenteditable default editor.
  • Blur transparency with rgba.
  • PWA better approach.
  • Question route new responses.

Fix's

  • Image base64 converter in support .gif files.
  • Providers for handling absolute components (close in esc or click outside, for example).
  • Local .ttf fonts for not overbuilding in cache offline mode.
  • NProgress breaking in a recursive loading.
  • Initializer context for correct language choice.

Structure

  • Removed liveblocks.io implements (multiplayer monorepo package).
  • Removed logger monorepo package.
  • Removed deprecated AST v2.
  • Update all packages.
  • image-converter, google-fonts-api and extensions in a monorepo packages.
  • support.storage() in supabase loading projects.

See CHANGELOG.md for more details.