From 835c37fdd70d1fdc8d31992d19a30c723c51ebb5 Mon Sep 17 00:00:00 2001 From: Novout Date: Tue, 21 Mar 2023 12:05:37 -0300 Subject: [PATCH] v1.0.0 --- CHANGELOG.md | 3114 ++++++++--------- lerna.json | 4 +- packages/better-write-app/package.json | 30 +- .../package.json | 4 +- packages/better-write-extension/package.json | 4 +- .../package.json | 4 +- .../better-write-image-converter/package.json | 4 +- packages/better-write-languages/package.json | 6 +- .../package.json | 6 +- .../better-write-plugin-core/package.json | 4 +- .../package.json | 8 +- .../package.json | 8 +- .../package.json | 14 +- .../package.json | 8 +- .../better-write-plugin-importer/package.json | 8 +- .../better-write-plugin-theme/package.json | 6 +- packages/better-write-types/package.json | 2 +- 17 files changed, 1573 insertions(+), 1661 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e23348e1..b513d90b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2101 +1,2013 @@ -# Changelog (28/11/2022) +# Changelog (3/21/2023) Changelog was generated by [Generi](https://github.com/betterwrite/generi). Any questions, consult the documentation. +### v1.0.0 + +* **🚧 chore(editor):** remove beta bar - [[49b3d6e7](https://github.com/Novout/betterwrite/commit/49b3d6e7)] +* **🚧 chore:** readme - [[62744855](https://github.com/Novout/betterwrite/commit/62744855)] +* **🎉 feat(ads):** google script - [[19261450](https://github.com/Novout/betterwrite/commit/19261450)] +* **🔧 fix(about):** removed scroll steps - [[e24016df](https://github.com/Novout/betterwrite/commit/e24016df)] +* **🚩 refactor(format):** remove date-fns - [[1e353f14](https://github.com/Novout/betterwrite/commit/1e353f14)] +* **🚧 chore:** upgrade deps - [[eadde6e2](https://github.com/Novout/betterwrite/commit/eadde6e2)] +* **🚧 chore:** readme - [[2acb1a93](https://github.com/Novout/betterwrite/commit/2acb1a93)] +* **🎉 feat(auth):** notion.so oauth in production - [[a81e9843](https://github.com/Novout/betterwrite/commit/a81e9843)] +* **🔧 fix(auth):** don't force request key - [[ead497d8](https://github.com/Novout/betterwrite/commit/ead497d8)] +* **🎉 feat(router):** auth token - [[3f65abee](https://github.com/Novout/betterwrite/commit/3f65abee)] +* **🚧 chore:** generi repository link - [[1dc1aa87](https://github.com/Novout/betterwrite/commit/1dc1aa87)] +* **🚧 chore:** upgrade deps - [[d2d04a42](https://github.com/Novout/betterwrite/commit/d2d04a42)] +* **🚧 chore:** upgrade pdfmake - [[69d978ca](https://github.com/Novout/betterwrite/commit/69d978ca)] +* **🚧 chore:** upgrade supabase to v2 - [[72064c4c](https://github.com/Novout/betterwrite/commit/72064c4c)] +* **🚧 chore(about):** removed bundle background assets - [[4eee3351](https://github.com/Novout/betterwrite/commit/4eee3351)] +* **🚧 chore(npm):** peer dependencies in install - [[dae8e697](https://github.com/Novout/betterwrite/commit/dae8e697)] +* **🔧 fix(test):** update c8 - [[8196db21](https://github.com/Novout/betterwrite/commit/8196db21)] +* **🔧 fix(webgl):** clear cache in before leave route - [[d0d90a75](https://github.com/Novout/betterwrite/commit/d0d90a75)] +* **🚧 chore:** update vite - [[9b49ed0b](https://github.com/Novout/betterwrite/commit/9b49ed0b)] +* **🚧 chore:** tsup instead unbuild - [[3af09db3](https://github.com/Novout/betterwrite/commit/3af09db3)] + ### v0.17.14 -* **🚧 chore:** code of conduct and contributing [46bce316] +* **🚧 chore:** code of conduct and contributing - [[46bce316](https://github.com/Novout/betterwrite/commit/46bce316)] ### v0.17.13 -* **🚧 chore(package):** update generi [95d9f672] +* **🚧 chore(package):** update generi - [[95d9f672](https://github.com/Novout/betterwrite/commit/95d9f672)] ### v0.17.12 -* **🚩 refactor(editor):** header items [e60ed62f] -* **🎉 feat(editor):** icons in generate new project [ad40c059] -* **🚧 chore(app):** removed canvas-timeline features [8950e0e3] -* **🔧 fix(router):** logo back in editor dependence [bc8f428e] -* **🚧 chore(i18n):** strings only in languages repo [abbae25d] -* **🚩 refactor(project):** new project ui [cadfbd11] -* **🚧 chore(deps):** upgrade vite to v3 [7e3ecb74] -* **📝 docs:** replace readme content in docs [a3320f9e] +* **🚩 refactor(editor):** header items - [[e60ed62f](https://github.com/Novout/betterwrite/commit/e60ed62f)] +* **🎉 feat(editor):** icons in generate new project - [[ad40c059](https://github.com/Novout/betterwrite/commit/ad40c059)] +* **🚧 chore(app):** removed canvas-timeline features - [[8950e0e3](https://github.com/Novout/betterwrite/commit/8950e0e3)] +* **🔧 fix(router):** logo back in editor dependence - [[bc8f428e](https://github.com/Novout/betterwrite/commit/bc8f428e)] +* **🚧 chore(i18n):** strings only in languages repo - [[abbae25d](https://github.com/Novout/betterwrite/commit/abbae25d)] +* **🚩 refactor(project):** new project ui - [[cadfbd11](https://github.com/Novout/betterwrite/commit/cadfbd11)] +* **🚧 chore(deps):** upgrade vite to v3 - [[7e3ecb74](https://github.com/Novout/betterwrite/commit/7e3ecb74)] +* **📝 docs:** replace readme content in docs - [[a3320f9e](https://github.com/Novout/betterwrite/commit/a3320f9e)] ### v0.17.11 -* **📝 docs:** flow corrections [0bf2358d] -* **📝 docs:** improvement flux's [a1b705b3] -* **📝 docs:** typo [97f7a6c4] +* **📝 docs:** flow corrections - [[0bf2358d](https://github.com/Novout/betterwrite/commit/0bf2358d)] +* **📝 docs:** improvement flux's - [[a1b705b3](https://github.com/Novout/betterwrite/commit/a1b705b3)] ### v0.17.10 -* **🚧 chore(raw):** remove deprecated code [afa1cf08] -* **🎉 feat(ast):** trim normalize option [80cf674e] -* **🚩 refactor(editor):** preferences theme position [f036a253] -* **🔧 fix(app):** oauth redirects with existent access token in url [9d81485e] -* **🚩 refactor(editor):** options centralized hook [2f2a4930] +* **🚧 chore(raw):** remove deprecated code - [[afa1cf08](https://github.com/Novout/betterwrite/commit/afa1cf08)] +* **🎉 feat(ast):** trim normalize option - [[80cf674e](https://github.com/Novout/betterwrite/commit/80cf674e)] +* **🚩 refactor(editor):** preferences theme position - [[f036a253](https://github.com/Novout/betterwrite/commit/f036a253)] +* **🔧 fix(app):** oauth redirects with existent access token in url - [[9d81485e](https://github.com/Novout/betterwrite/commit/9d81485e)] +* **🚩 refactor(editor):** options centralized hook - [[2f2a4930](https://github.com/Novout/betterwrite/commit/2f2a4930)] ### v0.17.9 -* **🚧 chore:** readme [b7aafa1d] -* **📝 docs(tooling):** vue components structure [4cc61da6] -* **📝 docs:** entity model [46b7cd2d] -* **📝 docs:** application flow [7936cbe4] -* **📝 docs(project):** supabase choice [f7b43633] -* **📝 docs:** tooling section [1222c46c] -* **🚧 chore:** typos [f621b824] -* **🔧 fix:** typo [df24d4dc] -* **📝 docs:** generator flow section [0a7a3a3b] -* **📝 docs:** multitheme section [a48bec56] -* **🚧 chore(docs):** move .md section to docs [e7f8f183] -* **📝 docs:** plugin system docs [b24823d1] -* **🔧 fix(editor):** normalize in open other windows because a new project loader [ef0cbaa5] -* **📝 docs:** project flow [104e1c6f] -* **🚧 chore(extension):** rename to data.json base data [e1f346fa] +* **🚧 chore:** readme - [[b7aafa1d](https://github.com/Novout/betterwrite/commit/b7aafa1d)] +* **📝 docs(tooling):** vue components structure - [[4cc61da6](https://github.com/Novout/betterwrite/commit/4cc61da6)] +* **📝 docs:** entity model - [[46b7cd2d](https://github.com/Novout/betterwrite/commit/46b7cd2d)] +* **📝 docs:** application flow - [[7936cbe4](https://github.com/Novout/betterwrite/commit/7936cbe4)] +* **📝 docs(project):** supabase choice - [[f7b43633](https://github.com/Novout/betterwrite/commit/f7b43633)] +* **📝 docs:** tooling section - [[1222c46c](https://github.com/Novout/betterwrite/commit/1222c46c)] +* **📝 docs:** generator flow section - [[0a7a3a3b](https://github.com/Novout/betterwrite/commit/0a7a3a3b)] +* **📝 docs:** multitheme section - [[a48bec56](https://github.com/Novout/betterwrite/commit/a48bec56)] +* **🚧 chore(docs):** move .md section to docs - [[e7f8f183](https://github.com/Novout/betterwrite/commit/e7f8f183)] +* **📝 docs:** plugin system docs - [[b24823d1](https://github.com/Novout/betterwrite/commit/b24823d1)] +* **🔧 fix(editor):** normalize in open other windows because a new project loader - [[ef0cbaa5](https://github.com/Novout/betterwrite/commit/ef0cbaa5)] +* **📝 docs:** project flow - [[104e1c6f](https://github.com/Novout/betterwrite/commit/104e1c6f)] +* **🚧 chore(extension):** rename to data.json base data - [[e1f346fa](https://github.com/Novout/betterwrite/commit/e1f346fa)] ### v0.17.8 -* **🚧 chore:** update deps [ecfdd166] -* **🚧 chore:** rename new projects [9fe21c82] -* **🚧 chore:** threejs typo [b28e1555] +* **🚧 chore:** update deps - [[ecfdd166](https://github.com/Novout/betterwrite/commit/ecfdd166)] +* **🚧 chore:** rename new projects - [[9fe21c82](https://github.com/Novout/betterwrite/commit/9fe21c82)] ### v0.17.7 -* **🔧 fix:** typos [922fb96f] -* **🔧 fix:** build [c4798d83] -* **🔧 fix:** build [d80dcd0f] +* **🔧 fix:** build - [[c4798d83](https://github.com/Novout/betterwrite/commit/c4798d83)] +* **🔧 fix:** build - [[d80dcd0f](https://github.com/Novout/betterwrite/commit/d80dcd0f)] ### v0.17.6 -* **🚧 chore:** update deps [98fbe88a] -* **🎉 feat(annotations):** draggable files [1448cfc6] -* **🔧 fix(editor):** interceptor typo [1df2a5d6] -* **🔧 fix(milkdown):** paragraph break in multiple rows [3e902f68] -* **🚧 chore(milkdown):** theme css variables [52bc184b] -* **🚧 chore(monorepo):** dependencies centralized in better-write-app [f1c15311] -* **🚩 refactor(app):** general improvements [fcab1a26] +* **🚧 chore:** update deps - [[98fbe88a](https://github.com/Novout/betterwrite/commit/98fbe88a)] +* **🎉 feat(annotations):** draggable files - [[1448cfc6](https://github.com/Novout/betterwrite/commit/1448cfc6)] +* **🔧 fix(milkdown):** paragraph break in multiple rows - [[3e902f68](https://github.com/Novout/betterwrite/commit/3e902f68)] +* **🚧 chore(milkdown):** theme css variables - [[52bc184b](https://github.com/Novout/betterwrite/commit/52bc184b)] +* **🚧 chore(monorepo):** dependencies centralized in better-write-app - [[f1c15311](https://github.com/Novout/betterwrite/commit/f1c15311)] +* **🚩 refactor(app):** general improvements - [[fcab1a26](https://github.com/Novout/betterwrite/commit/fcab1a26)] ### v0.17.5 -* **🚩 refactor(ast):** v2 normalize to astutils normalize [fe8dc400] -* **🔧 fix(tools):** revert finder ignore empty cases [8f570fbf] -* **🔧 fix(editor):** pwa prompt background [252122aa] +* **🚩 refactor(ast):** v2 normalize to astutils normalize - [[fe8dc400](https://github.com/Novout/betterwrite/commit/fe8dc400)] +* **🔧 fix(tools):** revert finder ignore empty cases - [[8f570fbf](https://github.com/Novout/betterwrite/commit/8f570fbf)] +* **🔧 fix(editor):** pwa prompt background - [[252122aa](https://github.com/Novout/betterwrite/commit/252122aa)] ### v0.17.4 -* **🎉 feat(tutorial):** new sections and template resources [4d4aa607] -* **🚩 refactor(plugin):** calls system [4f907781] -* **🔧 fix:** readme typos [10dd1deb] -* **🔧 fix(landing):** font typo [e1c523bd] -* **🚧 chore:** typos [4a5d7c3b] +* **🎉 feat(tutorial):** new sections and template resources - [[4d4aa607](https://github.com/Novout/betterwrite/commit/4d4aa607)] +* **🚩 refactor(plugin):** calls system - [[4f907781](https://github.com/Novout/betterwrite/commit/4f907781)] ### v0.17.3 -* **🔧 fix(monorepo):** vite preview correct work [8e40f05e] -* **🎉 feat(editor):** icons in paragraph block [c3b1129c] -* **🔧 fix(pdf):** convert svg to png in draw case [08d98ecc] -* **🚧 chore:** readme [1e68d2a1] -* **🚧 chore(app):** vue-directive-providers implements [71130c58] -* **🎉 feat(editor):** tutorial implementation [3f47cc3a] -* **🚧 chore(editor):** remove v-motion in base render [9e6beb71] -* **🎉 feat(build):** dynamic sitemap.xml and robots.txt [f652c38e] +* **🔧 fix(monorepo):** vite preview correct work - [[8e40f05e](https://github.com/Novout/betterwrite/commit/8e40f05e)] +* **🎉 feat(editor):** icons in paragraph block - [[c3b1129c](https://github.com/Novout/betterwrite/commit/c3b1129c)] +* **🔧 fix(pdf):** convert svg to png in draw case - [[08d98ecc](https://github.com/Novout/betterwrite/commit/08d98ecc)] +* **🚧 chore:** readme - [[1e68d2a1](https://github.com/Novout/betterwrite/commit/1e68d2a1)] +* **🚧 chore(app):** vue-directive-providers implements - [[71130c58](https://github.com/Novout/betterwrite/commit/71130c58)] +* **🎉 feat(editor):** tutorial implementation - [[3f47cc3a](https://github.com/Novout/betterwrite/commit/3f47cc3a)] +* **🚧 chore(editor):** remove v-motion in base render - [[9e6beb71](https://github.com/Novout/betterwrite/commit/9e6beb71)] +* **🎉 feat(build):** dynamic sitemap.xml and robots.txt - [[f652c38e](https://github.com/Novout/betterwrite/commit/f652c38e)] ### v0.17.2 -* **🚧 chore(assets):** remove unused gif [786ddc70] -* **🚧 chore(editor):** preferences advanced in configuration [ed3b18b4] -* **🚧 chore:** readme [cfae13c1] -* **🎉 feat(build):** css transforms for better letter appearance [2c06c094] -* **🔧 fix(storage):** loader external projects [ac953d68] -* **🎉 feat(storage):** compress json project [4b17e0af] -* **🚩 refactor(tools):** corrector total rework" [68af1b6e] -* **🚩 refactor(tools):** drafts complete rework [2d95deda] -* **🚧 chore(editor):** header margins in items [16bf13d5] +* **🚧 chore(assets):** remove unused gif - [[786ddc70](https://github.com/Novout/betterwrite/commit/786ddc70)] +* **🚧 chore(editor):** preferences advanced in configuration - [[ed3b18b4](https://github.com/Novout/betterwrite/commit/ed3b18b4)] +* **🚧 chore:** readme - [[cfae13c1](https://github.com/Novout/betterwrite/commit/cfae13c1)] +* **🎉 feat(build):** css transforms for better letter appearance - [[2c06c094](https://github.com/Novout/betterwrite/commit/2c06c094)] +* **🔧 fix(storage):** loader external projects - [[ac953d68](https://github.com/Novout/betterwrite/commit/ac953d68)] +* **🎉 feat(storage):** compress json project - [[4b17e0af](https://github.com/Novout/betterwrite/commit/4b17e0af)] +* **🚩 refactor(tools):** corrector total rework" - [[68af1b6e](https://github.com/Novout/betterwrite/commit/68af1b6e)] +* **🚩 refactor(tools):** drafts complete rework - [[2d95deda](https://github.com/Novout/betterwrite/commit/2d95deda)] +* **🚧 chore(editor):** header margins in items - [[16bf13d5](https://github.com/Novout/betterwrite/commit/16bf13d5)] ### v0.17.1 -* **🎉 feat(editor):** icons in tools header bar [ef49cf1b] -* **🎉 feat(editor):** customize sidebar and topbar [e9bbb315] -* **🎉 feat(characters):** dropdown and icons [8034416a] -* **🔧 fix(loader):** image default reader images in mobile and desktop [d67cba79] -* **🔧 fix(characters):** entity index in wrap innerHTML [4dc07123] -* **🚧 chore(theme):** betterwrite-custom color bar [8ad2af20] +* **🎉 feat(editor):** icons in tools header bar - [[ef49cf1b](https://github.com/Novout/betterwrite/commit/ef49cf1b)] +* **🎉 feat(editor):** customize sidebar and topbar - [[e9bbb315](https://github.com/Novout/betterwrite/commit/e9bbb315)] +* **🎉 feat(characters):** dropdown and icons - [[8034416a](https://github.com/Novout/betterwrite/commit/8034416a)] +* **🔧 fix(loader):** image default reader images in mobile and desktop - [[d67cba79](https://github.com/Novout/betterwrite/commit/d67cba79)] +* **🔧 fix(characters):** entity index in wrap innerHTML - [[4dc07123](https://github.com/Novout/betterwrite/commit/4dc07123)] +* **🚧 chore(theme):** betterwrite-custom color bar - [[8ad2af20](https://github.com/Novout/betterwrite/commit/8ad2af20)] ### v0.17.0 -* **🚧 chore(app):** support providers [02424dab] -* **🔧 fix(editor):** transition in initial fallback reactive settings [b7136838] -* **📐 chore(build):** unbuild upgrade [15c3378a] -* **🚧 chore(package):** remove liveblocks.io [d3294607] -* **🚧 chore(pdf):** new image tracker in configuration [875c338a] -* **🔧 fix(characters):** load colors in a existent entities sets [76dc5b45] -* **🚧 chore(drafts):** new icons and button component [42a09782] -* **🚧 chore:** typo [82759e5d] -* **🔧 fix(editor):** overflow z-index in header open case [5b8d4278] -* **🎉 feat(editor):** image loader limit size [bf9d14c5] -* **🚧 chore(theme):** tools base colors [1112ac7a] -* **🎉 feat(theme):** dynamic blur transparency in modals and over z-index [4c373ac8] -* **🚧 chore(about):** default editor logo [d8a09575] -* **🎉 feat(editor):** custom background filters [da5c1fb0] -* **🔧 fix:** typo [0d032f6d] -* **🚧 chore(theme):** toast and other improves in custom background [315a81e0] -* **🚧 chore:** typos [75081b72] -* **🎉 feat(theme):** initial custom theme implementation [21559b46] -* **🔧 fix(supabase):** support new features in load deprecated projects [847951d8] -* **🔧 fix:** typos [29908b59] -* **🔧 fix(editor):** new autosave in beforeunload hook [be693b32] -* **🔧 fix(editor):** prefereces font reset in a down google fonts toggle [0276dae5] -* **🚧 chore(css):** remove default font for correct root propagation [9fcc89c2] -* **🎉 feat(editor):** customize base fonts in entity blocks [d267e28f] -* **🚧 chore(preferences):** bars list in configuration [4b6f0e3a] -* **🚧 chore(app):** initializer isolated contexts [01dc474c] -* **🔧 fix(header):** height warning in a header spinner [3e7e0235] -* **🔧 fix(characters):** priority visual !important [1742768e] -* **🚧 chore:** readme characters [83bbe851] -* **🔧 fix(characters):** reset colors in exclude or change cases [f0976dfe] -* **🚧 chore(app):** removed unused resources [99b48282] -* **🚩 refactor(editor):** account image header in loading and error cases [32f94c98] -* **🎉 feat(characters):** toast and async computed data resolver [2fbfa50a] -* **🚧 chore(characters):** positions and transitions [810b1611] -* **🔧 fix(build):** revert pwa plugin 0.13.2 to 0.12.8 [cf2caacb] -* **🔧 fix(theme):** load theme in a new project [6ed0f5b2] -* **🚧 chore:** update packages [59a3b74b] -* **🎉 feat(characters):** transformer in name case select [b49db9ed] -* **🚧 chore:** rework loading chunks and visual bars [e66ea318] -* **🔧 fix(editor):** revert onmounted hook to start listeners [f48ac407] -* **🎉 feat(characters):** handlers and interface for insert and remove items [46749071] -* **🚧 chore(app):** default favicon [c54a86c0] -* **🎉 feat(characters):** initial implementation [65e1ce6e] -* **🚧 chore(editor):** insertions in header [fb345a98] -* **🔧 fix(path):** workaround vite problem in assets handling fonts .ttf [83c0fba8] -* **🔧 fix(local):** intermediate request in public folder glob patterns [2eb6933d] -* **🔧 fix(css):** font family default fonts source [5c09bd27] -* **🎉 feat(css):** cache fonts .ttf for general use [16185d45] -* **🎉 feat(app):** schema.org implementation [90b88d76] -* **🚧 chore(app):** better pwa aproach [eee666e7] -* **🚧 chore(fonts):** ignore default errors because try in offline mode [f12b5bde] -* **🔧 fix(editor):** header profile logo in a null case [9ac45ab5] -* **🔧 fix(test):** typo [b8c16d72] -* **🚧 chore(google):** google fonts api in a monorepo [ceb7ffb2] -* **🎉 feat(questions):** new responses [add957b5] +* **🚧 chore(app):** support providers - [[02424dab](https://github.com/Novout/betterwrite/commit/02424dab)] +* **🔧 fix(editor):** transition in initial fallback reactive settings - [[b7136838](https://github.com/Novout/betterwrite/commit/b7136838)] +* **📐 chore(build):** unbuild upgrade - [[15c3378a](https://github.com/Novout/betterwrite/commit/15c3378a)] +* **🚧 chore(package):** remove liveblocks.io - [[d3294607](https://github.com/Novout/betterwrite/commit/d3294607)] +* **🚧 chore(pdf):** new image tracker in configuration - [[875c338a](https://github.com/Novout/betterwrite/commit/875c338a)] +* **🔧 fix(characters):** load colors in a existent entities sets - [[76dc5b45](https://github.com/Novout/betterwrite/commit/76dc5b45)] +* **🚧 chore(drafts):** new icons and button component - [[42a09782](https://github.com/Novout/betterwrite/commit/42a09782)] +* **🔧 fix(editor):** overflow z-index in header open case - [[5b8d4278](https://github.com/Novout/betterwrite/commit/5b8d4278)] +* **🎉 feat(editor):** image loader limit size - [[bf9d14c5](https://github.com/Novout/betterwrite/commit/bf9d14c5)] +* **🚧 chore(theme):** tools base colors - [[1112ac7a](https://github.com/Novout/betterwrite/commit/1112ac7a)] +* **🎉 feat(theme):** dynamic blur transparency in modals and over z-index - [[4c373ac8](https://github.com/Novout/betterwrite/commit/4c373ac8)] +* **🚧 chore(about):** default editor logo - [[d8a09575](https://github.com/Novout/betterwrite/commit/d8a09575)] +* **🎉 feat(editor):** custom background filters - [[da5c1fb0](https://github.com/Novout/betterwrite/commit/da5c1fb0)] +* **🚧 chore(theme):** toast and other improves in custom background - [[315a81e0](https://github.com/Novout/betterwrite/commit/315a81e0)] +* **🎉 feat(theme):** initial custom theme implementation - [[21559b46](https://github.com/Novout/betterwrite/commit/21559b46)] +* **🔧 fix(supabase):** support new features in load deprecated projects - [[847951d8](https://github.com/Novout/betterwrite/commit/847951d8)] +* **🔧 fix(editor):** new autosave in beforeunload hook - [[be693b32](https://github.com/Novout/betterwrite/commit/be693b32)] +* **🔧 fix(editor):** prefereces font reset in a down google fonts toggle - [[0276dae5](https://github.com/Novout/betterwrite/commit/0276dae5)] +* **🚧 chore(css):** remove default font for correct root propagation - [[9fcc89c2](https://github.com/Novout/betterwrite/commit/9fcc89c2)] +* **🎉 feat(editor):** customize base fonts in entity blocks - [[d267e28f](https://github.com/Novout/betterwrite/commit/d267e28f)] +* **🚧 chore(preferences):** bars list in configuration - [[4b6f0e3a](https://github.com/Novout/betterwrite/commit/4b6f0e3a)] +* **🚧 chore(app):** initializer isolated contexts - [[01dc474c](https://github.com/Novout/betterwrite/commit/01dc474c)] +* **🔧 fix(header):** height warning in a header spinner - [[3e7e0235](https://github.com/Novout/betterwrite/commit/3e7e0235)] +* **🔧 fix(characters):** priority visual !important - [[1742768e](https://github.com/Novout/betterwrite/commit/1742768e)] +* **🚧 chore:** readme characters - [[83bbe851](https://github.com/Novout/betterwrite/commit/83bbe851)] +* **🔧 fix(characters):** reset colors in exclude or change cases - [[f0976dfe](https://github.com/Novout/betterwrite/commit/f0976dfe)] +* **🚧 chore(app):** removed unused resources - [[99b48282](https://github.com/Novout/betterwrite/commit/99b48282)] +* **🚩 refactor(editor):** account image header in loading and error cases - [[32f94c98](https://github.com/Novout/betterwrite/commit/32f94c98)] +* **🎉 feat(characters):** toast and async computed data resolver - [[2fbfa50a](https://github.com/Novout/betterwrite/commit/2fbfa50a)] +* **🚧 chore(characters):** positions and transitions - [[810b1611](https://github.com/Novout/betterwrite/commit/810b1611)] +* **🔧 fix(build):** revert pwa plugin 0.13.2 to 0.12.8 - [[cf2caacb](https://github.com/Novout/betterwrite/commit/cf2caacb)] +* **🔧 fix(theme):** load theme in a new project - [[6ed0f5b2](https://github.com/Novout/betterwrite/commit/6ed0f5b2)] +* **🚧 chore:** update packages - [[59a3b74b](https://github.com/Novout/betterwrite/commit/59a3b74b)] +* **🎉 feat(characters):** transformer in name case select - [[b49db9ed](https://github.com/Novout/betterwrite/commit/b49db9ed)] +* **🚧 chore:** rework loading chunks and visual bars - [[e66ea318](https://github.com/Novout/betterwrite/commit/e66ea318)] +* **🔧 fix(editor):** revert onmounted hook to start listeners - [[f48ac407](https://github.com/Novout/betterwrite/commit/f48ac407)] +* **🎉 feat(characters):** handlers and interface for insert and remove items - [[46749071](https://github.com/Novout/betterwrite/commit/46749071)] +* **🚧 chore(app):** default favicon - [[c54a86c0](https://github.com/Novout/betterwrite/commit/c54a86c0)] +* **🎉 feat(characters):** initial implementation - [[65e1ce6e](https://github.com/Novout/betterwrite/commit/65e1ce6e)] +* **🚧 chore(editor):** insertions in header - [[fb345a98](https://github.com/Novout/betterwrite/commit/fb345a98)] +* **🔧 fix(path):** workaround vite problem in assets handling fonts .ttf - [[83c0fba8](https://github.com/Novout/betterwrite/commit/83c0fba8)] +* **🔧 fix(local):** intermediate request in public folder glob patterns - [[2eb6933d](https://github.com/Novout/betterwrite/commit/2eb6933d)] +* **🔧 fix(css):** font family default fonts source - [[5c09bd27](https://github.com/Novout/betterwrite/commit/5c09bd27)] +* **🎉 feat(css):** cache fonts .ttf for general use - [[16185d45](https://github.com/Novout/betterwrite/commit/16185d45)] +* **🎉 feat(app):** schema.org implementation - [[90b88d76](https://github.com/Novout/betterwrite/commit/90b88d76)] +* **🚧 chore(app):** better pwa aproach - [[eee666e7](https://github.com/Novout/betterwrite/commit/eee666e7)] +* **🚧 chore(fonts):** ignore default errors because try in offline mode - [[f12b5bde](https://github.com/Novout/betterwrite/commit/f12b5bde)] +* **🔧 fix(editor):** header profile logo in a null case - [[9ac45ab5](https://github.com/Novout/betterwrite/commit/9ac45ab5)] +* **🚧 chore(google):** google fonts api in a monorepo - [[ceb7ffb2](https://github.com/Novout/betterwrite/commit/ceb7ffb2)] +* **🎉 feat(questions):** new responses - [[add957b5](https://github.com/Novout/betterwrite/commit/add957b5)] ### v0.16.20 -* **🎉 feat(annotations):** create file and load in a folder create [c0dd61a1] -* **🚧 chore(mobile):** size graph icons [4e5b80bb] -* **🔧 fix(storage):** null typing in destr object [eb8cc97b] -* **🎉 feat(editor):** dev mode commands [0fb379a1] -* **🔧 fix(factory):** unused generator json [ec4d1559] -* **🔧 test(ast):** occurrences in utils string target [fbf86b52] -* **🔧 fix(ast):** correct search occurrences in a raw text [92e5a55a] -* **🔧 fix(graph):** individual chapters approach [7eeba2a0] -* **🚧 chore(theme):** infinity selection color [67eeb249] -* **🎉 feat(editor):** globar bar loader [e6e6ee95] -* **🚧 chore:** readme badges [7a2a922a] -* **🚩 refactor(lang):** promise results in switch language [79f36167] -* **🎉 feat(sentry):** log tracking and prod mode [e423fc0d] -* **🔧 fix(annotations):** unmount component in base setting [b575487a] -* **🔧 fix(storage):** logger object submit [19a4bc7c] -* **🚧 chore:** readme new features [5298b906] -* **🔧 fix(preferences):** mobile overflow scroll [a41df8ff] -* **🎉 feat(theme):** dynamic theme-color [987c186c] -* **🔧 fix(history):** unshift in exact index value for instant tick [888c11af] -* **🔧 test:** remove vitest in empty package tests [85839862] -* **🗿 ci:** update tests to node 16.x [be8bbcf0] -* **🚧 chore(package):** remove logger plugin [8ebb9a79] -* **🎉 feat(extension):** .bw zip sets in json archives [5e506a85] -* **🎉 feat(editor):** underline and undo commands [ed4ad60e] -* **🎉 feat(editor):** history undo inserts and delete [ff23aad1] -* **🚧 chore(vue):** @vueuse in build system propagation [e5c8214a] -* **🔧 fix(editor):** overlap in save large scale projects [f74e028d] -* **🚧 chore(package):** update packages [217cbbac] -* **🚧 chore(graph):** icons and fonts positions [ba24789d] -* **🎉 feat(annotations):** trailing, upload and emoji plugin [098bab8c] -* **🔧 fix(annotations):** empty block in reactivity text save [c5e8934c] -* **🎉 feat(annotations):** new milkdown plugins [6c9bddcf] -* **🎉 feat(annotations):** promised nprogress tracking [add952e7] -* **🎉 feat(annotations):** delete files and folder [c2ad51bc] -* **🎉 feat(annotations):** reactivity in save object files and folders [56e41716] -* **🎉 feat(annotations):** initial folders structure [1bf34330] -* **🎉 feat(editor):** annotations plugin initial [1b5a203c] -* **🔧 fix(graph):** load prev context in chapter name [e647aa6c] -* **🔧 fix(editor):** image in set item [5b92469f] -* **🔧 fix(editor):** image normalize and drop extension support [bfbfacf5] -* **🔧 test(ast):** remove rows [c3ee5948] -* **🔧 fix(ast):** possible string in row break [b6dd3864] -* **🔧 test(ast):** rename default variable set [0ec7742a] -* **🚧 chore(test):** vitest new setup [487feb1c] -* **🔧 fix(html):** purge raw text before html tags creation [84d33881] -* **🔧 fix(ast):** deep-recursive tags inside other text insert [0cba1dff] -* **🚧 chore:** packages readme [0b7e0899] -* **🚧 chore(package):** update monorepo tools [7ba6bcbc] -* **🚩 refactor(editor):** contenteditable ast new implementation [ea6f27e1] -* **🚧 chore(monorepo):** typo [6b8b5211] -* **🔧 fix(image):** conversor svg in factory image creation [2bab439f] -* **🎉 feat(generator):** image conversor [2ff10604] -* **🔧 fix(build):** type errors in wrong package name [437fce08] -* **🚧 chore(monorepo):** exporters plugin and languages rename [c0bcd663] -* **🚧 chore(editor):** chapter icon [689304c8] -* **🎉 feat(questions):** html support [aea26ea1] -* **🎉 feat(html):** generator support all blocks [9a787e2c] -* **🎉 feat(generator):** .html support extension [b9ceb35e] -* **🎉 feat(dashboard):** image project [e6c426db] -* **🚧 chore(vite):** update for v3 [feb11b0e] -* **🎉 feat(graph):** icons in title bar [d5a53fb3] -* **🚩 refactor(editor):** custom entity in only generator template [a476fb6c] -* **🚧 chore(project):** padronize creation in importer and normal context [dc913d6e] -* **🎉 feat(timeline):** initial scope [5da8d39e] -* **🚧 chore(pdf):** blank project in generate instant [84282fca] -* **🚧 chore(pdf):** import definitions alerts [fd5358d6] -* **🔧 fix(preferences):** container scroll [3c286c15] -* **🚧 chore(pdf):** preview in configuration modal [0684dbed] -* **🔧 fix(pdf):** color pick instead number in heading configuration [9ad9d67a] -* **🎉 feat(pdf):** tooltip in configuration template [84e01232] -* **🚧 chore(pdf):** configuration in generator items slot [4b804618] -* **🚧 chore(docx):** flow hidden config [52ce15ee] -* **🔧 fix(entity):** switch reset properties [d99392d7] -* **🔧 fix(pdf):** checkbox in correct sizes [feeb08c4] -* **🚩 refactor(pdf):** rewrite configuration slots [cf277158] -* **🎉 feat(docx):** supports list and checkbox [0d7c8c74] -* **🔧 fix(pdf):** list and checkbox default margins [335dea21] +* **🎉 feat(annotations):** create file and load in a folder create - [[c0dd61a1](https://github.com/Novout/betterwrite/commit/c0dd61a1)] +* **🚧 chore(mobile):** size graph icons - [[4e5b80bb](https://github.com/Novout/betterwrite/commit/4e5b80bb)] +* **🔧 fix(storage):** null typing in destr object - [[eb8cc97b](https://github.com/Novout/betterwrite/commit/eb8cc97b)] +* **🎉 feat(editor):** dev mode commands - [[0fb379a1](https://github.com/Novout/betterwrite/commit/0fb379a1)] +* **🔧 fix(factory):** unused generator json - [[ec4d1559](https://github.com/Novout/betterwrite/commit/ec4d1559)] +* **🔧 test(ast):** occurrences in utils string target - [[fbf86b52](https://github.com/Novout/betterwrite/commit/fbf86b52)] +* **🔧 fix(ast):** correct search occurrences in a raw text - [[92e5a55a](https://github.com/Novout/betterwrite/commit/92e5a55a)] +* **🔧 fix(graph):** individual chapters approach - [[7eeba2a0](https://github.com/Novout/betterwrite/commit/7eeba2a0)] +* **🚧 chore(theme):** infinity selection color - [[67eeb249](https://github.com/Novout/betterwrite/commit/67eeb249)] +* **🎉 feat(editor):** globar bar loader - [[e6e6ee95](https://github.com/Novout/betterwrite/commit/e6e6ee95)] +* **🚧 chore:** readme badges - [[7a2a922a](https://github.com/Novout/betterwrite/commit/7a2a922a)] +* **🚩 refactor(lang):** promise results in switch language - [[79f36167](https://github.com/Novout/betterwrite/commit/79f36167)] +* **🎉 feat(sentry):** log tracking and prod mode - [[e423fc0d](https://github.com/Novout/betterwrite/commit/e423fc0d)] +* **🔧 fix(annotations):** unmount component in base setting - [[b575487a](https://github.com/Novout/betterwrite/commit/b575487a)] +* **🔧 fix(storage):** logger object submit - [[19a4bc7c](https://github.com/Novout/betterwrite/commit/19a4bc7c)] +* **🚧 chore:** readme new features - [[5298b906](https://github.com/Novout/betterwrite/commit/5298b906)] +* **🔧 fix(preferences):** mobile overflow scroll - [[a41df8ff](https://github.com/Novout/betterwrite/commit/a41df8ff)] +* **🎉 feat(theme):** dynamic theme-color - [[987c186c](https://github.com/Novout/betterwrite/commit/987c186c)] +* **🔧 fix(history):** unshift in exact index value for instant tick - [[888c11af](https://github.com/Novout/betterwrite/commit/888c11af)] +* **🔧 test:** remove vitest in empty package tests - [[85839862](https://github.com/Novout/betterwrite/commit/85839862)] +* **🗿 ci:** update tests to node 16.x - [[be8bbcf0](https://github.com/Novout/betterwrite/commit/be8bbcf0)] +* **🚧 chore(package):** remove logger plugin - [[8ebb9a79](https://github.com/Novout/betterwrite/commit/8ebb9a79)] +* **🎉 feat(extension):** .bw zip sets in json archives - [[5e506a85](https://github.com/Novout/betterwrite/commit/5e506a85)] +* **🎉 feat(editor):** underline and undo commands - [[ed4ad60e](https://github.com/Novout/betterwrite/commit/ed4ad60e)] +* **🎉 feat(editor):** history undo inserts and delete - [[ff23aad1](https://github.com/Novout/betterwrite/commit/ff23aad1)] +* **🚧 chore(vue):** @vueuse in build system propagation - [[e5c8214a](https://github.com/Novout/betterwrite/commit/e5c8214a)] +* **🔧 fix(editor):** overlap in save large scale projects - [[f74e028d](https://github.com/Novout/betterwrite/commit/f74e028d)] +* **🚧 chore(package):** update packages - [[217cbbac](https://github.com/Novout/betterwrite/commit/217cbbac)] +* **🚧 chore(graph):** icons and fonts positions - [[ba24789d](https://github.com/Novout/betterwrite/commit/ba24789d)] +* **🎉 feat(annotations):** trailing, upload and emoji plugin - [[098bab8c](https://github.com/Novout/betterwrite/commit/098bab8c)] +* **🔧 fix(annotations):** empty block in reactivity text save - [[c5e8934c](https://github.com/Novout/betterwrite/commit/c5e8934c)] +* **🎉 feat(annotations):** new milkdown plugins - [[6c9bddcf](https://github.com/Novout/betterwrite/commit/6c9bddcf)] +* **🎉 feat(annotations):** promised nprogress tracking - [[add952e7](https://github.com/Novout/betterwrite/commit/add952e7)] +* **🎉 feat(annotations):** delete files and folder - [[c2ad51bc](https://github.com/Novout/betterwrite/commit/c2ad51bc)] +* **🎉 feat(annotations):** reactivity in save object files and folders - [[56e41716](https://github.com/Novout/betterwrite/commit/56e41716)] +* **🎉 feat(annotations):** initial folders structure - [[1bf34330](https://github.com/Novout/betterwrite/commit/1bf34330)] +* **🎉 feat(editor):** annotations plugin initial - [[1b5a203c](https://github.com/Novout/betterwrite/commit/1b5a203c)] +* **🔧 fix(graph):** load prev context in chapter name - [[e647aa6c](https://github.com/Novout/betterwrite/commit/e647aa6c)] +* **🔧 fix(editor):** image in set item - [[5b92469f](https://github.com/Novout/betterwrite/commit/5b92469f)] +* **🔧 fix(editor):** image normalize and drop extension support - [[bfbfacf5](https://github.com/Novout/betterwrite/commit/bfbfacf5)] +* **🔧 test(ast):** remove rows - [[c3ee5948](https://github.com/Novout/betterwrite/commit/c3ee5948)] +* **🔧 fix(ast):** possible string in row break - [[b6dd3864](https://github.com/Novout/betterwrite/commit/b6dd3864)] +* **🔧 test(ast):** rename default variable set - [[0ec7742a](https://github.com/Novout/betterwrite/commit/0ec7742a)] +* **🚧 chore(test):** vitest new setup - [[487feb1c](https://github.com/Novout/betterwrite/commit/487feb1c)] +* **🔧 fix(html):** purge raw text before html tags creation - [[84d33881](https://github.com/Novout/betterwrite/commit/84d33881)] +* **🔧 fix(ast):** deep-recursive tags inside other text insert - [[0cba1dff](https://github.com/Novout/betterwrite/commit/0cba1dff)] +* **🚧 chore:** packages readme - [[0b7e0899](https://github.com/Novout/betterwrite/commit/0b7e0899)] +* **🚧 chore(package):** update monorepo tools - [[7ba6bcbc](https://github.com/Novout/betterwrite/commit/7ba6bcbc)] +* **🚩 refactor(editor):** contenteditable ast new implementation - [[ea6f27e1](https://github.com/Novout/betterwrite/commit/ea6f27e1)] +* **🔧 fix(image):** conversor svg in factory image creation - [[2bab439f](https://github.com/Novout/betterwrite/commit/2bab439f)] +* **🎉 feat(generator):** image conversor - [[2ff10604](https://github.com/Novout/betterwrite/commit/2ff10604)] +* **🔧 fix(build):** type errors in wrong package name - [[437fce08](https://github.com/Novout/betterwrite/commit/437fce08)] +* **🚧 chore(monorepo):** exporters plugin and languages rename - [[c0bcd663](https://github.com/Novout/betterwrite/commit/c0bcd663)] +* **🚧 chore(editor):** chapter icon - [[689304c8](https://github.com/Novout/betterwrite/commit/689304c8)] +* **🎉 feat(questions):** html support - [[aea26ea1](https://github.com/Novout/betterwrite/commit/aea26ea1)] +* **🎉 feat(html):** generator support all blocks - [[9a787e2c](https://github.com/Novout/betterwrite/commit/9a787e2c)] +* **🎉 feat(generator):** .html support extension - [[b9ceb35e](https://github.com/Novout/betterwrite/commit/b9ceb35e)] +* **🎉 feat(dashboard):** image project - [[e6c426db](https://github.com/Novout/betterwrite/commit/e6c426db)] +* **🚧 chore(vite):** update for v3 - [[feb11b0e](https://github.com/Novout/betterwrite/commit/feb11b0e)] +* **🎉 feat(graph):** icons in title bar - [[d5a53fb3](https://github.com/Novout/betterwrite/commit/d5a53fb3)] +* **🚩 refactor(editor):** custom entity in only generator template - [[a476fb6c](https://github.com/Novout/betterwrite/commit/a476fb6c)] +* **🚧 chore(project):** padronize creation in importer and normal context - [[dc913d6e](https://github.com/Novout/betterwrite/commit/dc913d6e)] +* **🎉 feat(timeline):** initial scope - [[5da8d39e](https://github.com/Novout/betterwrite/commit/5da8d39e)] +* **🚧 chore(pdf):** blank project in generate instant - [[84282fca](https://github.com/Novout/betterwrite/commit/84282fca)] +* **🚧 chore(pdf):** import definitions alerts - [[fd5358d6](https://github.com/Novout/betterwrite/commit/fd5358d6)] +* **🔧 fix(preferences):** container scroll - [[3c286c15](https://github.com/Novout/betterwrite/commit/3c286c15)] +* **🚧 chore(pdf):** preview in configuration modal - [[0684dbed](https://github.com/Novout/betterwrite/commit/0684dbed)] +* **🔧 fix(pdf):** color pick instead number in heading configuration - [[9ad9d67a](https://github.com/Novout/betterwrite/commit/9ad9d67a)] +* **🎉 feat(pdf):** tooltip in configuration template - [[84e01232](https://github.com/Novout/betterwrite/commit/84e01232)] +* **🚧 chore(pdf):** configuration in generator items slot - [[4b804618](https://github.com/Novout/betterwrite/commit/4b804618)] +* **🚧 chore(docx):** flow hidden config - [[52ce15ee](https://github.com/Novout/betterwrite/commit/52ce15ee)] +* **🔧 fix(entity):** switch reset properties - [[d99392d7](https://github.com/Novout/betterwrite/commit/d99392d7)] +* **🔧 fix(pdf):** checkbox in correct sizes - [[feeb08c4](https://github.com/Novout/betterwrite/commit/feeb08c4)] +* **🚩 refactor(pdf):** rewrite configuration slots - [[cf277158](https://github.com/Novout/betterwrite/commit/cf277158)] +* **🎉 feat(docx):** supports list and checkbox - [[0d7c8c74](https://github.com/Novout/betterwrite/commit/0d7c8c74)] +* **🔧 fix(pdf):** list and checkbox default margins - [[335dea21](https://github.com/Novout/betterwrite/commit/335dea21)] ### v0.16.8 -* **🔧 fix(Docx):** normalize in create file [6bf10ac2] -* **🔧 fix(generator):** save in close configuration [4d83f86d] -* **🎉 feat(Docx):** blocks support [d905986a] -* **🎉 feat(docx):** flow support [92e1141c] -* **🎉 feat(docx):** bw addon [d935e00f] -* **🎉 feat(docx):** custom entity support [2f11c3e5] -* **🔧 fix(about):** scrolling force stop in section [bec25b35] -* **🔧 fix:** typo [a868cc1b] +* **🔧 fix(Docx):** normalize in create file - [[6bf10ac2](https://github.com/Novout/betterwrite/commit/6bf10ac2)] +* **🔧 fix(generator):** save in close configuration - [[4d83f86d](https://github.com/Novout/betterwrite/commit/4d83f86d)] +* **🎉 feat(Docx):** blocks support - [[d905986a](https://github.com/Novout/betterwrite/commit/d905986a)] +* **🎉 feat(docx):** flow support - [[92e1141c](https://github.com/Novout/betterwrite/commit/92e1141c)] +* **🎉 feat(docx):** bw addon - [[d935e00f](https://github.com/Novout/betterwrite/commit/d935e00f)] +* **🎉 feat(docx):** custom entity support - [[2f11c3e5](https://github.com/Novout/betterwrite/commit/2f11c3e5)] +* **🔧 fix(about):** scrolling force stop in section - [[bec25b35](https://github.com/Novout/betterwrite/commit/bec25b35)] ### v0.16.7 -* **🔧 fix(chapter):** focus text entity in create hook [5392ca8b] -* **🎉 feat(editor):** absolute loader for edge cases [12766ddf] -* **🚩 refactor(cloud):** auth id in load project [20deaed6] -* **🎨 style:** default break set [2d476822] +* **🔧 fix(chapter):** focus text entity in create hook - [[5392ca8b](https://github.com/Novout/betterwrite/commit/5392ca8b)] +* **🎉 feat(editor):** absolute loader for edge cases - [[12766ddf](https://github.com/Novout/betterwrite/commit/12766ddf)] +* **🚩 refactor(cloud):** auth id in load project - [[20deaed6](https://github.com/Novout/betterwrite/commit/20deaed6)] +* **🎨 style:** default break set - [[2d476822](https://github.com/Novout/betterwrite/commit/2d476822)] ### v0.16.6 -* **🚧 chore(importer):** .bw in emitter hook [b4edccc2] -* **🔧 fix:** typo [eadc55b5] -* **🔧 fix(editor):** text block values in custom block [fb0bee9b] -* **🚧 chore(editor):** app version in bar [d9712297] -* **🚧 chore(app):** upgrade deps [ce56a18b] -* **🎉 feat(editor):** correct and actions triggers [fb480d7e] -* **🚧 chore(editor):** statistics impact animation [655bac4a] -* **🚧 chore:** typo [29bcc5ee] -* **🚧 chore(editor):** drafts info data [40806a82] -* **🎉 feat(editor):** new loaders and toasts [abf12ba5] -* **🚧 chore(pdf):** break page in empty front cover [bb2d175e] -* **🔧 fix(editor):** preferences header drag [8d1769a5] -* **🚧 chore(editor):** commands in block text [d8f52c42] -* **🎉 feat(editor):** insert shortcuts [26465e9c] -* **🔧 fix:** typos [577146cb] -* **🚩 refactor(importer):** dragover supports other extensions and importer plugin events [8b619e15] -* **🔧 fix(editor):** save entity in exact cases [eeb80dd1] -* **🔧 fix:** typo [adea8046] -* **🚩 refactor(app):** toasts logic and emit events [250adf26] -* **🎉 feat(editor):** preferences in mobile [0b181ee3] -* **🚧 chore(landing):** github project link [9090ded1] -* **🔧 fix(editor):** finder and switcher tools in scrolldown and opening normalizes [356dabb3] -* **🚩 refactor(editor):** preferences modal [0de78c23] -* **🚩 refactor(app):** toast colors and appear logic [44f2c6df] -* **🔧 fix(editor):** entity heading in full click size [ac453651] -* **🔧 fix(editor):** entity blank line in remove env keys [14ea14e8] -* **🔧 fix(editor):** create new project in focus entity [e18732e3] -* **🔧 fix:** typo [7d958e43] -* **🎉 feat(about):** finalize route [b85495f5] -* **🔧 fix(editor):** paragraph insert in factory create [688c8c2f] -* **🔧 fix:** typos [b093fe8f] -* **🎉 feat(about):** correct resize in mobile [cc55998c] -* **🔧 fix(router):** dynamic auth redirect [74e5443f] -* **🔧 fix(landing):** redirect to auth main login form [abcf090a] -* **🎉 feat(about):** entity canvas example [a7058fef] -* **🎉 feat(about):** appear transitions [354f967f] -* **🔧 fix:** typo [bff37840] -* **🎉 feat(about):** initia implementation [b43f1e8a] -* **🔧 fix:** typos [63268170] -* **🎉 feat(importer):** txt support [a9a7d138] -* **🔧 fix(importer):** edge cases in word/document entrypoint [babd1d7e] -* **🎉 feat(importer):** accept docx [0ae772db] -* **🎉 feat(importer):** initial implementation [67a073eb] -* **🎉 feat(pdf):** note and summary settings [5e5aa1e0] -* **🔧 fix(generator):** accept line breaking in inline paragraph entity [1f9d4afa] -* **🔧 fix(editor):** paste remove innerHTML [82431bee] -* **🔧 fix(editor):** last entity appear [a5dfa737] -* **🔧 fix(pdf):** loading theme hooks in a start new route [4b4a0c33] -* **🎉 feat(live):** set initial instances [4ce25e87] -* **🔧 fix(live):** control key input [55f1708e] -* **🎉 feat(live):** room initial implementation [59cd8829] -* **🔧 fix(graph):** open and close in blocked div [a64dfd9c] -* **🚧 chore:** logic in auth redirect to editor [c235a463] -* **🚧 chore:** typo [1a880b2d] +* **🚧 chore(importer):** .bw in emitter hook - [[b4edccc2](https://github.com/Novout/betterwrite/commit/b4edccc2)] +* **🔧 fix(editor):** text block values in custom block - [[fb0bee9b](https://github.com/Novout/betterwrite/commit/fb0bee9b)] +* **🚧 chore(editor):** app version in bar - [[d9712297](https://github.com/Novout/betterwrite/commit/d9712297)] +* **🚧 chore(app):** upgrade deps - [[ce56a18b](https://github.com/Novout/betterwrite/commit/ce56a18b)] +* **🎉 feat(editor):** correct and actions triggers - [[fb480d7e](https://github.com/Novout/betterwrite/commit/fb480d7e)] +* **🚧 chore(editor):** statistics impact animation - [[655bac4a](https://github.com/Novout/betterwrite/commit/655bac4a)] +* **🚧 chore(editor):** drafts info data - [[40806a82](https://github.com/Novout/betterwrite/commit/40806a82)] +* **🎉 feat(editor):** new loaders and toasts - [[abf12ba5](https://github.com/Novout/betterwrite/commit/abf12ba5)] +* **🚧 chore(pdf):** break page in empty front cover - [[bb2d175e](https://github.com/Novout/betterwrite/commit/bb2d175e)] +* **🔧 fix(editor):** preferences header drag - [[8d1769a5](https://github.com/Novout/betterwrite/commit/8d1769a5)] +* **🚧 chore(editor):** commands in block text - [[d8f52c42](https://github.com/Novout/betterwrite/commit/d8f52c42)] +* **🎉 feat(editor):** insert shortcuts - [[26465e9c](https://github.com/Novout/betterwrite/commit/26465e9c)] +* **🚩 refactor(importer):** dragover supports other extensions and importer plugin events - [[8b619e15](https://github.com/Novout/betterwrite/commit/8b619e15)] +* **🔧 fix(editor):** save entity in exact cases - [[eeb80dd1](https://github.com/Novout/betterwrite/commit/eeb80dd1)] +* **🚩 refactor(app):** toasts logic and emit events - [[250adf26](https://github.com/Novout/betterwrite/commit/250adf26)] +* **🎉 feat(editor):** preferences in mobile - [[0b181ee3](https://github.com/Novout/betterwrite/commit/0b181ee3)] +* **🚧 chore(landing):** github project link - [[9090ded1](https://github.com/Novout/betterwrite/commit/9090ded1)] +* **🔧 fix(editor):** finder and switcher tools in scrolldown and opening normalizes - [[356dabb3](https://github.com/Novout/betterwrite/commit/356dabb3)] +* **🚩 refactor(editor):** preferences modal - [[0de78c23](https://github.com/Novout/betterwrite/commit/0de78c23)] +* **🚩 refactor(app):** toast colors and appear logic - [[44f2c6df](https://github.com/Novout/betterwrite/commit/44f2c6df)] +* **🔧 fix(editor):** entity heading in full click size - [[ac453651](https://github.com/Novout/betterwrite/commit/ac453651)] +* **🔧 fix(editor):** entity blank line in remove env keys - [[14ea14e8](https://github.com/Novout/betterwrite/commit/14ea14e8)] +* **🔧 fix(editor):** create new project in focus entity - [[e18732e3](https://github.com/Novout/betterwrite/commit/e18732e3)] +* **🎉 feat(about):** finalize route - [[b85495f5](https://github.com/Novout/betterwrite/commit/b85495f5)] +* **🔧 fix(editor):** paragraph insert in factory create - [[688c8c2f](https://github.com/Novout/betterwrite/commit/688c8c2f)] +* **🎉 feat(about):** correct resize in mobile - [[cc55998c](https://github.com/Novout/betterwrite/commit/cc55998c)] +* **🔧 fix(router):** dynamic auth redirect - [[74e5443f](https://github.com/Novout/betterwrite/commit/74e5443f)] +* **🔧 fix(landing):** redirect to auth main login form - [[abcf090a](https://github.com/Novout/betterwrite/commit/abcf090a)] +* **🎉 feat(about):** entity canvas example - [[a7058fef](https://github.com/Novout/betterwrite/commit/a7058fef)] +* **🎉 feat(about):** appear transitions - [[354f967f](https://github.com/Novout/betterwrite/commit/354f967f)] +* **🎉 feat(about):** initia implementation - [[b43f1e8a](https://github.com/Novout/betterwrite/commit/b43f1e8a)] +* **🎉 feat(importer):** txt support - [[a9a7d138](https://github.com/Novout/betterwrite/commit/a9a7d138)] +* **🔧 fix(importer):** edge cases in word/document entrypoint - [[babd1d7e](https://github.com/Novout/betterwrite/commit/babd1d7e)] +* **🎉 feat(importer):** accept docx - [[0ae772db](https://github.com/Novout/betterwrite/commit/0ae772db)] +* **🎉 feat(importer):** initial implementation - [[67a073eb](https://github.com/Novout/betterwrite/commit/67a073eb)] +* **🎉 feat(pdf):** note and summary settings - [[5e5aa1e0](https://github.com/Novout/betterwrite/commit/5e5aa1e0)] +* **🔧 fix(generator):** accept line breaking in inline paragraph entity - [[1f9d4afa](https://github.com/Novout/betterwrite/commit/1f9d4afa)] +* **🔧 fix(editor):** paste remove innerHTML - [[82431bee](https://github.com/Novout/betterwrite/commit/82431bee)] +* **🔧 fix(editor):** last entity appear - [[a5dfa737](https://github.com/Novout/betterwrite/commit/a5dfa737)] +* **🔧 fix(pdf):** loading theme hooks in a start new route - [[4b4a0c33](https://github.com/Novout/betterwrite/commit/4b4a0c33)] +* **🎉 feat(live):** set initial instances - [[4ce25e87](https://github.com/Novout/betterwrite/commit/4ce25e87)] +* **🔧 fix(live):** control key input - [[55f1708e](https://github.com/Novout/betterwrite/commit/55f1708e)] +* **🎉 feat(live):** room initial implementation - [[59cd8829](https://github.com/Novout/betterwrite/commit/59cd8829)] +* **🔧 fix(graph):** open and close in blocked div - [[a64dfd9c](https://github.com/Novout/betterwrite/commit/a64dfd9c)] +* **🚧 chore:** logic in auth redirect to editor - [[c235a463](https://github.com/Novout/betterwrite/commit/c235a463)] ### v0.16.0 -* **🎉 feat(editor):** bottom bar in mobile [af19d4ad] -* **🔧 fix(entity):** animation in last item [2c3cbd18] -* **🚧 chore:** typo [c8eca50a] -* **🎉 feat(editor):** insert paragraph in break line option [8df3fa00] -* **🔧 fix(editor):** blocked open in absolute cases [b7b684f2] -* **🎉 feat(blocked):** commands finish [1cd8bcef] -* **🔧 fix(dashboard):** loader projects [8e2743bd] -* **🚧 chore:** typo [8ef7d024] -* **🔧 fix(entity):** new paragraph entity in endline [568c7029] -* **🔧 fix:** typo [690789d3] -* **🎉 feat(editor):** bottom bar fullscreen mode [07a7d69a] -* **🚧 chore(app):** routes definitions [3cd26f65] -* **🎉 feat(tools):** substitutions draggable items [f2ac5e66] -* **🎉 feat(editor):** bottom bar application and browser info [5b48262d] -* **🔧 fix(file):** format in exporter [6b487357] -* **🎉 feat(editor):** new default preferences [667c9ac9] -* **🎉 feat(blocked):** commands example [fe2f69a3] -* **🔧 fix(pdf):** tracking autosave in pdf state [e9db01c2] -* **🎉 feat(editor):** blocked rewrite [1def946c] -* **🔧 fix(editor):** hidden in finder and switcher close [d38d3e4d] -* **🎉 feat(entity):** intersection observer for enter transitions [571aaa3e] -* **🚧 chore(app):** entity default structure [b921ea82] -* **🔧 fix(tools):** search all cases in finder and swapper counter [84c2ff85] -* **🎨 style(pdf):** input text colors [cf70d097] -* **🔧 fix(graph):** default image name in inline insert [ef6c1e32] -* **🔧 fix:** typo [b883b76b] -* **🎉 feat(editor):** file controller sets [6b6827f9] -* **🚧 chore(pdf):** use vue3-pdfmake instead pdfmake [4b3c7aad] -* **🎉 feat(editor):** information bar in bottom screen [a21fc2f2] -* **🚧 chore(editor):** commands in shortkeys [f06039e2] -* **🚧 chore(theme):** typo [7ad08778] -* **🎉 feat(editor):** entity alert in error access image [5b8a6be3] -* **🎉 feat(entity):** shortcuts for insert image [6bc5d279] -* **🔧 fix(editor):** header bar open in mobile top position [a57cd521] -* **🎉 feat(editor):** entity modal in add image [67e5d1bb] -* **🎉 feat(editor):** text block setters [1ce75c43] -* **🔧 fix(editor):** default inserts [6b88fbd6] -* **🎨 style(header):** language bar country icons [0597b35d] -* **🎉 feat(questions):** browsers support [5982cf35] -* **🔧 fix(editor):** overflow in html presets [b36d9858] -* **🔧 fix(editor):** scrollbar in options [339f5aa6] -* **🔧 fix(editor):** contenteditable in firefox [8467fdb3] -* **🔧 fix:** typos [71dd8605] -* **🔧 fix(theme):** default scrollbar windicss plugin [7b7c1805] -* **🎉 feat(dashboard):** user data image and name [5493194c] -* **🚧 chore:** github landing image [602de417] -* **🔧 fix(header):** theme switcher broken in max size [02c04f66] -* **🚧 chore(defines):** remove default in substitutions [838fa22e] -* **🔧 fix(editor):** save before unload [3e59289f] -* **🎉 feat(generator):** support new text flow [8e16a0f7] -* **🔧 fix(entity):** insert entity in end heading [d369064d] -* **🚧 chore(editor):** emitter options rewrite [417f3fab] -* **🔧 fix:** typo [d03806f3] -* **🚧 chore(loader):** remove window reload and destroy initializer [1201af5d] -* **🎉 feat(entity):** initial heading block item [fd6ac5b6] -* **🔧 fix(entity):** force save normalize in inexistent editor [538fbaa8] -* **🎉 feat(editor):** special blocks for fixed items [bd957c0a] -* **🔧 fix(entity):** remove item in empty raw property [613cd8d7] -* **🎉 feat(editor):** new text block [3a9eeaa7] +* **🎉 feat(editor):** bottom bar in mobile - [[af19d4ad](https://github.com/Novout/betterwrite/commit/af19d4ad)] +* **🔧 fix(entity):** animation in last item - [[2c3cbd18](https://github.com/Novout/betterwrite/commit/2c3cbd18)] +* **🎉 feat(editor):** insert paragraph in break line option - [[8df3fa00](https://github.com/Novout/betterwrite/commit/8df3fa00)] +* **🔧 fix(editor):** blocked open in absolute cases - [[b7b684f2](https://github.com/Novout/betterwrite/commit/b7b684f2)] +* **🎉 feat(blocked):** commands finish - [[1cd8bcef](https://github.com/Novout/betterwrite/commit/1cd8bcef)] +* **🔧 fix(dashboard):** loader projects - [[8e2743bd](https://github.com/Novout/betterwrite/commit/8e2743bd)] +* **🔧 fix(entity):** new paragraph entity in endline - [[568c7029](https://github.com/Novout/betterwrite/commit/568c7029)] +* **🎉 feat(editor):** bottom bar fullscreen mode - [[07a7d69a](https://github.com/Novout/betterwrite/commit/07a7d69a)] +* **🚧 chore(app):** routes definitions - [[3cd26f65](https://github.com/Novout/betterwrite/commit/3cd26f65)] +* **🎉 feat(tools):** substitutions draggable items - [[f2ac5e66](https://github.com/Novout/betterwrite/commit/f2ac5e66)] +* **🎉 feat(editor):** bottom bar application and browser info - [[5b48262d](https://github.com/Novout/betterwrite/commit/5b48262d)] +* **🔧 fix(file):** format in exporter - [[6b487357](https://github.com/Novout/betterwrite/commit/6b487357)] +* **🎉 feat(editor):** new default preferences - [[667c9ac9](https://github.com/Novout/betterwrite/commit/667c9ac9)] +* **🎉 feat(blocked):** commands example - [[fe2f69a3](https://github.com/Novout/betterwrite/commit/fe2f69a3)] +* **🔧 fix(pdf):** tracking autosave in pdf state - [[e9db01c2](https://github.com/Novout/betterwrite/commit/e9db01c2)] +* **🎉 feat(editor):** blocked rewrite - [[1def946c](https://github.com/Novout/betterwrite/commit/1def946c)] +* **🔧 fix(editor):** hidden in finder and switcher close - [[d38d3e4d](https://github.com/Novout/betterwrite/commit/d38d3e4d)] +* **🎉 feat(entity):** intersection observer for enter transitions - [[571aaa3e](https://github.com/Novout/betterwrite/commit/571aaa3e)] +* **🚧 chore(app):** entity default structure - [[b921ea82](https://github.com/Novout/betterwrite/commit/b921ea82)] +* **🔧 fix(tools):** search all cases in finder and swapper counter - [[84c2ff85](https://github.com/Novout/betterwrite/commit/84c2ff85)] +* **🎨 style(pdf):** input text colors - [[cf70d097](https://github.com/Novout/betterwrite/commit/cf70d097)] +* **🔧 fix(graph):** default image name in inline insert - [[ef6c1e32](https://github.com/Novout/betterwrite/commit/ef6c1e32)] +* **🎉 feat(editor):** file controller sets - [[6b6827f9](https://github.com/Novout/betterwrite/commit/6b6827f9)] +* **🚧 chore(pdf):** use vue3-pdfmake instead pdfmake - [[4b3c7aad](https://github.com/Novout/betterwrite/commit/4b3c7aad)] +* **🎉 feat(editor):** information bar in bottom screen - [[a21fc2f2](https://github.com/Novout/betterwrite/commit/a21fc2f2)] +* **🚧 chore(editor):** commands in shortkeys - [[f06039e2](https://github.com/Novout/betterwrite/commit/f06039e2)] +* **🎉 feat(editor):** entity alert in error access image - [[5b8a6be3](https://github.com/Novout/betterwrite/commit/5b8a6be3)] +* **🎉 feat(entity):** shortcuts for insert image - [[6bc5d279](https://github.com/Novout/betterwrite/commit/6bc5d279)] +* **🔧 fix(editor):** header bar open in mobile top position - [[a57cd521](https://github.com/Novout/betterwrite/commit/a57cd521)] +* **🎉 feat(editor):** entity modal in add image - [[67e5d1bb](https://github.com/Novout/betterwrite/commit/67e5d1bb)] +* **🎉 feat(editor):** text block setters - [[1ce75c43](https://github.com/Novout/betterwrite/commit/1ce75c43)] +* **🔧 fix(editor):** default inserts - [[6b88fbd6](https://github.com/Novout/betterwrite/commit/6b88fbd6)] +* **🎨 style(header):** language bar country icons - [[0597b35d](https://github.com/Novout/betterwrite/commit/0597b35d)] +* **🎉 feat(questions):** browsers support - [[5982cf35](https://github.com/Novout/betterwrite/commit/5982cf35)] +* **🔧 fix(editor):** overflow in html presets - [[b36d9858](https://github.com/Novout/betterwrite/commit/b36d9858)] +* **🔧 fix(editor):** scrollbar in options - [[339f5aa6](https://github.com/Novout/betterwrite/commit/339f5aa6)] +* **🔧 fix(editor):** contenteditable in firefox - [[8467fdb3](https://github.com/Novout/betterwrite/commit/8467fdb3)] +* **🔧 fix(theme):** default scrollbar windicss plugin - [[7b7c1805](https://github.com/Novout/betterwrite/commit/7b7c1805)] +* **🎉 feat(dashboard):** user data image and name - [[5493194c](https://github.com/Novout/betterwrite/commit/5493194c)] +* **🚧 chore:** github landing image - [[602de417](https://github.com/Novout/betterwrite/commit/602de417)] +* **🔧 fix(header):** theme switcher broken in max size - [[02c04f66](https://github.com/Novout/betterwrite/commit/02c04f66)] +* **🚧 chore(defines):** remove default in substitutions - [[838fa22e](https://github.com/Novout/betterwrite/commit/838fa22e)] +* **🔧 fix(editor):** save before unload - [[3e59289f](https://github.com/Novout/betterwrite/commit/3e59289f)] +* **🎉 feat(generator):** support new text flow - [[8e16a0f7](https://github.com/Novout/betterwrite/commit/8e16a0f7)] +* **🔧 fix(entity):** insert entity in end heading - [[d369064d](https://github.com/Novout/betterwrite/commit/d369064d)] +* **🚧 chore(editor):** emitter options rewrite - [[417f3fab](https://github.com/Novout/betterwrite/commit/417f3fab)] +* **🚧 chore(loader):** remove window reload and destroy initializer - [[1201af5d](https://github.com/Novout/betterwrite/commit/1201af5d)] +* **🎉 feat(entity):** initial heading block item - [[fd6ac5b6](https://github.com/Novout/betterwrite/commit/fd6ac5b6)] +* **🔧 fix(entity):** force save normalize in inexistent editor - [[538fbaa8](https://github.com/Novout/betterwrite/commit/538fbaa8)] +* **🎉 feat(editor):** special blocks for fixed items - [[bd957c0a](https://github.com/Novout/betterwrite/commit/bd957c0a)] +* **🔧 fix(entity):** remove item in empty raw property - [[613cd8d7](https://github.com/Novout/betterwrite/commit/613cd8d7)] +* **🎉 feat(editor):** new text block - [[3a9eeaa7](https://github.com/Novout/betterwrite/commit/3a9eeaa7)] ### v0.15.21 -* **🚧 chore(project):** remove autosave init [80bc3ba3] -* **🎉 feat(editor):** insert drop image [a4cc2688] -* **🚧 chore(editor):** image block [baf292a3] -* **🎨 style(editor):** new theme infinity [22c0a2e1] -* **🔧 fix(editor):** firefox outline in text element [a889c6f9] -* **🔧 fix(database):** loader bar broken [2df36072] -* **🚧 chore(pwa):** update plugin [73b71445] -* **🎉 feat(editor):** load .bw in dragover [936b00b0] +* **🚧 chore(project):** remove autosave init - [[80bc3ba3](https://github.com/Novout/betterwrite/commit/80bc3ba3)] +* **🎉 feat(editor):** insert drop image - [[a4cc2688](https://github.com/Novout/betterwrite/commit/a4cc2688)] +* **🚧 chore(editor):** image block - [[baf292a3](https://github.com/Novout/betterwrite/commit/baf292a3)] +* **🎨 style(editor):** new theme infinity - [[22c0a2e1](https://github.com/Novout/betterwrite/commit/22c0a2e1)] +* **🔧 fix(editor):** firefox outline in text element - [[a889c6f9](https://github.com/Novout/betterwrite/commit/a889c6f9)] +* **🔧 fix(database):** loader bar broken - [[2df36072](https://github.com/Novout/betterwrite/commit/2df36072)] +* **🚧 chore(pwa):** update plugin - [[73b71445](https://github.com/Novout/betterwrite/commit/73b71445)] +* **🎉 feat(editor):** load .bw in dragover - [[936b00b0](https://github.com/Novout/betterwrite/commit/936b00b0)] ### v0.15.20 -* **🎉 feat(generator):** substitutions move [fa3b839a] -* **🔧 fix(editor):** raw remove normalize for property italic and bold inserts [00859e8d] -* **🔧 fix(editor):** autosave in unique instance [a033d4d5] -* **🚧 chore(project):** auto-save logic [9df711e1] -* **🎨 style(editor):** theme header icon [1bd79d94] +* **🎉 feat(generator):** substitutions move - [[fa3b839a](https://github.com/Novout/betterwrite/commit/fa3b839a)] +* **🔧 fix(editor):** raw remove normalize for property italic and bold inserts - [[00859e8d](https://github.com/Novout/betterwrite/commit/00859e8d)] +* **🔧 fix(editor):** autosave in unique instance - [[a033d4d5](https://github.com/Novout/betterwrite/commit/a033d4d5)] +* **🚧 chore(project):** auto-save logic - [[9df711e1](https://github.com/Novout/betterwrite/commit/9df711e1)] +* **🎨 style(editor):** theme header icon - [[1bd79d94](https://github.com/Novout/betterwrite/commit/1bd79d94)] ### v0.15.19 -* **🔧 fix(generator):** substitutions import file validate structure [d65c3207] -* **🎉 feat(generator):** substitutions import and export settings [df1d63db] -* **🎉 feat(generator):** support italic and bold substitutions [4d632776] -* **🎉 feat(editor):** substitution italic and bold in modal [842eb022] -* **🔧 fix:** typo [1b7f3c21] -* **🎨 style(editor):** header account provider logo and name [a5d83275] -* **🔧 fix:** typos [5d8b12a9] -* **🔧 fix(editor):** entity options in heading-one force [9fe024db] +* **🔧 fix(generator):** substitutions import file validate structure - [[d65c3207](https://github.com/Novout/betterwrite/commit/d65c3207)] +* **🎉 feat(generator):** substitutions import and export settings - [[df1d63db](https://github.com/Novout/betterwrite/commit/df1d63db)] +* **🎉 feat(generator):** support italic and bold substitutions - [[4d632776](https://github.com/Novout/betterwrite/commit/4d632776)] +* **🎉 feat(editor):** substitution italic and bold in modal - [[842eb022](https://github.com/Novout/betterwrite/commit/842eb022)] +* **🎨 style(editor):** header account provider logo and name - [[a5d83275](https://github.com/Novout/betterwrite/commit/a5d83275)] +* **🔧 fix(editor):** entity options in heading-one force - [[9fe024db](https://github.com/Novout/betterwrite/commit/9fe024db)] ### v0.15.18 -* **🔧 fix(docx):** indent in paragraph's [71257e3e] -* **🎉 feat(editor):** substitution description [c6ce6ab8] -* **🔧 fix(editor):** flex breaking in mobile substitution [4be96f51] -* **🚧 chore(editor):** substitutions placeholder [4a535271] -* **🔧 fix(project):** load supporting substitution [d73803db] -* **🔧 fix(generator):** purge in heading's [d838b5cd] -* **🎉 feat(editor):** substitution default keys support [f18840b6] -* **🔧 fix(editor):** purge logger for better performance [3b656b46] +* **🔧 fix(docx):** indent in paragraph's - [[71257e3e](https://github.com/Novout/betterwrite/commit/71257e3e)] +* **🎉 feat(editor):** substitution description - [[c6ce6ab8](https://github.com/Novout/betterwrite/commit/c6ce6ab8)] +* **🔧 fix(editor):** flex breaking in mobile substitution - [[4be96f51](https://github.com/Novout/betterwrite/commit/4be96f51)] +* **🚧 chore(editor):** substitutions placeholder - [[4a535271](https://github.com/Novout/betterwrite/commit/4a535271)] +* **🔧 fix(project):** load supporting substitution - [[d73803db](https://github.com/Novout/betterwrite/commit/d73803db)] +* **🔧 fix(generator):** purge in heading's - [[d838b5cd](https://github.com/Novout/betterwrite/commit/d838b5cd)] +* **🎉 feat(editor):** substitution default keys support - [[f18840b6](https://github.com/Novout/betterwrite/commit/f18840b6)] +* **🔧 fix(editor):** purge logger for better performance - [[3b656b46](https://github.com/Novout/betterwrite/commit/3b656b46)] ### v0.15.17 -* **🔧 fix(pdf):** empty line in other types [614cbba1] -* **🎨 style(editor):** logger raw [e19930dd] -* **🔧 fix(pdf):** full drau image raw [03839324] -* **🔧 fix(editor):** nprogress behaviour [a7538d6b] -* **🚧 chore(loader):** destr instead json parse [2228ccce] -* **🚧 chore(project):** producer default [9d958ae7] +* **🔧 fix(pdf):** empty line in other types - [[614cbba1](https://github.com/Novout/betterwrite/commit/614cbba1)] +* **🎨 style(editor):** logger raw - [[e19930dd](https://github.com/Novout/betterwrite/commit/e19930dd)] +* **🔧 fix(pdf):** full drau image raw - [[03839324](https://github.com/Novout/betterwrite/commit/03839324)] +* **🔧 fix(editor):** nprogress behaviour - [[a7538d6b](https://github.com/Novout/betterwrite/commit/a7538d6b)] +* **🚧 chore(loader):** destr instead json parse - [[2228ccce](https://github.com/Novout/betterwrite/commit/2228ccce)] +* **🚧 chore(project):** producer default - [[9d958ae7](https://github.com/Novout/betterwrite/commit/9d958ae7)] ### v0.15.16 -* **🔧 fix(editor):** purge only in save [6eba7d2d] -* **🎉 feat(graph):** edit project name [a081d2c1] +* **🔧 fix(editor):** purge only in save - [[6eba7d2d](https://github.com/Novout/betterwrite/commit/6eba7d2d)] +* **🎉 feat(graph):** edit project name - [[a081d2c1](https://github.com/Novout/betterwrite/commit/a081d2c1)] ### v0.15.15 -* **🎉 feat(editor):** speech ready [e657c4c5] -* **🔧 fix:** typo [8af79489] -* **🎨 style(editor):** finder and switcher entity type [6f46b733] -* **🎉 feat(logger):** entity json loader [305e8798] -* **🔧 fix(entity):** customize save text template [dbe5c451] -* **🔧 fix:** typo [6940faac] -* **🎉 feat(project):** purge entities [12aa7002] +* **🎉 feat(editor):** speech ready - [[e657c4c5](https://github.com/Novout/betterwrite/commit/e657c4c5)] +* **🎨 style(editor):** finder and switcher entity type - [[6f46b733](https://github.com/Novout/betterwrite/commit/6f46b733)] +* **🎉 feat(logger):** entity json loader - [[305e8798](https://github.com/Novout/betterwrite/commit/305e8798)] +* **🔧 fix(entity):** customize save text template - [[dbe5c451](https://github.com/Novout/betterwrite/commit/dbe5c451)] +* **🎉 feat(project):** purge entities - [[12aa7002](https://github.com/Novout/betterwrite/commit/12aa7002)] ### v0.15.14 -* **🚧 chore(readme):** entity model [bec38b29] -* **🚧 chore:** readme [e58ddad6] -* **🔧 fix:** typos [d0d9c9cc] -* **🔧 fix(pdf):** text style [87ea500f] -* **🔧 fix(pdf):** list and checkbox support custom text [7b394d80] -* **🔧 fix:** typos [614929fb] -* **🔧 fix(pdf):** convert svgs to png for correct content workflow [c35aeabe] -* **🔧 fix(pdf):** support async generate content [e9bc7f78] -* **🚧 chore(header):** transition open down [75381dff] -* **🎨 style(theme):** icons in dark and light mode [e093b3f8] -* **🔧 fix(entity):** options close in all cases [15f0bf6a] -* **🔧 fix(entity):** options insert after actually block [4c1e11f9] -* **🚧 chore(graph):** icons [9da7892f] -* **🔧 fix(entity):** control externals for small json size [0941e164] -* **🎉 feat(project):** generate new title board [be848c45] -* **🚧 chore(theme):** toast colors [ed5d776b] -* **🎉 feat(graph):** totally control and preferences exibition [7a2a001c] -* **🎉 feat(graph):** support drau and page~line break [d3b87b5b] -* **🎨 style(graph):** chapters title [c147806b] -* **🔧 fix(entity):** drau typos [509ab923] -* **🔧 fix:** typos [3831a148] -* **🎉 feat:** questions section [38a804ab] +* **🚧 chore(readme):** entity model - [[bec38b29](https://github.com/Novout/betterwrite/commit/bec38b29)] +* **🚧 chore:** readme - [[e58ddad6](https://github.com/Novout/betterwrite/commit/e58ddad6)] +* **🔧 fix(pdf):** text style - [[87ea500f](https://github.com/Novout/betterwrite/commit/87ea500f)] +* **🔧 fix(pdf):** list and checkbox support custom text - [[7b394d80](https://github.com/Novout/betterwrite/commit/7b394d80)] +* **🔧 fix(pdf):** convert svgs to png for correct content workflow - [[c35aeabe](https://github.com/Novout/betterwrite/commit/c35aeabe)] +* **🔧 fix(pdf):** support async generate content - [[e9bc7f78](https://github.com/Novout/betterwrite/commit/e9bc7f78)] +* **🚧 chore(header):** transition open down - [[75381dff](https://github.com/Novout/betterwrite/commit/75381dff)] +* **🎨 style(theme):** icons in dark and light mode - [[e093b3f8](https://github.com/Novout/betterwrite/commit/e093b3f8)] +* **🔧 fix(entity):** options close in all cases - [[15f0bf6a](https://github.com/Novout/betterwrite/commit/15f0bf6a)] +* **🔧 fix(entity):** options insert after actually block - [[4c1e11f9](https://github.com/Novout/betterwrite/commit/4c1e11f9)] +* **🚧 chore(graph):** icons - [[9da7892f](https://github.com/Novout/betterwrite/commit/9da7892f)] +* **🔧 fix(entity):** control externals for small json size - [[0941e164](https://github.com/Novout/betterwrite/commit/0941e164)] +* **🎉 feat(project):** generate new title board - [[be848c45](https://github.com/Novout/betterwrite/commit/be848c45)] +* **🚧 chore(theme):** toast colors - [[ed5d776b](https://github.com/Novout/betterwrite/commit/ed5d776b)] +* **🎉 feat(graph):** totally control and preferences exibition - [[7a2a001c](https://github.com/Novout/betterwrite/commit/7a2a001c)] +* **🎉 feat(graph):** support drau and page~line break - [[d3b87b5b](https://github.com/Novout/betterwrite/commit/d3b87b5b)] +* **🎨 style(graph):** chapters title - [[c147806b](https://github.com/Novout/betterwrite/commit/c147806b)] +* **🎉 feat:** questions section - [[38a804ab](https://github.com/Novout/betterwrite/commit/38a804ab)] ### v0.15.13 -* **🚧 chore:** page components [0633bfcf] -* **🎉 feat(editor):** switcher and add option in checkbox list and drawing [36d9e29e] -* **🔧 fix(editor):** commands appear [d48e1637] -* **🎨 style(editor):** drau block icon [e3ae9283] -* **🚧 chore(deps):** upgrade v-tooltip [6736d3b1] -* **🚧 chore(deps):** update packages [29736d97] -* **🚧 chore:** remove dropbox sdk and support [7862b4c4] -* **🚧 chore(deps):** update @vueuse/integrations [16ed160a] -* **🎉 feat(pdf):** drau support [40702b1a] -* **🎉 feat(editor):** drau block component [c8e564ae] +* **🚧 chore:** page components - [[0633bfcf](https://github.com/Novout/betterwrite/commit/0633bfcf)] +* **🎉 feat(editor):** switcher and add option in checkbox list and drawing - [[36d9e29e](https://github.com/Novout/betterwrite/commit/36d9e29e)] +* **🔧 fix(editor):** commands appear - [[d48e1637](https://github.com/Novout/betterwrite/commit/d48e1637)] +* **🎨 style(editor):** drau block icon - [[e3ae9283](https://github.com/Novout/betterwrite/commit/e3ae9283)] +* **🚧 chore(deps):** upgrade v-tooltip - [[6736d3b1](https://github.com/Novout/betterwrite/commit/6736d3b1)] +* **🚧 chore(deps):** update packages - [[29736d97](https://github.com/Novout/betterwrite/commit/29736d97)] +* **🚧 chore:** remove dropbox sdk and support - [[7862b4c4](https://github.com/Novout/betterwrite/commit/7862b4c4)] +* **🚧 chore(deps):** update @vueuse/integrations - [[16ed160a](https://github.com/Novout/betterwrite/commit/16ed160a)] +* **🎉 feat(pdf):** drau support - [[40702b1a](https://github.com/Novout/betterwrite/commit/40702b1a)] +* **🎉 feat(editor):** drau block component - [[c8e564ae](https://github.com/Novout/betterwrite/commit/c8e564ae)] ### v0.15.12 -* **🚧 chore(editor):** wrapper blocks entity for contextmenu and visuals [5703e9ae] -* **🔧 fix(editor):** statistics normalize full in words [55939df3] -* **🚧 chore(editor):** i18n in preferences commands [67a9c257] +* **🚧 chore(editor):** wrapper blocks entity for contextmenu and visuals - [[5703e9ae](https://github.com/Novout/betterwrite/commit/5703e9ae)] +* **🔧 fix(editor):** statistics normalize full in words - [[55939df3](https://github.com/Novout/betterwrite/commit/55939df3)] +* **🚧 chore(editor):** i18n in preferences commands - [[67a9c257](https://github.com/Novout/betterwrite/commit/67a9c257)] ### v0.15.11 -* **🔧 fix(editor):** force indent checkbox and list [e62f17fe] -* **🔧 fix(editor):** checkbox and list margin left [5d57a2ee] -* **🔧 fix(pdf):** indent in list and checkbox [696c76db] -* **🚧 chore(editor):** commands rewrite [b492e175] -* **🚧 chore(landing):** github icon [fa1fb613] -* **🎉 feat:** terms of use [4e2bd4ce] -* **🎨 style(pdf):** preview raw in configuration [96a298d1] -* **🔧 fix(pdf):** theme list setts [77c10a3c] -* **🔧 fix(editor):** focus in headings [0c29eba4] -* **🔧 fix(editor):** graph icons in list and checkbox [ae6ce6f6] -* **🚧 chore(pdf):** remove final option [70d44bb9] -* **🎉 feat(pdf):** checkbox support [ca2f0f66] -* **🎉 feat(pdf):** list support [c14bb526] -* **🎉 feat(editor):** checkbox and list command base styles [a8e4e8ad] -* **🎨 style(pwa):** prompt theme [b5212557] +* **🔧 fix(editor):** force indent checkbox and list - [[e62f17fe](https://github.com/Novout/betterwrite/commit/e62f17fe)] +* **🔧 fix(editor):** checkbox and list margin left - [[5d57a2ee](https://github.com/Novout/betterwrite/commit/5d57a2ee)] +* **🔧 fix(pdf):** indent in list and checkbox - [[696c76db](https://github.com/Novout/betterwrite/commit/696c76db)] +* **🚧 chore(editor):** commands rewrite - [[b492e175](https://github.com/Novout/betterwrite/commit/b492e175)] +* **🚧 chore(landing):** github icon - [[fa1fb613](https://github.com/Novout/betterwrite/commit/fa1fb613)] +* **🎉 feat:** terms of use - [[4e2bd4ce](https://github.com/Novout/betterwrite/commit/4e2bd4ce)] +* **🎨 style(pdf):** preview raw in configuration - [[96a298d1](https://github.com/Novout/betterwrite/commit/96a298d1)] +* **🔧 fix(pdf):** theme list setts - [[77c10a3c](https://github.com/Novout/betterwrite/commit/77c10a3c)] +* **🔧 fix(editor):** focus in headings - [[0c29eba4](https://github.com/Novout/betterwrite/commit/0c29eba4)] +* **🔧 fix(editor):** graph icons in list and checkbox - [[ae6ce6f6](https://github.com/Novout/betterwrite/commit/ae6ce6f6)] +* **🚧 chore(pdf):** remove final option - [[70d44bb9](https://github.com/Novout/betterwrite/commit/70d44bb9)] +* **🎉 feat(pdf):** checkbox support - [[ca2f0f66](https://github.com/Novout/betterwrite/commit/ca2f0f66)] +* **🎉 feat(pdf):** list support - [[c14bb526](https://github.com/Novout/betterwrite/commit/c14bb526)] +* **🎉 feat(editor):** checkbox and list command base styles - [[a8e4e8ad](https://github.com/Novout/betterwrite/commit/a8e4e8ad)] +* **🎨 style(pwa):** prompt theme - [[b5212557](https://github.com/Novout/betterwrite/commit/b5212557)] ### v0.15.10 -* **🚧 chore:** landing typo [4c7e2341] ### v0.15.9 -* **🎨 style(editor):** transitions in header and corrector [4a6db23d] -* **🎉 feat(editor):** corrector clear entity raw [f7a06173] -* **🚧 chore(editor):** preferences auto save [f522be09] -* **🎉 feat(editor):** keyboard preferences [5467991b] -* **🎉 feat(editor):** switcher render [02baddab] -* **🎉 feat(editor):** finder specific highlight [0db85743] -* **🚧 chore:** typos [651086c9] +* **🎨 style(editor):** transitions in header and corrector - [[4a6db23d](https://github.com/Novout/betterwrite/commit/4a6db23d)] +* **🎉 feat(editor):** corrector clear entity raw - [[f7a06173](https://github.com/Novout/betterwrite/commit/f7a06173)] +* **🚧 chore(editor):** preferences auto save - [[f522be09](https://github.com/Novout/betterwrite/commit/f522be09)] +* **🎉 feat(editor):** keyboard preferences - [[5467991b](https://github.com/Novout/betterwrite/commit/5467991b)] +* **🎉 feat(editor):** switcher render - [[02baddab](https://github.com/Novout/betterwrite/commit/02baddab)] +* **🎉 feat(editor):** finder specific highlight - [[0db85743](https://github.com/Novout/betterwrite/commit/0db85743)] ### v0.15.8 -* **🔧 fix(editor):** chapter impact better values [64ae38c7] -* **🔧 fix(editor):** typos [28c728ec] -* **🔧 fix(landing):** typos [96b0dd95] -* **🚧 chore:** seo enhancements [94550be0] +* **🔧 fix(editor):** chapter impact better values - [[64ae38c7](https://github.com/Novout/betterwrite/commit/64ae38c7)] +* **🚧 chore:** seo enhancements - [[94550be0](https://github.com/Novout/betterwrite/commit/94550be0)] ### v0.15.7 -* **🚧 chore(seo):** prerendering seo [485a8af8] -* **🔧 fix(editor):** speech supported validation [a1e0838b] +* **🚧 chore(seo):** prerendering seo - [[485a8af8](https://github.com/Novout/betterwrite/commit/485a8af8)] +* **🔧 fix(editor):** speech supported validation - [[a1e0838b](https://github.com/Novout/betterwrite/commit/a1e0838b)] ### v0.15.6 -* **🎉 feat(generator):** .txt support [fc8bac48] -* **🔧 fix(pdf):** disallow links [b9653b0f] -* **🔧 fix(docx):** support italics and bold [83e8e7dc] +* **🎉 feat(generator):** .txt support - [[fc8bac48](https://github.com/Novout/betterwrite/commit/fc8bac48)] +* **🔧 fix(pdf):** disallow links - [[b9653b0f](https://github.com/Novout/betterwrite/commit/b9653b0f)] +* **🔧 fix(docx):** support italics and bold - [[83e8e7dc](https://github.com/Novout/betterwrite/commit/83e8e7dc)] ### v0.15.5 -* **🚧 chore(editor):** configure pdf in header [4b861548] -* **🔧 fix(supabase):** profile logic and store calls [b153e286] -* **🚧 chore(pwa):** maskable icons [d6d388cc] +* **🚧 chore(editor):** configure pdf in header - [[4b861548](https://github.com/Novout/betterwrite/commit/4b861548)] +* **🔧 fix(supabase):** profile logic and store calls - [[b153e286](https://github.com/Novout/betterwrite/commit/b153e286)] +* **🚧 chore(pwa):** maskable icons - [[d6d388cc](https://github.com/Novout/betterwrite/commit/d6d388cc)] ### v0.15.4 -* **🚧 chore(seo):** og metatags [6292fc2f] -* **🔧 fix(editor):** typo [a94789fe] -* **🎨 style(editor):** reactivity inserts and headers [7c730b4e] -* **🎉 feat(pdf):** new options in preview and generate [0db093de] -* **🚧 chore(dashboard):** project delete toast [e80fabf2] -* **🚧 chore(app):** routes redirect [b5ee591a] +* **🚧 chore(seo):** og metatags - [[6292fc2f](https://github.com/Novout/betterwrite/commit/6292fc2f)] +* **🎨 style(editor):** reactivity inserts and headers - [[7c730b4e](https://github.com/Novout/betterwrite/commit/7c730b4e)] +* **🎉 feat(pdf):** new options in preview and generate - [[0db093de](https://github.com/Novout/betterwrite/commit/0db093de)] +* **🚧 chore(dashboard):** project delete toast - [[e80fabf2](https://github.com/Novout/betterwrite/commit/e80fabf2)] +* **🚧 chore(app):** routes redirect - [[b5ee591a](https://github.com/Novout/betterwrite/commit/b5ee591a)] ### v0.15.3 -* **🎉 feat(sentry):** tracking components [9fb77473] -* **🚧 chore(tracking):** sentry setup [7b23dec5] +* **🎉 feat(sentry):** tracking components - [[9fb77473](https://github.com/Novout/betterwrite/commit/9fb77473)] +* **🚧 chore(tracking):** sentry setup - [[7b23dec5](https://github.com/Novout/betterwrite/commit/7b23dec5)] ### v0.15.2 -* **🚧 chore(app):** betterwrite.io [4262d26f] -* **🚧 chore(editor):** complete header rewrite [2ebc7054] -* **🔧 fix(pdf):** input select in z-index context [81947053] +* **🚧 chore(app):** betterwrite.io - [[4262d26f](https://github.com/Novout/betterwrite/commit/4262d26f)] +* **🚧 chore(editor):** complete header rewrite - [[2ebc7054](https://github.com/Novout/betterwrite/commit/2ebc7054)] +* **🔧 fix(pdf):** input select in z-index context - [[81947053](https://github.com/Novout/betterwrite/commit/81947053)] ### v0.15.1 -* **🚧 chore(editor):** header microphone icon remove [589720ca] -* **🔧 fix(editor):** set initial load in router [5c94f0df] -* **🔧 fix(dashboard):** project image in mobile [19c67432] +* **🚧 chore(editor):** header microphone icon remove - [[589720ca](https://github.com/Novout/betterwrite/commit/589720ca)] +* **🔧 fix(editor):** set initial load in router - [[5c94f0df](https://github.com/Novout/betterwrite/commit/5c94f0df)] +* **🔧 fix(dashboard):** project image in mobile - [[19c67432](https://github.com/Novout/betterwrite/commit/19c67432)] ### v0.15.0 -* **🔧 fix(build):** @vueuse/integration version [01c6d343] -* **🔧 fix(editor):** contextmenu in mobile [eb32ec62] -* **🎉 feat(editor):** beta badge [f1728874] -* **🔧 fix:** typos [5b45bdae] -* **🚧 chore(editor):** new project alert [492c99ca] -* **🚧 chore(landing):** deps and types [e1f9cc44] -* **🚧 chore(monorepo):** dev command runner [5f59a668] -* **🎨 style(editor):** header item gap flex [1e6225e9] -* **🔧 fix(landing):** get messages for text geometry [2a08c803] -* **🎉 feat(editor):** use speech recognition tool [05874eb8] -* **🎨 style(editor):** header chapter controls [9acefb85] -* **🎉 feat(editor):** speech recognition defines [050d286d] -* **🔧 fix:** typo [d7c84bb4] -* **🎨 style(editor):** theme and language in project bar [a604e573] -* **🔧 fix(pdf):** i18n in all transforms [8f764c21] +* **🔧 fix(build):** @vueuse/integration version - [[01c6d343](https://github.com/Novout/betterwrite/commit/01c6d343)] +* **🔧 fix(editor):** contextmenu in mobile - [[eb32ec62](https://github.com/Novout/betterwrite/commit/eb32ec62)] +* **🎉 feat(editor):** beta badge - [[f1728874](https://github.com/Novout/betterwrite/commit/f1728874)] +* **🚧 chore(editor):** new project alert - [[492c99ca](https://github.com/Novout/betterwrite/commit/492c99ca)] +* **🚧 chore(landing):** deps and types - [[e1f9cc44](https://github.com/Novout/betterwrite/commit/e1f9cc44)] +* **🚧 chore(monorepo):** dev command runner - [[5f59a668](https://github.com/Novout/betterwrite/commit/5f59a668)] +* **🎨 style(editor):** header item gap flex - [[1e6225e9](https://github.com/Novout/betterwrite/commit/1e6225e9)] +* **🔧 fix(landing):** get messages for text geometry - [[2a08c803](https://github.com/Novout/betterwrite/commit/2a08c803)] +* **🎉 feat(editor):** use speech recognition tool - [[05874eb8](https://github.com/Novout/betterwrite/commit/05874eb8)] +* **🎨 style(editor):** header chapter controls - [[9acefb85](https://github.com/Novout/betterwrite/commit/9acefb85)] +* **🎉 feat(editor):** speech recognition defines - [[050d286d](https://github.com/Novout/betterwrite/commit/050d286d)] +* **🎨 style(editor):** theme and language in project bar - [[a604e573](https://github.com/Novout/betterwrite/commit/a604e573)] +* **🔧 fix(pdf):** i18n in all transforms - [[8f764c21](https://github.com/Novout/betterwrite/commit/8f764c21)] ### v0.14.6 -* **🔧 fix(pdf):** all message locales in alignment i18n search [b8f385a6] -* **🔧 fix(pdf):** base cover image in margins set at 0 [6797e95c] -* **🔧 fix:** typo [c3ea1e0d] -* **🚧 chore(monorepo):** preset css in better-write-theme [9d014777] -* **🚧 chore(monorepo):** better-write-localisation [12d1a5fd] -* **🎨 style(landing):** spinner logo [05483366] -* **🚧 chore(landing):** cached image [90b83e3f] +* **🔧 fix(pdf):** all message locales in alignment i18n search - [[b8f385a6](https://github.com/Novout/betterwrite/commit/b8f385a6)] +* **🔧 fix(pdf):** base cover image in margins set at 0 - [[6797e95c](https://github.com/Novout/betterwrite/commit/6797e95c)] +* **🚧 chore(monorepo):** preset css in better-write-theme - [[9d014777](https://github.com/Novout/betterwrite/commit/9d014777)] +* **🚧 chore(monorepo):** better-write-localisation - [[12d1a5fd](https://github.com/Novout/betterwrite/commit/12d1a5fd)] +* **🎨 style(landing):** spinner logo - [[05483366](https://github.com/Novout/betterwrite/commit/05483366)] +* **🚧 chore(landing):** cached image - [[90b83e3f](https://github.com/Novout/betterwrite/commit/90b83e3f)] ### v0.14.5 -* **🔧 fix(landing):** overflow hidden in body main [82805b1a] -* **🚧 chore(landing):** i18n en in paragraphs [1950f75f] -* **🔧 fix(landing):** async webgl render [f1c152fa] -* **🎉 feat(dashboard):** paragraphs in 3D context [805473c7] -* **🚧 chore(editor):** new styles [4ae5c817] -* **🔧 fix(pdf):** pdf container appear [cd61d292] -* **🎉 feat(pdf):** generate chapter choice [da77330e] +* **🔧 fix(landing):** overflow hidden in body main - [[82805b1a](https://github.com/Novout/betterwrite/commit/82805b1a)] +* **🚧 chore(landing):** i18n en in paragraphs - [[1950f75f](https://github.com/Novout/betterwrite/commit/1950f75f)] +* **🔧 fix(landing):** async webgl render - [[f1c152fa](https://github.com/Novout/betterwrite/commit/f1c152fa)] +* **🎉 feat(dashboard):** paragraphs in 3D context - [[805473c7](https://github.com/Novout/betterwrite/commit/805473c7)] +* **🚧 chore(editor):** new styles - [[4ae5c817](https://github.com/Novout/betterwrite/commit/4ae5c817)] +* **🔧 fix(pdf):** pdf container appear - [[cd61d292](https://github.com/Novout/betterwrite/commit/cd61d292)] +* **🎉 feat(pdf):** generate chapter choice - [[da77330e](https://github.com/Novout/betterwrite/commit/da77330e)] ### v0.14.4 -* **🎨 style(plans):** appear transitions [7a7a2682] -* **🚧 chore(pwa):** cache fonts and css at google requests [82e21416] -* **🚧 chore(pwa):** new assets in cache [958643d1] +* **🎨 style(plans):** appear transitions - [[7a7a2682](https://github.com/Novout/betterwrite/commit/7a7a2682)] +* **🚧 chore(pwa):** cache fonts and css at google requests - [[82e21416](https://github.com/Novout/betterwrite/commit/82e21416)] +* **🚧 chore(pwa):** new assets in cache - [[958643d1](https://github.com/Novout/betterwrite/commit/958643d1)] ### v0.14.3 -* **🔧 fix(pdf):** standard vfs in offline mode [0c02ddd8] -* **🔧 fix(pdf):** cover in break points [7019661e] -* **🔧 fix(editor):** back route in graph logo [590777a1] +* **🔧 fix(pdf):** standard vfs in offline mode - [[0c02ddd8](https://github.com/Novout/betterwrite/commit/0c02ddd8)] +* **🔧 fix(pdf):** cover in break points - [[7019661e](https://github.com/Novout/betterwrite/commit/7019661e)] +* **🔧 fix(editor):** back route in graph logo - [[590777a1](https://github.com/Novout/betterwrite/commit/590777a1)] ### v0.14.2 -* **🔧 fix(editor):** event listener in save unmount [b5aebbf4] -* **🔧 fix(editor):** sabe in unmounted editor [c491fe1c] +* **🔧 fix(editor):** event listener in save unmount - [[b5aebbf4](https://github.com/Novout/betterwrite/commit/b5aebbf4)] +* **🔧 fix(editor):** sabe in unmounted editor - [[c491fe1c](https://github.com/Novout/betterwrite/commit/c491fe1c)] ### v0.14.1 -* **🚧 chore(lang):** typo [0225f849] -* **🔧 fix(editor):** new project reload contexts [78395499] -* **🔧 fix(landing):** webgl resize [c66570e0] -* **🔧 fix(editor):** route leave save local project [11ed054b] -* **🚧 chore(lang):** english typo in plans [1b68230f] +* **🔧 fix(editor):** new project reload contexts - [[78395499](https://github.com/Novout/betterwrite/commit/78395499)] +* **🔧 fix(landing):** webgl resize - [[c66570e0](https://github.com/Novout/betterwrite/commit/c66570e0)] +* **🔧 fix(editor):** route leave save local project - [[11ed054b](https://github.com/Novout/betterwrite/commit/11ed054b)] ### v0.14.0 -* **🎨 style(theme):** ascend default base colors [c025b456] -* **🎉 feat(dashboard):** bw-theme implements [63fef605] -* **🎨 style(plans):** bar color [86b74898] -* **🔧 fix(landing:** webgl supported [35add77e] -* **🎉 feat:** plans section [e77ac1e6] -* **🔧 fix(editor):** normalize theme [96baa672] -* **🔧 fix(dashboard):** navigation guard for empty user [f655ea0a] -* **🔧 fix(dashboard):** empty projects remove spinner [e7faa6ed] -* **🔧 fix(landing):** remove nodes [26dda26e] -* **🚧 chore:** typo [597d00fd] -* **🎉 feat(landing):** webgl background [aecc4ac8] -* **🎉 feat(dashboard):** notion and gitlab integration [3938c801] -* **🎉 feat(dashboard):** plans route [0adf8882] -* **🎉 feat(dashboard):** profile database [79caf0a2] -* **🔧 fix(account):** correct upsert project id [198b9ab8] +* **🎨 style(theme):** ascend default base colors - [[c025b456](https://github.com/Novout/betterwrite/commit/c025b456)] +* **🎉 feat(dashboard):** bw-theme implements - [[63fef605](https://github.com/Novout/betterwrite/commit/63fef605)] +* **🎨 style(plans):** bar color - [[86b74898](https://github.com/Novout/betterwrite/commit/86b74898)] +* **🔧 fix(landing:** webgl supported - [[35add77e](https://github.com/Novout/betterwrite/commit/35add77e)] +* **🎉 feat:** plans section - [[e77ac1e6](https://github.com/Novout/betterwrite/commit/e77ac1e6)] +* **🔧 fix(editor):** normalize theme - [[96baa672](https://github.com/Novout/betterwrite/commit/96baa672)] +* **🔧 fix(dashboard):** navigation guard for empty user - [[f655ea0a](https://github.com/Novout/betterwrite/commit/f655ea0a)] +* **🔧 fix(dashboard):** empty projects remove spinner - [[e7faa6ed](https://github.com/Novout/betterwrite/commit/e7faa6ed)] +* **🔧 fix(landing):** remove nodes - [[26dda26e](https://github.com/Novout/betterwrite/commit/26dda26e)] +* **🎉 feat(landing):** webgl background - [[aecc4ac8](https://github.com/Novout/betterwrite/commit/aecc4ac8)] +* **🎉 feat(dashboard):** notion and gitlab integration - [[3938c801](https://github.com/Novout/betterwrite/commit/3938c801)] +* **🎉 feat(dashboard):** plans route - [[0adf8882](https://github.com/Novout/betterwrite/commit/0adf8882)] +* **🎉 feat(dashboard):** profile database - [[79caf0a2](https://github.com/Novout/betterwrite/commit/79caf0a2)] +* **🔧 fix(account):** correct upsert project id - [[198b9ab8](https://github.com/Novout/betterwrite/commit/198b9ab8)] ### v0.13.7 -* **🎨 style(editor):** new transitions [a740fbea] -* **🎨 style(theme):** ascend hover icons [72d72be0] -* **🚧 chore(env):** base url [6f1fed62] -* **🚧 chore(seo):** improve load timer [4262ae15] +* **🎨 style(editor):** new transitions - [[a740fbea](https://github.com/Novout/betterwrite/commit/a740fbea)] +* **🎨 style(theme):** ascend hover icons - [[72d72be0](https://github.com/Novout/betterwrite/commit/72d72be0)] +* **🚧 chore(env):** base url - [[6f1fed62](https://github.com/Novout/betterwrite/commit/6f1fed62)] +* **🚧 chore(seo):** improve load timer - [[4262ae15](https://github.com/Novout/betterwrite/commit/4262ae15)] ### v0.13.6 -* **🎨 style(editor):** z-index in header [62fd3beb] -* **🔧 fix(editor):** paste offset in dialog command [fb8bc62a] -* **🚧 chore:** typo [b85c8d6a] -* **🚧 chore:** new license [7260492b] -* **🚧 chore:** delete license [812bf38d] +* **🎨 style(editor):** z-index in header - [[62fd3beb](https://github.com/Novout/betterwrite/commit/62fd3beb)] +* **🔧 fix(editor):** paste offset in dialog command - [[fb8bc62a](https://github.com/Novout/betterwrite/commit/fb8bc62a)] +* **🚧 chore:** new license - [[7260492b](https://github.com/Novout/betterwrite/commit/7260492b)] +* **🚧 chore:** delete license - [[812bf38d](https://github.com/Novout/betterwrite/commit/812bf38d)] ### v0.13.5 -* **🔧 fix(editor):** draft and statistics use heading chapter [668c96c9] -* **🔧 fix(editor):** finder and switcher select break [dedba999] +* **🔧 fix(editor):** draft and statistics use heading chapter - [[668c96c9](https://github.com/Novout/betterwrite/commit/668c96c9)] +* **🔧 fix(editor):** finder and switcher select break - [[dedba999](https://github.com/Novout/betterwrite/commit/dedba999)] ### v0.13.4 -* **🗿 ci(e2e):** remove base test [dfe61403] +* **🗿 ci(e2e):** remove base test - [[dfe61403](https://github.com/Novout/betterwrite/commit/dfe61403)] ### v0.13.3 -* **🚧 chore(i18n):** landing typo [071a0864] -* **🗿 ci(e2e):** build before run dev [6aa9dd53] +* **🗿 ci(e2e):** build before run dev - [[6aa9dd53](https://github.com/Novout/betterwrite/commit/6aa9dd53)] ### v0.13.2 -* **🗿 ci(e2e):** only ubuntu build [67b0d5cd] +* **🗿 ci(e2e):** only ubuntu build - [[67b0d5cd](https://github.com/Novout/betterwrite/commit/67b0d5cd)] ### v0.13.1 -* **🗿 ci(2e2):** execute in all cases [d332452b] -* **🔧 fix(build):** @vueuse/integration 8.0.0 to 7.7.1 [c56c63fc] +* **🗿 ci(2e2):** execute in all cases - [[d332452b](https://github.com/Novout/betterwrite/commit/d332452b)] +* **🔧 fix(build):** @vueuse/integration 8.0.0 to 7.7.1 - [[c56c63fc](https://github.com/Novout/betterwrite/commit/c56c63fc)] ### v0.13.0 -* **🚧 chore(project):** project hook in externals creation [9542c0fc] -* **🚧 chore(editor):** vueuse fullscreen hook [f4bf353d] -* **🔧 fix(pdf):** broken application in offline mode [33e5e14d] -* **🔧 fix(editor):** aside in z-indexc [07f95e35] -* **🎉 feat(project):** export as support [ccf90ae6] -* **🎨 style(editor):** header content in overflow [fac9805f] -* **🔧 fix(editor):** entity paste typo in first raw [38f33731] -* **🔧 fix(editor):** passive finder and switcher in window listener [940f3a8e] -* **🗿 ci(test):** cypress setup [b089406b] -* **🚧 chore(project):** header corrector in addons [e3d7fca6] -* **🎨 style(editor):** customize margin template [9f804398] -* **🔧 fix(editor):** generator not save actually template [dbaa44d0] -* **🎉 feat(editor):** entity paragraph generator templates [34724223] -* **🚧 chore(editor):** header ux [78452ea3] -* **🔧 fix(pdf):** customize paragraph 0 false inserts [dd4baae8] -* **🎉 feat(editor):** custom paragraph preview [0c4f236d] +* **🚧 chore(project):** project hook in externals creation - [[9542c0fc](https://github.com/Novout/betterwrite/commit/9542c0fc)] +* **🚧 chore(editor):** vueuse fullscreen hook - [[f4bf353d](https://github.com/Novout/betterwrite/commit/f4bf353d)] +* **🔧 fix(pdf):** broken application in offline mode - [[33e5e14d](https://github.com/Novout/betterwrite/commit/33e5e14d)] +* **🔧 fix(editor):** aside in z-indexc - [[07f95e35](https://github.com/Novout/betterwrite/commit/07f95e35)] +* **🎉 feat(project):** export as support - [[ccf90ae6](https://github.com/Novout/betterwrite/commit/ccf90ae6)] +* **🎨 style(editor):** header content in overflow - [[fac9805f](https://github.com/Novout/betterwrite/commit/fac9805f)] +* **🔧 fix(editor):** passive finder and switcher in window listener - [[940f3a8e](https://github.com/Novout/betterwrite/commit/940f3a8e)] +* **🗿 ci(test):** cypress setup - [[b089406b](https://github.com/Novout/betterwrite/commit/b089406b)] +* **🚧 chore(project):** header corrector in addons - [[e3d7fca6](https://github.com/Novout/betterwrite/commit/e3d7fca6)] +* **🎨 style(editor):** customize margin template - [[9f804398](https://github.com/Novout/betterwrite/commit/9f804398)] +* **🔧 fix(editor):** generator not save actually template - [[dbaa44d0](https://github.com/Novout/betterwrite/commit/dbaa44d0)] +* **🎉 feat(editor):** entity paragraph generator templates - [[34724223](https://github.com/Novout/betterwrite/commit/34724223)] +* **🚧 chore(editor):** header ux - [[78452ea3](https://github.com/Novout/betterwrite/commit/78452ea3)] +* **🔧 fix(pdf):** customize paragraph 0 false inserts - [[dd4baae8](https://github.com/Novout/betterwrite/commit/dd4baae8)] +* **🎉 feat(editor):** custom paragraph preview - [[0c4f236d](https://github.com/Novout/betterwrite/commit/0c4f236d)] ### v0.12.16 -* **🎨 style(editor):** header icons and reactivity [4d23f364] -* **🔧 fix(project):** breakpoint hook typo [b43734c0] +* **🎨 style(editor):** header icons and reactivity - [[4d23f364](https://github.com/Novout/betterwrite/commit/4d23f364)] ### v0.12.15 -* **🚧 chore(vite):** vue-tsc checker in vite runtime [56fa48c7] -* **🎉 feat(project):** use actually scroll value in save and load context [d9ad9fe4] -* **🔧 fix(editor):** component typo [14fd9f70] +* **🚧 chore(vite):** vue-tsc checker in vite runtime - [[56fa48c7](https://github.com/Novout/betterwrite/commit/56fa48c7)] +* **🎉 feat(project):** use actually scroll value in save and load context - [[d9ad9fe4](https://github.com/Novout/betterwrite/commit/d9ad9fe4)] ### v0.12.14 -* **🚧 chore(project):** remove keyboardjs [9fc956de] -* **🔧 fix(editor):** remove normalize keyboard [c8e110d3] +* **🚧 chore(project):** remove keyboardjs - [[9fc956de](https://github.com/Novout/betterwrite/commit/9fc956de)] +* **🔧 fix(editor):** remove normalize keyboard - [[c8e110d3](https://github.com/Novout/betterwrite/commit/c8e110d3)] ### v0.12.13 -* **🔧 fix(editor):** project reset context loader [bec97d9c] -* **🔧 fix(editor):** paste correct workflow break lines [be3bc25d] -* **🔧 fix(editor):** redirect empty project [366865ca] +* **🔧 fix(editor):** project reset context loader - [[bec97d9c](https://github.com/Novout/betterwrite/commit/bec97d9c)] +* **🔧 fix(editor):** paste correct workflow break lines - [[be3bc25d](https://github.com/Novout/betterwrite/commit/be3bc25d)] +* **🔧 fix(editor):** redirect empty project - [[366865ca](https://github.com/Novout/betterwrite/commit/366865ca)] ### v0.12.12 -* **🎨 style(editor):** loading bar in new project [aa23bebb] -* **🔧 fix(editor):** remove aside in blank projects [cd360c7b] -* **🚧 chore(deps):** upgrade unbuild to 0.7.0 [bee08af7] -* **🚧 chore(landing):** time of letters [f591b3d1] -* **🔧 fix(pdf):** offline vfs roboto insert [919bf91e] -* **🔧 fix(editor):** paste text entity sequence [2da2b6e3] -* **🚧 chore(project):** create new projects and annotations [42e4029d] +* **🎨 style(editor):** loading bar in new project - [[aa23bebb](https://github.com/Novout/betterwrite/commit/aa23bebb)] +* **🔧 fix(editor):** remove aside in blank projects - [[cd360c7b](https://github.com/Novout/betterwrite/commit/cd360c7b)] +* **🚧 chore(deps):** upgrade unbuild to 0.7.0 - [[bee08af7](https://github.com/Novout/betterwrite/commit/bee08af7)] +* **🚧 chore(landing):** time of letters - [[f591b3d1](https://github.com/Novout/betterwrite/commit/f591b3d1)] +* **🔧 fix(pdf):** offline vfs roboto insert - [[919bf91e](https://github.com/Novout/betterwrite/commit/919bf91e)] +* **🔧 fix(editor):** paste text entity sequence - [[2da2b6e3](https://github.com/Novout/betterwrite/commit/2da2b6e3)] +* **🚧 chore(project):** create new projects and annotations - [[42e4029d](https://github.com/Novout/betterwrite/commit/42e4029d)] ### v0.12.11 -* **🎨 style(commands):** remove title in mobile for breakpoint [13ae70f5] -* **🔧 fix(commands):** mobile sizes [31e20c9b] -* **🔧 fix(drafts):** title name in sidebar [0897e9a9] +* **🎨 style(commands):** remove title in mobile for breakpoint - [[13ae70f5](https://github.com/Novout/betterwrite/commit/13ae70f5)] +* **🔧 fix(commands):** mobile sizes - [[31e20c9b](https://github.com/Novout/betterwrite/commit/31e20c9b)] +* **🔧 fix(drafts):** title name in sidebar - [[0897e9a9](https://github.com/Novout/betterwrite/commit/0897e9a9)] ### v0.12.10 -* **🚧 chore(deps):** update packages [4eeb9f95] -* **🚩 refactor(editor):** entity paragraph custom in mobile provider [44fa2612] +* **🚧 chore(deps):** update packages - [[4eeb9f95](https://github.com/Novout/betterwrite/commit/4eeb9f95)] +* **🚩 refactor(editor):** entity paragraph custom in mobile provider - [[44fa2612](https://github.com/Novout/betterwrite/commit/44fa2612)] ### v0.12.9 -* **🎉 feat(dropbox):** option for hour insert in save file [edd77ba2] -* **🔧 fix(editor):** open comment modal in graph comment click [5a896ccc] +* **🎉 feat(dropbox):** option for hour insert in save file - [[edd77ba2](https://github.com/Novout/betterwrite/commit/edd77ba2)] +* **🔧 fix(editor):** open comment modal in graph comment click - [[5a896ccc](https://github.com/Novout/betterwrite/commit/5a896ccc)] ### v0.12.8 -* **🔧 fix(pdf):** reload google fonts request in dev mode [2f1d2388] -* **🎉 feat(pdf):** support offline mode [70c71f89] -* **🔧 fix(pdf):** preview in line break render image not support [b103c64e] -* **🔧 fix(pdf):** validate empty line in line break setter [bc1116b5] +* **🔧 fix(pdf):** reload google fonts request in dev mode - [[2f1d2388](https://github.com/Novout/betterwrite/commit/2f1d2388)] +* **🎉 feat(pdf):** support offline mode - [[70c71f89](https://github.com/Novout/betterwrite/commit/70c71f89)] +* **🔧 fix(pdf):** preview in line break render image not support - [[b103c64e](https://github.com/Novout/betterwrite/commit/b103c64e)] +* **🔧 fix(pdf):** validate empty line in line break setter - [[bc1116b5](https://github.com/Novout/betterwrite/commit/bc1116b5)] ### v0.12.7 -* **🎨 style(editor):** entity scan text indent [a599a41d] +* **🎨 style(editor):** entity scan text indent - [[a599a41d](https://github.com/Novout/betterwrite/commit/a599a41d)] ### v0.12.6 -* **🚧 chore(deps):** update turborepo to v1.1 [875a268c] -* **🎨 style(landing):** landing bold in title [3e888a9e] -* **🔧 fix(app):** detect default navigator language in start hook [76500b97] -* **🎨 style(dashboard):** animations in appear [abbda528] -* **🚧 chore(editor):** base paragraph indent [796ca05a] -* **🎨 style(dashboard):** base colors [a50d0073] -* **🎨 style(editor):** project preferences textarea in subject [15836896] -* **🔧 fix(pdf):** remove canvas in white background [6b3bdff6] -* **🎨 style(app):** base scroll theme colors [716b7e75] -* **🔧 fix(dashboard):** plugin theme setter [e0c884ba] -* **🎉 feat(dashboard):** carousel project options [afed7b6b] -* **🎉 feat(dashboard):** create blank project [08c68c78] -* **🚧 chore(deps):** remove tailwindcss deps [8592c0c4] -* **🚧 chore(deps):** update vue monorepo to v3.2.29 [b123a8b8] +* **🚧 chore(deps):** update turborepo to v1.1 - [[875a268c](https://github.com/Novout/betterwrite/commit/875a268c)] +* **🎨 style(landing):** landing bold in title - [[3e888a9e](https://github.com/Novout/betterwrite/commit/3e888a9e)] +* **🔧 fix(app):** detect default navigator language in start hook - [[76500b97](https://github.com/Novout/betterwrite/commit/76500b97)] +* **🎨 style(dashboard):** animations in appear - [[abbda528](https://github.com/Novout/betterwrite/commit/abbda528)] +* **🚧 chore(editor):** base paragraph indent - [[796ca05a](https://github.com/Novout/betterwrite/commit/796ca05a)] +* **🎨 style(dashboard):** base colors - [[a50d0073](https://github.com/Novout/betterwrite/commit/a50d0073)] +* **🎨 style(editor):** project preferences textarea in subject - [[15836896](https://github.com/Novout/betterwrite/commit/15836896)] +* **🔧 fix(pdf):** remove canvas in white background - [[6b3bdff6](https://github.com/Novout/betterwrite/commit/6b3bdff6)] +* **🎨 style(app):** base scroll theme colors - [[716b7e75](https://github.com/Novout/betterwrite/commit/716b7e75)] +* **🔧 fix(dashboard):** plugin theme setter - [[e0c884ba](https://github.com/Novout/betterwrite/commit/e0c884ba)] +* **🎉 feat(dashboard):** carousel project options - [[afed7b6b](https://github.com/Novout/betterwrite/commit/afed7b6b)] +* **🎉 feat(dashboard):** create blank project - [[08c68c78](https://github.com/Novout/betterwrite/commit/08c68c78)] +* **🚧 chore(deps):** remove tailwindcss deps - [[8592c0c4](https://github.com/Novout/betterwrite/commit/8592c0c4)] +* **🚧 chore(deps):** update vue monorepo to v3.2.29 - [[b123a8b8](https://github.com/Novout/betterwrite/commit/b123a8b8)] ### v0.12.5 -* **🚧 chore(deps):** update vue to 3.2.29 [5e07850d] -* **🚧 chore(deps):** update dependency vite-plugin-optimize-persist to v0.1.2 [a2e2a8cf] -* **🚧 chore(deps):** update dependency vite-plugin-pwa to v0.11.13 [36f33fcf] -* **🚧 chore(deps):** update dependency @types/jsdom to v16.2.14 [24c39f49] -* **🔧 fix(deps):** update dependency @headlessui/vue to v1.4.3 [2bb28d76] -* **🔧 fix(deps):** update dependency @vueuse/integrations to v7.5.5 [d522657d] -* **🔧 fix(deps):** update dependency @vueuse/core to v7.5.5 [8b9ad85a] -* **🚧 chore(deps):** update dependency vite-plugin-package-config to v0.1.1 [bd1a955a] -* **🚧 chore(deps):** update typescript-eslint monorepo to v5.10.1 [574e838e] -* **🚧 chore(deps):** update dependency unplugin-vue-components to v0.17.15 [04d5c257] -* **🚧 chore(deps):** update dependency @types/file-saver to v2.0.5 [62c7a03f] +* **🚧 chore(deps):** update vue to 3.2.29 - [[5e07850d](https://github.com/Novout/betterwrite/commit/5e07850d)] +* **🚧 chore(deps):** update dependency vite-plugin-optimize-persist to v0.1.2 - [[a2e2a8cf](https://github.com/Novout/betterwrite/commit/a2e2a8cf)] +* **🚧 chore(deps):** update dependency vite-plugin-pwa to v0.11.13 - [[36f33fcf](https://github.com/Novout/betterwrite/commit/36f33fcf)] +* **🚧 chore(deps):** update dependency @types/jsdom to v16.2.14 - [[24c39f49](https://github.com/Novout/betterwrite/commit/24c39f49)] +* **🔧 fix(deps):** update dependency @headlessui/vue to v1.4.3 - [[2bb28d76](https://github.com/Novout/betterwrite/commit/2bb28d76)] +* **🔧 fix(deps):** update dependency @vueuse/integrations to v7.5.5 - [[d522657d](https://github.com/Novout/betterwrite/commit/d522657d)] +* **🔧 fix(deps):** update dependency @vueuse/core to v7.5.5 - [[8b9ad85a](https://github.com/Novout/betterwrite/commit/8b9ad85a)] +* **🚧 chore(deps):** update dependency vite-plugin-package-config to v0.1.1 - [[bd1a955a](https://github.com/Novout/betterwrite/commit/bd1a955a)] +* **🚧 chore(deps):** update typescript-eslint monorepo to v5.10.1 - [[574e838e](https://github.com/Novout/betterwrite/commit/574e838e)] +* **🚧 chore(deps):** update dependency unplugin-vue-components to v0.17.15 - [[04d5c257](https://github.com/Novout/betterwrite/commit/04d5c257)] +* **🚧 chore(deps):** update dependency @types/file-saver to v2.0.5 - [[62c7a03f](https://github.com/Novout/betterwrite/commit/62c7a03f)] ### v0.12.4 -* **🚧 chore(app):** default fonts by the vite fonts [22bbcc40] -* **🚧 chore(app):** tailwindcss to windicss [ec2cbc43] -* **📐 chore(build):** minify with esbuild [6a18e178] -* **🔧 fix(editor):** switcher in fixed items [1659e5a7] -* **🎉 feat(landing):** typical in description [0aae22a4] +* **🚧 chore(app):** default fonts by the vite fonts - [[22bbcc40](https://github.com/Novout/betterwrite/commit/22bbcc40)] +* **🚧 chore(app):** tailwindcss to windicss - [[ec2cbc43](https://github.com/Novout/betterwrite/commit/ec2cbc43)] +* **📐 chore(build):** minify with esbuild - [[6a18e178](https://github.com/Novout/betterwrite/commit/6a18e178)] +* **🔧 fix(editor):** switcher in fixed items - [[1659e5a7](https://github.com/Novout/betterwrite/commit/1659e5a7)] +* **🎉 feat(landing):** typical in description - [[0aae22a4](https://github.com/Novout/betterwrite/commit/0aae22a4)] ### v0.12.3 -* **🔧 test:** support @vueuse/motion [a2a46fb9] -* **🔧 test:** remove defaults and setup vue [f8cf1a30] -* **🚧 chore(editor):** use default settings for custom entity [24bdd89c] -* **🔧 fix(pdf):** line break in default values [b1ace884] -* **🔧 fix(editor):** placeholder hover cursor text [d1915cd4] +* **🔧 test:** support @vueuse/motion - [[a2a46fb9](https://github.com/Novout/betterwrite/commit/a2a46fb9)] +* **🔧 test:** remove defaults and setup vue - [[f8cf1a30](https://github.com/Novout/betterwrite/commit/f8cf1a30)] +* **🚧 chore(editor):** use default settings for custom entity - [[24bdd89c](https://github.com/Novout/betterwrite/commit/24bdd89c)] +* **🔧 fix(pdf):** line break in default values - [[b1ace884](https://github.com/Novout/betterwrite/commit/b1ace884)] +* **🔧 fix(editor):** placeholder hover cursor text - [[d1915cd4](https://github.com/Novout/betterwrite/commit/d1915cd4)] ### v0.12.2 -* **🔧 fix(deploy):** correct global components [9afa3036] +* **🔧 fix(deploy):** correct global components - [[9afa3036](https://github.com/Novout/betterwrite/commit/9afa3036)] ### v0.12.1 -* **🚧 chore(md):** new features [ad18ba0a] -* **🚧 chore(entity):** remove transition-colors [8f6a11b8] -* **🔧 fix(editor):** remove vuedraggable [ecdf57e0] +* **🚧 chore(md):** new features - [[ad18ba0a](https://github.com/Novout/betterwrite/commit/ad18ba0a)] +* **🚧 chore(entity):** remove transition-colors - [[8f6a11b8](https://github.com/Novout/betterwrite/commit/8f6a11b8)] +* **🔧 fix(editor):** remove vuedraggable - [[ecdf57e0](https://github.com/Novout/betterwrite/commit/ecdf57e0)] ### v0.12.0 -* **🎉 feat(dashboard):** object save size [faf9ec3d] -* **🚧 chore(editor):** header generator to generic [06121f28] -* **🎉 feat(pdf):** line-break command settings [9defd854] -* **🔧 test(raw):** remove v1 tests [9170efe5] -* **🎉 feat(dashboard):** delete project [65248dd8] -* **🔧 fix(dashboard):** image main [56a03117] -* **🎉 feat(dashboard):** database projects save [fa7f4945] -* **🔧 fix(env):** insert number in google max fonts [bc79125f] -* **🔧 fix(env):** only local keys [1f4d69e8] -* **🎉 feat(auth):** supabase initial content [70672e54] +* **🎉 feat(dashboard):** object save size - [[faf9ec3d](https://github.com/Novout/betterwrite/commit/faf9ec3d)] +* **🚧 chore(editor):** header generator to generic - [[06121f28](https://github.com/Novout/betterwrite/commit/06121f28)] +* **🎉 feat(pdf):** line-break command settings - [[9defd854](https://github.com/Novout/betterwrite/commit/9defd854)] +* **🔧 test(raw):** remove v1 tests - [[9170efe5](https://github.com/Novout/betterwrite/commit/9170efe5)] +* **🎉 feat(dashboard):** delete project - [[65248dd8](https://github.com/Novout/betterwrite/commit/65248dd8)] +* **🔧 fix(dashboard):** image main - [[56a03117](https://github.com/Novout/betterwrite/commit/56a03117)] +* **🎉 feat(dashboard):** database projects save - [[fa7f4945](https://github.com/Novout/betterwrite/commit/fa7f4945)] +* **🔧 fix(env):** insert number in google max fonts - [[bc79125f](https://github.com/Novout/betterwrite/commit/bc79125f)] +* **🔧 fix(env):** only local keys - [[1f4d69e8](https://github.com/Novout/betterwrite/commit/1f4d69e8)] +* **🎉 feat(auth):** supabase initial content - [[70672e54](https://github.com/Novout/betterwrite/commit/70672e54)] ### v0.11.17 -* **🚧 chore(editor):** paragraph options title [3ea07d92] +* **🚧 chore(editor):** paragraph options title - [[3ea07d92](https://github.com/Novout/betterwrite/commit/3ea07d92)] ### v0.11.16 -* **🚧 chore:** standardize the prettierrc [2f55230f] -* **🔧 fix(editor):** project update in normalize storage [bbdf2440] -* **🎉 feat(editor):** entity paragraph custom [b1444683] -* **🎨 style(pwa):** width settings in prompt [343fb303] +* **🚧 chore:** standardize the prettierrc - [[2f55230f](https://github.com/Novout/betterwrite/commit/2f55230f)] +* **🔧 fix(editor):** project update in normalize storage - [[bbdf2440](https://github.com/Novout/betterwrite/commit/bbdf2440)] +* **🎉 feat(editor):** entity paragraph custom - [[b1444683](https://github.com/Novout/betterwrite/commit/b1444683)] +* **🎨 style(pwa):** width settings in prompt - [[343fb303](https://github.com/Novout/betterwrite/commit/343fb303)] ### v0.11.15 -* **🚧 chore(tsconfig):** vite pwa types [25bef9a3] -* **🔧 fix(editor):** insert new line in fixed items only the last entity [bc27fc59] -* **🎉 feat(graph):** comments show [099b991d] +* **🚧 chore(tsconfig):** vite pwa types - [[25bef9a3](https://github.com/Novout/betterwrite/commit/25bef9a3)] +* **🔧 fix(editor):** insert new line in fixed items only the last entity - [[bc27fc59](https://github.com/Novout/betterwrite/commit/bc27fc59)] +* **🎉 feat(graph):** comments show - [[099b991d](https://github.com/Novout/betterwrite/commit/099b991d)] ### v0.11.14 -* **🚧 chore:** typo [42f8ecd5] -* **🔧 fix(pwa):** use prompt instead auto updater [27d2f846] -* **🚧 chore:** improved readme [f27412b7] -* **🎨 style(graph):** activity page highlighted [c15b99c2] -* **🎉 feat(project):** create blank project in empty local storage content [f0b43bae] -* **🎉 feat(graph):** chapter commands [edc6acc4] -* **🔧 fix(editor):** focus in entity placeholder [c01e0f3b] +* **🔧 fix(pwa):** use prompt instead auto updater - [[27d2f846](https://github.com/Novout/betterwrite/commit/27d2f846)] +* **🚧 chore:** improved readme - [[f27412b7](https://github.com/Novout/betterwrite/commit/f27412b7)] +* **🎨 style(graph):** activity page highlighted - [[c15b99c2](https://github.com/Novout/betterwrite/commit/c15b99c2)] +* **🎉 feat(project):** create blank project in empty local storage content - [[f0b43bae](https://github.com/Novout/betterwrite/commit/f0b43bae)] +* **🎉 feat(graph):** chapter commands - [[edc6acc4](https://github.com/Novout/betterwrite/commit/edc6acc4)] +* **🔧 fix(editor):** focus in entity placeholder - [[c01e0f3b](https://github.com/Novout/betterwrite/commit/c01e0f3b)] ### v0.11.13 -* **🚧 chore(pdf):** description typos [50c91a32] -* **🚧 chore(editor):** header size icons [77ae7e60] -* **🔧 fix(editor):** comments option [f1cd6b76] +* **🚧 chore(editor):** header size icons - [[77ae7e60](https://github.com/Novout/betterwrite/commit/77ae7e60)] +* **🔧 fix(editor):** comments option - [[f1cd6b76](https://github.com/Novout/betterwrite/commit/f1cd6b76)] ### v0.11.12 -* **🔧 fix(pdf):** XSS warning in i18n setter [97cb275d] -* **🎉 feat(pdf):** i18n in input select configuration [bb064466] -* **🚧 chore(theme):** pdf utils [efbf529a] -* **🚧 chore(project):** alerts in save project [18122146] -* **🎉 feat(pdf):** default background color option [11933093] -* **🔧 fix(pdf):** theme background canvas broken cover image [4d57cd5c] -* **🔧 fix(pdf):** tracking error in generate [c2f7c80d] -* **🔧 fix(material):** input select in svg inputs [13e7dd2b] -* **🎉 feat(pdf):** option theme affected colors [e0a6e4e9] -* **🔧 fix(editor):** entity options in break area [52553efe] -* **🚧 chore(pdf):** update pdfmake [b4f0ad6c] -* **🔧 fix(editor):** delete entity reset base [b71f2225] -* **🔧 fix(editor):** entity color transition [8df40a31] +* **🔧 fix(pdf):** XSS warning in i18n setter - [[97cb275d](https://github.com/Novout/betterwrite/commit/97cb275d)] +* **🎉 feat(pdf):** i18n in input select configuration - [[bb064466](https://github.com/Novout/betterwrite/commit/bb064466)] +* **🚧 chore(theme):** pdf utils - [[efbf529a](https://github.com/Novout/betterwrite/commit/efbf529a)] +* **🚧 chore(project):** alerts in save project - [[18122146](https://github.com/Novout/betterwrite/commit/18122146)] +* **🎉 feat(pdf):** default background color option - [[11933093](https://github.com/Novout/betterwrite/commit/11933093)] +* **🔧 fix(pdf):** theme background canvas broken cover image - [[4d57cd5c](https://github.com/Novout/betterwrite/commit/4d57cd5c)] +* **🔧 fix(pdf):** tracking error in generate - [[c2f7c80d](https://github.com/Novout/betterwrite/commit/c2f7c80d)] +* **🔧 fix(material):** input select in svg inputs - [[13e7dd2b](https://github.com/Novout/betterwrite/commit/13e7dd2b)] +* **🎉 feat(pdf):** option theme affected colors - [[e0a6e4e9](https://github.com/Novout/betterwrite/commit/e0a6e4e9)] +* **🔧 fix(editor):** entity options in break area - [[52553efe](https://github.com/Novout/betterwrite/commit/52553efe)] +* **🚧 chore(pdf):** update pdfmake - [[b4f0ad6c](https://github.com/Novout/betterwrite/commit/b4f0ad6c)] +* **🔧 fix(editor):** delete entity reset base - [[b71f2225](https://github.com/Novout/betterwrite/commit/b71f2225)] +* **🔧 fix(editor):** entity color transition - [[8df40a31](https://github.com/Novout/betterwrite/commit/8df40a31)] ### v0.11.11 -* **🔧 fix:** typo [231bfd61] -* **🔧 test(app):** set new factory creation [74522246] -* **🚧 chore(deps):** remove better-write-entity [21df003a] -* **🔧 fix(editor):** breaking point in statistics impact [883b8713] +* **🔧 test(app):** set new factory creation - [[74522246](https://github.com/Novout/betterwrite/commit/74522246)] +* **🚧 chore(deps):** remove better-write-entity - [[21df003a](https://github.com/Novout/betterwrite/commit/21df003a)] +* **🔧 fix(editor):** breaking point in statistics impact - [[883b8713](https://github.com/Novout/betterwrite/commit/883b8713)] ### v0.11.10 -* **🎉 feat(creative):** impact chart in statistics [efe95539] -* **🔧 fix(editor):** force lowercase in statistics [2880738b] -* **🎉 feat(editor):** min caracters in statistics [a2de9292] -* **🎉 feat(editor):** statistics best repeated words [dea5dc2f] +* **🎉 feat(creative):** impact chart in statistics - [[efe95539](https://github.com/Novout/betterwrite/commit/efe95539)] +* **🔧 fix(editor):** force lowercase in statistics - [[2880738b](https://github.com/Novout/betterwrite/commit/2880738b)] +* **🎉 feat(editor):** min caracters in statistics - [[a2de9292](https://github.com/Novout/betterwrite/commit/a2de9292)] +* **🎉 feat(editor):** statistics best repeated words - [[dea5dc2f](https://github.com/Novout/betterwrite/commit/dea5dc2f)] ### v0.11.9 -* **🔧 fix(pdf):** set vfs fonts in pdfmake create function [cf3af606] -* **🔧 fix(editor):** new project factory items [4f6b5f26] +* **🔧 fix(pdf):** set vfs fonts in pdfmake create function - [[cf3af606](https://github.com/Novout/betterwrite/commit/cf3af606)] +* **🔧 fix(editor):** new project factory items - [[4f6b5f26](https://github.com/Novout/betterwrite/commit/4f6b5f26)] ### v0.11.8 -* **🔧 fix(editor):** full touch in mobile menu [ca28d412] -* **🎉 feat(editor):** visual alerts in entities [77444661] -* **🔧 fix(build):** unbuild in .cjs exports [7f523b5f] -* **🔧 fix(deps):** update dependency @vueuse/integrations to v7.4.1 [fb189319] -* **🚧 chore(deps):** update dependency unbuild to v0.6.7 [5a95b78f] +* **🔧 fix(editor):** full touch in mobile menu - [[ca28d412](https://github.com/Novout/betterwrite/commit/ca28d412)] +* **🎉 feat(editor):** visual alerts in entities - [[77444661](https://github.com/Novout/betterwrite/commit/77444661)] +* **🔧 fix(build):** unbuild in .cjs exports - [[7f523b5f](https://github.com/Novout/betterwrite/commit/7f523b5f)] +* **🔧 fix(deps):** update dependency @vueuse/integrations to v7.4.1 - [[fb189319](https://github.com/Novout/betterwrite/commit/fb189319)] +* **🚧 chore(deps):** update dependency unbuild to v0.6.7 - [[5a95b78f](https://github.com/Novout/betterwrite/commit/5a95b78f)] ### v0.11.7 -* **🔧 fix(editor):** support old versions in new menu [72b605f9] +* **🔧 fix(editor):** support old versions in new menu - [[72b605f9](https://github.com/Novout/betterwrite/commit/72b605f9)] ### v0.11.6 -* **🚧 chore(deps):** upgrade generi [c644c5f3] -* **🚧 chore(logger):** global console in plugin-logger repo [12234c63] -* **🚧 chore(editor):** menu in mobile supress [a6021bce] -* **🔧 fix(editor):** menu rows in correct intersection [7ba7ee4a] -* **🔧 fix(editor):** intersection in options menu [da6adc17] -* **🔧 fix(editor):** reset events [f65bdd3b] -* **🔧 fix(editor):** contextmenu in selection elements [6465ba15] -* **🚧 chore(editor):** popover theme in options container [c3c72c95] -* **🔧 fix(editor):** update time dialog [1c42379c] -* **🚩 refactor(editor):** popover to menu [7a2e67d1] -* **🔧 fix(deps):** update dependency @vueuse/core to v7.4.1 [5a0d2652] +* **🚧 chore(deps):** upgrade generi - [[c644c5f3](https://github.com/Novout/betterwrite/commit/c644c5f3)] +* **🚧 chore(logger):** global console in plugin-logger repo - [[12234c63](https://github.com/Novout/betterwrite/commit/12234c63)] +* **🚧 chore(editor):** menu in mobile supress - [[a6021bce](https://github.com/Novout/betterwrite/commit/a6021bce)] +* **🔧 fix(editor):** menu rows in correct intersection - [[7ba7ee4a](https://github.com/Novout/betterwrite/commit/7ba7ee4a)] +* **🔧 fix(editor):** intersection in options menu - [[da6adc17](https://github.com/Novout/betterwrite/commit/da6adc17)] +* **🔧 fix(editor):** reset events - [[f65bdd3b](https://github.com/Novout/betterwrite/commit/f65bdd3b)] +* **🔧 fix(editor):** contextmenu in selection elements - [[6465ba15](https://github.com/Novout/betterwrite/commit/6465ba15)] +* **🚧 chore(editor):** popover theme in options container - [[c3c72c95](https://github.com/Novout/betterwrite/commit/c3c72c95)] +* **🔧 fix(editor):** update time dialog - [[1c42379c](https://github.com/Novout/betterwrite/commit/1c42379c)] +* **🚩 refactor(editor):** popover to menu - [[7a2e67d1](https://github.com/Novout/betterwrite/commit/7a2e67d1)] +* **🔧 fix(deps):** update dependency @vueuse/core to v7.4.1 - [[5a0d2652](https://github.com/Novout/betterwrite/commit/5a0d2652)] ### v0.11.5 -* **🚧 chore(generi):** configs [3ab8143d] -* **🚧 chore:** generate generi.json [a306ee16] -* **🚧 chore(deps):** added generi [5cb58ef6] -* **🚧 chore(deps):** update dependency vite to v2.7.6 [36bc3b15] -* **🚧 chore(monorepo):** turborepo setup [416da8bd] -* **🚧 chore:** fix readme [949ea749] +* **🚧 chore(generi):** configs - [[3ab8143d](https://github.com/Novout/betterwrite/commit/3ab8143d)] +* **🚧 chore:** generate generi.json - [[a306ee16](https://github.com/Novout/betterwrite/commit/a306ee16)] +* **🚧 chore(deps):** added generi - [[5cb58ef6](https://github.com/Novout/betterwrite/commit/5cb58ef6)] +* **🚧 chore(deps):** update dependency vite to v2.7.6 - [[36bc3b15](https://github.com/Novout/betterwrite/commit/36bc3b15)] +* **🚧 chore(monorepo):** turborepo setup - [[416da8bd](https://github.com/Novout/betterwrite/commit/416da8bd)] +* **🚧 chore:** fix readme - [[949ea749](https://github.com/Novout/betterwrite/commit/949ea749)] ### v0.11.3 -* **🚧 chore:** changelog [85a7e135] -* **🚧 chore:** typo [dbca671e] -* **🚧 chore(monorepo):** small typo [fa96dccb] -* **🚧 chore:** changelog setup [a783e5f0] -* **🚧 chore(test):** jest to vitest [ea90d264] -* **🔧 fix(pdf):** set illegal fonts statement [4c6e413f] -* **🚧 chore(monorepo):** pdf and docx packages [e337d0c1] +* **🚧 chore:** changelog - [[85a7e135](https://github.com/Novout/betterwrite/commit/85a7e135)] +* **🚧 chore:** changelog setup - [[a783e5f0](https://github.com/Novout/betterwrite/commit/a783e5f0)] +* **🚧 chore(test):** jest to vitest - [[ea90d264](https://github.com/Novout/betterwrite/commit/ea90d264)] +* **🔧 fix(pdf):** set illegal fonts statement - [[4c6e413f](https://github.com/Novout/betterwrite/commit/4c6e413f)] +* **🚧 chore(monorepo):** pdf and docx packages - [[e337d0c1](https://github.com/Novout/betterwrite/commit/e337d0c1)] ### v0.11.2 -* **🚧 chore:** base readme [31d172a7] -* **🚧 chore(theme):** bundle css inject [8042a002] +* **🚧 chore:** base readme - [[31d172a7](https://github.com/Novout/betterwrite/commit/31d172a7)] +* **🚧 chore(theme):** bundle css inject - [[8042a002](https://github.com/Novout/betterwrite/commit/8042a002)] ### v0.11.1 -* **🚧 chore(deps):** update dependencies [6dcfec31] -* **🚧 chore(monorepo):** theme and logger [d00e6327] -* **🗿 ci(test):** set internal build dependencies [47f26b99] +* **🚧 chore(deps):** update dependencies - [[6dcfec31](https://github.com/Novout/betterwrite/commit/6dcfec31)] +* **🚧 chore(monorepo):** theme and logger - [[d00e6327](https://github.com/Novout/betterwrite/commit/d00e6327)] +* **🗿 ci(test):** set internal build dependencies - [[47f26b99](https://github.com/Novout/betterwrite/commit/47f26b99)] ### v0.11.0 -* **🚧 chore(plugin):** core plugin in create [0cf2d67d] -* **🚧 chore(app):** using better-write-types [1d758280] -* **🚧 chore:** monorepo [2b151041] +* **🚧 chore(plugin):** core plugin in create - [[0cf2d67d](https://github.com/Novout/betterwrite/commit/0cf2d67d)] +* **🚧 chore(app):** using better-write-types - [[1d758280](https://github.com/Novout/betterwrite/commit/1d758280)] +* **🚧 chore:** monorepo - [[2b151041](https://github.com/Novout/betterwrite/commit/2b151041)] ### v0.10.5 -* **🚩 refactor(editor):** save entity empty lines [470a2d64] -* **🔧 fix(editor):** validate in onupdatecontent call [ae4fceee] +* **🚩 refactor(editor):** save entity empty lines - [[470a2d64](https://github.com/Novout/betterwrite/commit/470a2d64)] +* **🔧 fix(editor):** validate in onupdatecontent call - [[ae4fceee](https://github.com/Novout/betterwrite/commit/ae4fceee)] ### v0.10.4 -* **🚧 chore(dropbox):** toast save and inject script tag [26c0833a] -* **🚧 chore(fonts):** request with vueuse fetch [963a311e] -* **🚧 chore(dropbox):** insert dynamic script tag [f0957f8f] -* **🔧 fix(dropbox):** overwrite existent files [3b443c07] +* **🚧 chore(dropbox):** toast save and inject script tag - [[26c0833a](https://github.com/Novout/betterwrite/commit/26c0833a)] +* **🚧 chore(fonts):** request with vueuse fetch - [[963a311e](https://github.com/Novout/betterwrite/commit/963a311e)] +* **🚧 chore(dropbox):** insert dynamic script tag - [[f0957f8f](https://github.com/Novout/betterwrite/commit/f0957f8f)] +* **🔧 fix(dropbox):** overwrite existent files - [[3b443c07](https://github.com/Novout/betterwrite/commit/3b443c07)] ### v0.10.3 -* **🔧 fix(editor):** finder active event [c0c66e1d] -* **🎉 feat(editor):** repeated words in statistics [b18a88f9] -* **🎉 feat(editor):** statistics interface [0e973770] -* **🎉 feat(editor):** new options to convert [bd90bd77] -* **🔧 fix(editor):** corrector validate inserts [c7b7df87] -* **🚧 chore(deps):** update dependency @vue/compiler-sfc to v3.2.24 [5f8f38fe] +* **🔧 fix(editor):** finder active event - [[c0c66e1d](https://github.com/Novout/betterwrite/commit/c0c66e1d)] +* **🎉 feat(editor):** repeated words in statistics - [[b18a88f9](https://github.com/Novout/betterwrite/commit/b18a88f9)] +* **🎉 feat(editor):** statistics interface - [[0e973770](https://github.com/Novout/betterwrite/commit/0e973770)] +* **🎉 feat(editor):** new options to convert - [[bd90bd77](https://github.com/Novout/betterwrite/commit/bd90bd77)] +* **🔧 fix(editor):** corrector validate inserts - [[c7b7df87](https://github.com/Novout/betterwrite/commit/c7b7df87)] +* **🚧 chore(deps):** update dependency @vue/compiler-sfc to v3.2.24 - [[5f8f38fe](https://github.com/Novout/betterwrite/commit/5f8f38fe)] ### v0.10.2 -* **🚧 chore(deps):** update package [97e29c21] -* **🎉 feat(editor):** corrector initial apply [21bab139] -* **🎨 style(editor):** corrector modal [ca218294] -* **🔧 fix(editor):** force scroll in last entity [7eec9e0a] +* **🚧 chore(deps):** update package - [[97e29c21](https://github.com/Novout/betterwrite/commit/97e29c21)] +* **🎉 feat(editor):** corrector initial apply - [[21bab139](https://github.com/Novout/betterwrite/commit/21bab139)] +* **🎨 style(editor):** corrector modal - [[ca218294](https://github.com/Novout/betterwrite/commit/ca218294)] +* **🔧 fix(editor):** force scroll in last entity - [[7eec9e0a](https://github.com/Novout/betterwrite/commit/7eec9e0a)] ### v0.10.1 -* **🚧 chore(editor):** aside open in new project [495527ad] -* **🔧 fix(editor):** delete drafts in delete unique page [145ade70] -* **🚧 chore(project):** components absolute [275a01d8] -* **🔧 fix(editor):** insert title draft in create project [1a1a80d6] -* **🚧 chore(editor):** corrector componentization [dc0f3981] -* **🚧 chore(css):** configuration-reverse [9da408d1] -* **🚧 chore(editor):** drafts organization [3274d9f8] -* **🎨 style(editor):** set transition in appear [293f466f] -* **🔧 fix(editor):** correct update title in drafts [f381d0e5] +* **🚧 chore(editor):** aside open in new project - [[495527ad](https://github.com/Novout/betterwrite/commit/495527ad)] +* **🔧 fix(editor):** delete drafts in delete unique page - [[145ade70](https://github.com/Novout/betterwrite/commit/145ade70)] +* **🚧 chore(project):** components absolute - [[275a01d8](https://github.com/Novout/betterwrite/commit/275a01d8)] +* **🔧 fix(editor):** insert title draft in create project - [[1a1a80d6](https://github.com/Novout/betterwrite/commit/1a1a80d6)] +* **🚧 chore(editor):** corrector componentization - [[dc0f3981](https://github.com/Novout/betterwrite/commit/dc0f3981)] +* **🚧 chore(css):** configuration-reverse - [[9da408d1](https://github.com/Novout/betterwrite/commit/9da408d1)] +* **🚧 chore(editor):** drafts organization - [[3274d9f8](https://github.com/Novout/betterwrite/commit/3274d9f8)] +* **🎨 style(editor):** set transition in appear - [[293f466f](https://github.com/Novout/betterwrite/commit/293f466f)] +* **🔧 fix(editor):** correct update title in drafts - [[f381d0e5](https://github.com/Novout/betterwrite/commit/f381d0e5)] ### v0.10.0 -* **🚧 chore(pwa):** theme color [9950c65d] -* **🔧 fix(editor):** export project name [35c1b8fe] -* **🎨 style(editor):** draft lines in bottom [231df532] -* **🚧 chore(editor):** text utils structure [1e69c37f] -* **🎉 feat(logger):** drafts implementation [d57eddbb] -* **🎨 style(editor):** drafts line in mobile [e4d57284] -* **🎉 feat(editor):** drafts longest paragraph [7d313c7f] -* **🔧 fix(editor):** drafts small typos [65d0975b] -* **🎨 style(theme):** drafts implementation [6c4b2f74] -* **🎉 feat(editor):** initial creative drafts [a4128ad5] -* **🎉 feat(landing):** github logo [843deea3] -* **🔧 fix(editor):** force reset entity properties in update entities [cb46d1c1] -* **🔧 fix(editor):** add popover not mutate entity [83ad5d83] -* **🚧 chore(package):** validate in release script [7dcdf9c0] +* **🚧 chore(pwa):** theme color - [[9950c65d](https://github.com/Novout/betterwrite/commit/9950c65d)] +* **🔧 fix(editor):** export project name - [[35c1b8fe](https://github.com/Novout/betterwrite/commit/35c1b8fe)] +* **🎨 style(editor):** draft lines in bottom - [[231df532](https://github.com/Novout/betterwrite/commit/231df532)] +* **🚧 chore(editor):** text utils structure - [[1e69c37f](https://github.com/Novout/betterwrite/commit/1e69c37f)] +* **🎉 feat(logger):** drafts implementation - [[d57eddbb](https://github.com/Novout/betterwrite/commit/d57eddbb)] +* **🎨 style(editor):** drafts line in mobile - [[e4d57284](https://github.com/Novout/betterwrite/commit/e4d57284)] +* **🎉 feat(editor):** drafts longest paragraph - [[7d313c7f](https://github.com/Novout/betterwrite/commit/7d313c7f)] +* **🎨 style(theme):** drafts implementation - [[6c4b2f74](https://github.com/Novout/betterwrite/commit/6c4b2f74)] +* **🎉 feat(editor):** initial creative drafts - [[a4128ad5](https://github.com/Novout/betterwrite/commit/a4128ad5)] +* **🎉 feat(landing):** github logo - [[843deea3](https://github.com/Novout/betterwrite/commit/843deea3)] +* **🔧 fix(editor):** force reset entity properties in update entities - [[cb46d1c1](https://github.com/Novout/betterwrite/commit/cb46d1c1)] +* **🔧 fix(editor):** add popover not mutate entity - [[83ad5d83](https://github.com/Novout/betterwrite/commit/83ad5d83)] +* **🚧 chore(package):** validate in release script - [[7dcdf9c0](https://github.com/Novout/betterwrite/commit/7dcdf9c0)] ### v0.9.16 -* **🔧 test(raw):** margins in fixed items [03782d0c] +* **🔧 test(raw):** margins in fixed items - [[03782d0c](https://github.com/Novout/betterwrite/commit/03782d0c)] ### v0.9.15 -* **🚧 chore:** remove electron types [3b071e2e] -* **🔧 fix(pwa):** inserts offline support [435daed4] -* **🎨 style(editor):** new default icons [aaf0408a] -* **🚧 chore:** remove electron for only pwa [2b854674] -* **🚧 chore(editor):** project provider and pwa base configs [6f62a0bd] +* **🚧 chore:** remove electron types - [[3b071e2e](https://github.com/Novout/betterwrite/commit/3b071e2e)] +* **🔧 fix(pwa):** inserts offline support - [[435daed4](https://github.com/Novout/betterwrite/commit/435daed4)] +* **🎨 style(editor):** new default icons - [[aaf0408a](https://github.com/Novout/betterwrite/commit/aaf0408a)] +* **🚧 chore:** remove electron for only pwa - [[2b854674](https://github.com/Novout/betterwrite/commit/2b854674)] +* **🚧 chore(editor):** project provider and pwa base configs - [[6f62a0bd](https://github.com/Novout/betterwrite/commit/6f62a0bd)] ### v0.9.14 -* **🎨 style(editor):** loading in import .bw [3d7fefc3] -* **🔧 fix(pwa):** correct inject manifest [8d9d2c22] +* **🎨 style(editor):** loading in import .bw - [[3d7fefc3](https://github.com/Novout/betterwrite/commit/3d7fefc3)] +* **🔧 fix(pwa):** correct inject manifest - [[8d9d2c22](https://github.com/Novout/betterwrite/commit/8d9d2c22)] ### v0.9.13 -* **🔧 fix(editor):** type typo [23ddaa9d] ### v0.9.12 -* **🎉 feat(editor):** import and export .bw [b73dac42] -* **🔧 fix(docx):** not support images [c54862df] -* **🔧 fix(docx):** small typos [dac53c65] -* **🎉 feat(docx):** footer insert [1493a5a0] -* **🎉 feat(editor):** generate docx [1e45bf79] -* **🔧 fix(editor):** on reset in mutable entities [b6292a3c] -* **🎉 feat(editor):** draggable entities [5bccadfd] +* **🎉 feat(editor):** import and export .bw - [[b73dac42](https://github.com/Novout/betterwrite/commit/b73dac42)] +* **🔧 fix(docx):** not support images - [[c54862df](https://github.com/Novout/betterwrite/commit/c54862df)] +* **🎉 feat(docx):** footer insert - [[1493a5a0](https://github.com/Novout/betterwrite/commit/1493a5a0)] +* **🎉 feat(editor):** generate docx - [[1e45bf79](https://github.com/Novout/betterwrite/commit/1e45bf79)] +* **🔧 fix(editor):** on reset in mutable entities - [[b6292a3c](https://github.com/Novout/betterwrite/commit/b6292a3c)] +* **🎉 feat(editor):** draggable entities - [[5bccadfd](https://github.com/Novout/betterwrite/commit/5bccadfd)] ### v0.9.11 -* **🚧 chore:** loading base component [a977bba1] -* **🎨 style(landing):** remove background [b7a13cbc] +* **🚧 chore:** loading base component - [[a977bba1](https://github.com/Novout/betterwrite/commit/a977bba1)] +* **🎨 style(landing):** remove background - [[b7a13cbc](https://github.com/Novout/betterwrite/commit/b7a13cbc)] ### v0.9.10 -* **🚧 chore(router):** async import routes in web pages [7dc7a8c7] -* **🚧 chore(deps):** update packages [ef2a0906] -* **🚩 refactor:** complete landing rewrite [e082ef77] -* **🚧 chore:** prettier default [71888631] +* **🚧 chore(router):** async import routes in web pages - [[7dc7a8c7](https://github.com/Novout/betterwrite/commit/7dc7a8c7)] +* **🚧 chore(deps):** update packages - [[ef2a0906](https://github.com/Novout/betterwrite/commit/ef2a0906)] +* **🚩 refactor:** complete landing rewrite - [[e082ef77](https://github.com/Novout/betterwrite/commit/e082ef77)] +* **🚧 chore:** prettier default - [[71888631](https://github.com/Novout/betterwrite/commit/71888631)] ### v0.9.9 -* **🚧 chore(deps):** update packages [6c360822] -* **🔧 test(raw):** correct editable [ff5604c0] +* **🚧 chore(deps):** update packages - [[6c360822](https://github.com/Novout/betterwrite/commit/6c360822)] +* **🔧 test(raw):** correct editable - [[ff5604c0](https://github.com/Novout/betterwrite/commit/ff5604c0)] ### v0.9.8 -* **🔧 fix(editor):** delete entity overflow sequence [ee5e3b7e] -* **🔧 fix(editor):** new line in fixed items insert [ac4535a9] -* **🔧 fix(editor):** clean raw in not fixed items [9fb076b3] -* **🎉 feat(editor):** placeholder input editable [3be68523] -* **🚩 refactor(editor):** unique input element [47f50a6c] +* **🔧 fix(editor):** delete entity overflow sequence - [[ee5e3b7e](https://github.com/Novout/betterwrite/commit/ee5e3b7e)] +* **🔧 fix(editor):** new line in fixed items insert - [[ac4535a9](https://github.com/Novout/betterwrite/commit/ac4535a9)] +* **🔧 fix(editor):** clean raw in not fixed items - [[9fb076b3](https://github.com/Novout/betterwrite/commit/9fb076b3)] +* **🎉 feat(editor):** placeholder input editable - [[3be68523](https://github.com/Novout/betterwrite/commit/3be68523)] +* **🚩 refactor(editor):** unique input element - [[47f50a6c](https://github.com/Novout/betterwrite/commit/47f50a6c)] ### v0.9.7 -* **🚧 chore(pdf):** remove decorations [df329daa] -* **🎉 feat(pdf):** dynamic margins in paragraph's and heading's [dbd4b50b] -* **🎉 feat(editor):** validade entity updates [85a01c87] -* **🔧 fix(editor):** popover event focus alterate entity [5c4d37ce] -* **🔧 fix(editor):** storage normalize in finder [5fe28957] +* **🚧 chore(pdf):** remove decorations - [[df329daa](https://github.com/Novout/betterwrite/commit/df329daa)] +* **🎉 feat(pdf):** dynamic margins in paragraph's and heading's - [[dbd4b50b](https://github.com/Novout/betterwrite/commit/dbd4b50b)] +* **🎉 feat(editor):** validade entity updates - [[85a01c87](https://github.com/Novout/betterwrite/commit/85a01c87)] +* **🔧 fix(editor):** popover event focus alterate entity - [[5c4d37ce](https://github.com/Novout/betterwrite/commit/5c4d37ce)] +* **🔧 fix(editor):** storage normalize in finder - [[5fe28957](https://github.com/Novout/betterwrite/commit/5fe28957)] ### v0.9.6 -* **🔧 fix(pdf):** build images and supported extensions default empty [d6aa96fd] -* **🎨 style(editor):** entity popover icons [3c93051f] -* **🔧 fix(editor):** propagations in entity keyboard [0cb4e789] -* **🔧 fix(editor):** correct keyboard in delete and arrow keys [7b8ace7f] +* **🔧 fix(pdf):** build images and supported extensions default empty - [[d6aa96fd](https://github.com/Novout/betterwrite/commit/d6aa96fd)] +* **🎨 style(editor):** entity popover icons - [[3c93051f](https://github.com/Novout/betterwrite/commit/3c93051f)] +* **🔧 fix(editor):** propagations in entity keyboard - [[0cb4e789](https://github.com/Novout/betterwrite/commit/0cb4e789)] +* **🔧 fix(editor):** correct keyboard in delete and arrow keys - [[7b8ace7f](https://github.com/Novout/betterwrite/commit/7b8ace7f)] ### v0.9.5 -* **🚧 chore(deps):** upgrade packages [b4e0250c] -* **🎨 style(theme):** dark theme toasts [5dd5179b] -* **🔧 fix(editor):** correct keyboard in to empty lines [1cf853c6] -* **🎉 feat(logger):** create empty line [f278fdf7] -* **🚧 chore(components):** render editor [ae6066c2] -* **🔧 fix(editor):** commands in prefix length [b3283daa] -* **🔧 fix(editor):** correct keyboard tracking for focus in emitter [dd9d63eb] -* **🔧 fix(editor):** shortcuts in caps lock [aff5a171] -* **🔧 fix(editor):** break lines and focus in inline texts [acbef392] -* **🔧 fix(seo):** title in empty line [aaa4efaa] -* **🔧 fix(editor):** commands visible in top [a44228bb] -* **🚧 chore(lang):** typo [cb831dd4] -* **🎨 style(editor):** header correct margins [4b8f1c5c] +* **🚧 chore(deps):** upgrade packages - [[b4e0250c](https://github.com/Novout/betterwrite/commit/b4e0250c)] +* **🎨 style(theme):** dark theme toasts - [[5dd5179b](https://github.com/Novout/betterwrite/commit/5dd5179b)] +* **🔧 fix(editor):** correct keyboard in to empty lines - [[1cf853c6](https://github.com/Novout/betterwrite/commit/1cf853c6)] +* **🎉 feat(logger):** create empty line - [[f278fdf7](https://github.com/Novout/betterwrite/commit/f278fdf7)] +* **🚧 chore(components):** render editor - [[ae6066c2](https://github.com/Novout/betterwrite/commit/ae6066c2)] +* **🔧 fix(editor):** commands in prefix length - [[b3283daa](https://github.com/Novout/betterwrite/commit/b3283daa)] +* **🔧 fix(editor):** correct keyboard tracking for focus in emitter - [[dd9d63eb](https://github.com/Novout/betterwrite/commit/dd9d63eb)] +* **🔧 fix(editor):** shortcuts in caps lock - [[aff5a171](https://github.com/Novout/betterwrite/commit/aff5a171)] +* **🔧 fix(editor):** break lines and focus in inline texts - [[acbef392](https://github.com/Novout/betterwrite/commit/acbef392)] +* **🔧 fix(seo):** title in empty line - [[aaa4efaa](https://github.com/Novout/betterwrite/commit/aaa4efaa)] +* **🔧 fix(editor):** commands visible in top - [[a44228bb](https://github.com/Novout/betterwrite/commit/a44228bb)] +* **🎨 style(editor):** header correct margins - [[4b8f1c5c](https://github.com/Novout/betterwrite/commit/4b8f1c5c)] ### v0.9.4 -* **🔧 fix(lang):** null property in commands [329e384e] -* **🎉 feat(editor):** dialogue value modification [74f8bcdb] -* **🚩 refactor(pdf):** paragraph transform [b1588218] -* **🔧 fix(pdf):** promise finally nprogress [800ed42a] -* **🔧 fix(editor):** copy without html [d660b2c9] -* **🎉 feat(editor):** commands preferences [f7574b7f] -* **🎉 feat(editor):** commands dynamic prefixs [94a968f3] -* **🎉 feat(editor):** commands dialogue [5d125389] -* **🔧 fix(editor):** switch entities in empty lines [99f73f11] -* **🚧 chore(components):** modal implements [d49b337e] -* **🚧 chore(load):** css only request http [a5867a91] -* **🎉 feat(editor):** commands appear animation [892db3d8] +* **🔧 fix(lang):** null property in commands - [[329e384e](https://github.com/Novout/betterwrite/commit/329e384e)] +* **🎉 feat(editor):** dialogue value modification - [[74f8bcdb](https://github.com/Novout/betterwrite/commit/74f8bcdb)] +* **🚩 refactor(pdf):** paragraph transform - [[b1588218](https://github.com/Novout/betterwrite/commit/b1588218)] +* **🔧 fix(pdf):** promise finally nprogress - [[800ed42a](https://github.com/Novout/betterwrite/commit/800ed42a)] +* **🔧 fix(editor):** copy without html - [[d660b2c9](https://github.com/Novout/betterwrite/commit/d660b2c9)] +* **🎉 feat(editor):** commands preferences - [[f7574b7f](https://github.com/Novout/betterwrite/commit/f7574b7f)] +* **🎉 feat(editor):** commands dynamic prefixs - [[94a968f3](https://github.com/Novout/betterwrite/commit/94a968f3)] +* **🎉 feat(editor):** commands dialogue - [[5d125389](https://github.com/Novout/betterwrite/commit/5d125389)] +* **🔧 fix(editor):** switch entities in empty lines - [[99f73f11](https://github.com/Novout/betterwrite/commit/99f73f11)] +* **🚧 chore(components):** modal implements - [[d49b337e](https://github.com/Novout/betterwrite/commit/d49b337e)] +* **🚧 chore(load):** css only request http - [[a5867a91](https://github.com/Novout/betterwrite/commit/a5867a91)] +* **🎉 feat(editor):** commands appear animation - [[892db3d8](https://github.com/Novout/betterwrite/commit/892db3d8)] ### v0.9.3 -* **🔧 fix(editor):** aside graph in full width mobile items [89cd4f13] -* **🔧 fix(editor):** absolute items in correct width position center [585f911e] -* **🎨 style(theme):** input switcher specify colors [c7d2426e] -* **🎉 feat(editor):** sidebar option [6a6f05f4] -* **🎨 style(editor):** comments icon [7b8c294a] -* **🚧 chore(editor):** local fonts for offline font support [3740ff41] +* **🔧 fix(editor):** aside graph in full width mobile items - [[89cd4f13](https://github.com/Novout/betterwrite/commit/89cd4f13)] +* **🔧 fix(editor):** absolute items in correct width position center - [[585f911e](https://github.com/Novout/betterwrite/commit/585f911e)] +* **🎨 style(theme):** input switcher specify colors - [[c7d2426e](https://github.com/Novout/betterwrite/commit/c7d2426e)] +* **🎉 feat(editor):** sidebar option - [[6a6f05f4](https://github.com/Novout/betterwrite/commit/6a6f05f4)] +* **🎨 style(editor):** comments icon - [[7b8c294a](https://github.com/Novout/betterwrite/commit/7b8c294a)] +* **🚧 chore(editor):** local fonts for offline font support - [[3740ff41](https://github.com/Novout/betterwrite/commit/3740ff41)] ### v0.9.2 -* **🔧 test:** raw v2 html and image [e78288e6] -* **🎨 style(editor):** theme addons [39728af3] -* **🎉 feat(editor):** normalize vhtml tags [1c91cb66] -* **🔧 fix(desktop):** update correct timeout in shown tooltip [87a6eab6] -* **🎉 feat(desktop):** check for updates frequently [dfef8beb] -* **🎉 feat(desktop):** updater countdown tooltip [1c850117] +* **🔧 test:** raw v2 html and image - [[e78288e6](https://github.com/Novout/betterwrite/commit/e78288e6)] +* **🎨 style(editor):** theme addons - [[39728af3](https://github.com/Novout/betterwrite/commit/39728af3)] +* **🎉 feat(editor):** normalize vhtml tags - [[1c91cb66](https://github.com/Novout/betterwrite/commit/1c91cb66)] +* **🔧 fix(desktop):** update correct timeout in shown tooltip - [[87a6eab6](https://github.com/Novout/betterwrite/commit/87a6eab6)] +* **🎉 feat(desktop):** check for updates frequently - [[dfef8beb](https://github.com/Novout/betterwrite/commit/dfef8beb)] +* **🎉 feat(desktop):** updater countdown tooltip - [[1c850117](https://github.com/Novout/betterwrite/commit/1c850117)] ### v0.9.1 -* **🎉 feat(desktop):** updater tooltip [df7ace2e] -* **🎉 feat(editor):** pdf progress bar [3a8d250e] -* **🚧 chore(desktop):** remove dev tools in all builds [bf59b8c7] +* **🎉 feat(desktop):** updater tooltip - [[df7ace2e](https://github.com/Novout/betterwrite/commit/df7ace2e)] +* **🎉 feat(editor):** pdf progress bar - [[3a8d250e](https://github.com/Novout/betterwrite/commit/3a8d250e)] +* **🚧 chore(desktop):** remove dev tools in all builds - [[bf59b8c7](https://github.com/Novout/betterwrite/commit/bf59b8c7)] ### v0.9.0 -* **🎉 feat(editor):** aside touch close [40ffccfa] -* **🔧 fix(storage):** support actives entity [f46b433d] -* **🎉 feat(editor):** progress bar [2bcf60a3] -* **🎉 feat(electron):** updater button [86502b4a] -* **🚧 chore(deps):** @vueuse/electron package [08e2d65c] -* **🚧 chore(md):** new features [48714156] -* **🔧 fix(lang):** en landing typo [75d049e4] -* **🔧 fix(editor):** correct normalize shortcuts [c8eb20ba] -* **🎉 feat(editor):** custom favicon theme [29407de9] -* **🎉 feat(editor):** detect system preferred color scheme [c7d33030] -* **🎉 feat(editor):** paragraph comment popover [4a3cfa45] -* **🚧 chore(pdf):** populate styles [e1f0f184] -* **🎨 style(editor):** ascend graph line [e9ed8880] -* **🎨 style(pdf):** configuration switcher margin-left [65490cf6] -* **🚧 chore(vite):** pwa generate sourcemap [1529af0a] -* **🚧 chore(vite):** pwa manifest settings [764a97ff] +* **🎉 feat(editor):** aside touch close - [[40ffccfa](https://github.com/Novout/betterwrite/commit/40ffccfa)] +* **🔧 fix(storage):** support actives entity - [[f46b433d](https://github.com/Novout/betterwrite/commit/f46b433d)] +* **🎉 feat(editor):** progress bar - [[2bcf60a3](https://github.com/Novout/betterwrite/commit/2bcf60a3)] +* **🎉 feat(electron):** updater button - [[86502b4a](https://github.com/Novout/betterwrite/commit/86502b4a)] +* **🚧 chore(deps):** @vueuse/electron package - [[08e2d65c](https://github.com/Novout/betterwrite/commit/08e2d65c)] +* **🚧 chore(md):** new features - [[48714156](https://github.com/Novout/betterwrite/commit/48714156)] +* **🔧 fix(editor):** correct normalize shortcuts - [[c8eb20ba](https://github.com/Novout/betterwrite/commit/c8eb20ba)] +* **🎉 feat(editor):** custom favicon theme - [[29407de9](https://github.com/Novout/betterwrite/commit/29407de9)] +* **🎉 feat(editor):** detect system preferred color scheme - [[c7d33030](https://github.com/Novout/betterwrite/commit/c7d33030)] +* **🎉 feat(editor):** paragraph comment popover - [[4a3cfa45](https://github.com/Novout/betterwrite/commit/4a3cfa45)] +* **🚧 chore(pdf):** populate styles - [[e1f0f184](https://github.com/Novout/betterwrite/commit/e1f0f184)] +* **🎨 style(editor):** ascend graph line - [[e9ed8880](https://github.com/Novout/betterwrite/commit/e9ed8880)] +* **🎨 style(pdf):** configuration switcher margin-left - [[65490cf6](https://github.com/Novout/betterwrite/commit/65490cf6)] +* **🚧 chore(vite):** pwa generate sourcemap - [[1529af0a](https://github.com/Novout/betterwrite/commit/1529af0a)] +* **🚧 chore(vite):** pwa manifest settings - [[764a97ff](https://github.com/Novout/betterwrite/commit/764a97ff)] ### v0.9.0-beta.6 -* **🎉 feat:** pwa basic integration [20d61660] -* **🎨 style(editor):** pdf configuration remove transparency in switchers [79a76f74] -* **🚧 chore(pdf):** doc generator return data [74c5a46c] -* **🚧 chore(i18n):** fallback en [08cf3253] -* **🎉 feat(pdf):** encryption settings [d38dd0a9] -* **🎉 feat(pdf):** tooltips added [88b57ce6] -* **🚧 chore(deps):** update packages [35ebc5c7] +* **🎉 feat:** pwa basic integration - [[20d61660](https://github.com/Novout/betterwrite/commit/20d61660)] +* **🎨 style(editor):** pdf configuration remove transparency in switchers - [[79a76f74](https://github.com/Novout/betterwrite/commit/79a76f74)] +* **🚧 chore(pdf):** doc generator return data - [[74c5a46c](https://github.com/Novout/betterwrite/commit/74c5a46c)] +* **🚧 chore(i18n):** fallback en - [[08cf3253](https://github.com/Novout/betterwrite/commit/08cf3253)] +* **🎉 feat(pdf):** encryption settings - [[d38dd0a9](https://github.com/Novout/betterwrite/commit/d38dd0a9)] +* **🎉 feat(pdf):** tooltips added - [[88b57ce6](https://github.com/Novout/betterwrite/commit/88b57ce6)] +* **🚧 chore(deps):** update packages - [[35ebc5c7](https://github.com/Novout/betterwrite/commit/35ebc5c7)] ### v0.9.0-beta.5 -* **🎨 style(editor):** tooltip theme integration [b28a8520] -* **🎉 feat(editor):** info document [6d632411] -* **🔧 fix(desktop):** not necessary no context isolation [b1dd716f] -* **🗿 ci:** tests in all push's and pull requests [23f5d7df] +* **🎨 style(editor):** tooltip theme integration - [[b28a8520](https://github.com/Novout/betterwrite/commit/b28a8520)] +* **🎉 feat(editor):** info document - [[6d632411](https://github.com/Novout/betterwrite/commit/6d632411)] +* **🔧 fix(desktop):** not necessary no context isolation - [[b1dd716f](https://github.com/Novout/betterwrite/commit/b1dd716f)] +* **🗿 ci:** tests in all push's and pull requests - [[23f5d7df](https://github.com/Novout/betterwrite/commit/23f5d7df)] ### v0.9.0-beta.4 -* **🚧 chore(editor):** preferences to a unique page [0b8fab05] -* **🔧 fix(pdf):** font in summary [1edebbf3] -* **🎉 feat(editor):** configuration author [d0e7a5a0] -* **🔧 fix(editor):** breakpoints in correct harmony [6699b424] -* **🎉 feat(editor):** configuration absolute [7cfa359b] -* **🎨 style(editor):** header themes new color set [1a62cab5] -* **🎨 style(editor):** mobile correct flex break [6601dee0] -* **🚧 chore(editor):** populate name [186cdc6b] -* **🚩 refactor(editor):** project create logic [d6e322db] -* **🎨 style(editor):** theme ascend new editor text color [ede5b727] -* **🎨 style(editor):** rise theme correct hovers [00f4d444] +* **🚧 chore(editor):** preferences to a unique page - [[0b8fab05](https://github.com/Novout/betterwrite/commit/0b8fab05)] +* **🔧 fix(pdf):** font in summary - [[1edebbf3](https://github.com/Novout/betterwrite/commit/1edebbf3)] +* **🎉 feat(editor):** configuration author - [[d0e7a5a0](https://github.com/Novout/betterwrite/commit/d0e7a5a0)] +* **🔧 fix(editor):** breakpoints in correct harmony - [[6699b424](https://github.com/Novout/betterwrite/commit/6699b424)] +* **🎉 feat(editor):** configuration absolute - [[7cfa359b](https://github.com/Novout/betterwrite/commit/7cfa359b)] +* **🎨 style(editor):** header themes new color set - [[1a62cab5](https://github.com/Novout/betterwrite/commit/1a62cab5)] +* **🎨 style(editor):** mobile correct flex break - [[6601dee0](https://github.com/Novout/betterwrite/commit/6601dee0)] +* **🚧 chore(editor):** populate name - [[186cdc6b](https://github.com/Novout/betterwrite/commit/186cdc6b)] +* **🚩 refactor(editor):** project create logic - [[d6e322db](https://github.com/Novout/betterwrite/commit/d6e322db)] +* **🎨 style(editor):** theme ascend new editor text color - [[ede5b727](https://github.com/Novout/betterwrite/commit/ede5b727)] +* **🎨 style(editor):** rise theme correct hovers - [[00f4d444](https://github.com/Novout/betterwrite/commit/00f4d444)] ### v0.9.0-beta.3 -* **🎨 style(editor):** popover correct in fixed items [7ccc4a53] -* **🔧 fix(editor):** aside in mobile break [2103e47b] -* **🎉 feat(editor):** updated time entity option [2999ab13] -* **🚧 chore(store):** typo [ac0517a9] -* **🔧 fix(editor):** convert image to other entity type [7365ce03] -* **🚧 chore(editor):** theme extras [dfcb0606] -* **🚧 chore(editor):** theme pdf properties [30d2a924] +* **🎨 style(editor):** popover correct in fixed items - [[7ccc4a53](https://github.com/Novout/betterwrite/commit/7ccc4a53)] +* **🔧 fix(editor):** aside in mobile break - [[2103e47b](https://github.com/Novout/betterwrite/commit/2103e47b)] +* **🎉 feat(editor):** updated time entity option - [[2999ab13](https://github.com/Novout/betterwrite/commit/2999ab13)] +* **🔧 fix(editor):** convert image to other entity type - [[7365ce03](https://github.com/Novout/betterwrite/commit/7365ce03)] +* **🚧 chore(editor):** theme extras - [[dfcb0606](https://github.com/Novout/betterwrite/commit/dfcb0606)] +* **🚧 chore(editor):** theme pdf properties - [[30d2a924](https://github.com/Novout/betterwrite/commit/30d2a924)] ### v0.9.0-beta.2 -* **🚧 chore(components):** linter correct rules [3abba7ed] -* **🎉 feat(editor):** theme new logos [f4f076b1] -* **🚧 chore(editor):** theme new properties [84b83c7a] +* **🚧 chore(components):** linter correct rules - [[3abba7ed](https://github.com/Novout/betterwrite/commit/3abba7ed)] +* **🎉 feat(editor):** theme new logos - [[f4f076b1](https://github.com/Novout/betterwrite/commit/f4f076b1)] +* **🚧 chore(editor):** theme new properties - [[84b83c7a](https://github.com/Novout/betterwrite/commit/84b83c7a)] ### v0.9.0-beta.1 -* **🎉 feat(editor):** harmonic theme [89f54c3b] -* **🎉 feat(editor):** ascend theme [9b97bec1] -* **🚧 chore(deps):** update packages [dece9188] +* **🎉 feat(editor):** harmonic theme - [[89f54c3b](https://github.com/Novout/betterwrite/commit/89f54c3b)] +* **🎉 feat(editor):** ascend theme - [[9b97bec1](https://github.com/Novout/betterwrite/commit/9b97bec1)] +* **🚧 chore(deps):** update packages - [[dece9188](https://github.com/Novout/betterwrite/commit/dece9188)] ### v0.9.0-beta.0 -* **🚧 chore(package):** typo [73f38344] -* **🚧 chore(package):** commands [87edd1ae] -* **🔧 fix(editor):** theme in empty project [7e9ca090] -* **🚩 refactor(project):** new with contents [90a05c60] -* **🎨 style(pdf):** configuration gaps [52e8d106] -* **🔧 fix(editor):** stores reset in new projects [e7015679] -* **🔧 fix(editor):** push routes [7f3d801c] -* **🎉 feat(desktop):** close and maximize buttons [afc4ee47] -* **🚧 chore(editor):** header componentization [d0304e42] -* **🎨 style(editor):** improvements in theme settings [9534f094] -* **🎨 style(editor):** header theme sets [ed81105b] -* **🎉 feat(pdf):** support svg files [2ee8080c] -* **🚧 chore(pdf):** not support svg inline [b0e65264] -* **🚧 chore(editor):** theme new features [f9082e3a] -* **🔧 fix(editor):** some style typos [d22bdbc6] -* **🔧 fix(editor):** header preferences [f27ace62] -* **🎨 style(editor):** themes aside defines [e66bd07a] -* **🚧 chore(package):** release alpha and major specs [840b064a] -* **🚧 chore(package):** standard version commands [8d46fefd] -* **🚧 chore(deps):** pin dependencies [b87e4490] +* **🚧 chore(package):** commands - [[87edd1ae](https://github.com/Novout/betterwrite/commit/87edd1ae)] +* **🔧 fix(editor):** theme in empty project - [[7e9ca090](https://github.com/Novout/betterwrite/commit/7e9ca090)] +* **🚩 refactor(project):** new with contents - [[90a05c60](https://github.com/Novout/betterwrite/commit/90a05c60)] +* **🎨 style(pdf):** configuration gaps - [[52e8d106](https://github.com/Novout/betterwrite/commit/52e8d106)] +* **🔧 fix(editor):** stores reset in new projects - [[e7015679](https://github.com/Novout/betterwrite/commit/e7015679)] +* **🔧 fix(editor):** push routes - [[7f3d801c](https://github.com/Novout/betterwrite/commit/7f3d801c)] +* **🎉 feat(desktop):** close and maximize buttons - [[afc4ee47](https://github.com/Novout/betterwrite/commit/afc4ee47)] +* **🚧 chore(editor):** header componentization - [[d0304e42](https://github.com/Novout/betterwrite/commit/d0304e42)] +* **🎨 style(editor):** improvements in theme settings - [[9534f094](https://github.com/Novout/betterwrite/commit/9534f094)] +* **🎨 style(editor):** header theme sets - [[ed81105b](https://github.com/Novout/betterwrite/commit/ed81105b)] +* **🎉 feat(pdf):** support svg files - [[2ee8080c](https://github.com/Novout/betterwrite/commit/2ee8080c)] +* **🚧 chore(pdf):** not support svg inline - [[b0e65264](https://github.com/Novout/betterwrite/commit/b0e65264)] +* **🚧 chore(editor):** theme new features - [[f9082e3a](https://github.com/Novout/betterwrite/commit/f9082e3a)] +* **🔧 fix(editor):** header preferences - [[f27ace62](https://github.com/Novout/betterwrite/commit/f27ace62)] +* **🎨 style(editor):** themes aside defines - [[e66bd07a](https://github.com/Novout/betterwrite/commit/e66bd07a)] +* **🚧 chore(package):** release alpha and major specs - [[840b064a](https://github.com/Novout/betterwrite/commit/840b064a)] +* **🚧 chore(package):** standard version commands - [[8d46fefd](https://github.com/Novout/betterwrite/commit/8d46fefd)] +* **🚧 chore(deps):** pin dependencies - [[b87e4490](https://github.com/Novout/betterwrite/commit/b87e4490)] ### v0.8.0 -* **🔧 fix(desktop):** correct electron-dl import [2f355395] -* **🚧 chore(deps):** update packages [05aecb45] -* **🚧 chore(deps):** electron-dl [788047ab] -* **🔧 fix(editor):** not insert possible null entity [d0bf0e20] -* **🔧 fix(plugin):** hook in timeout [2eb48609] -* **🚧 chore(plugin):** after mounted hook [a265739c] -* **🚧 chore(editor):** rise theme name [d4f5a0f0] -* **🔧 fix(editor):** graph truncate items [141837f7] -* **🎉 feat(editor):** rise theme [ab1ba72f] -* **🎉 feat(editor):** switcher theme [6a9566b5] -* **🎉 feat(editor):** theme definitions [e87757d2] -* **🚩 refactor(editor):** tailwind dark to css variables [8ec5e0a5] -* **🔧 fix(material):** select truncate in scroll [18be21ac] -* **🎉 feat(pdf):** default summary implements [71a8d8ac] -* **🎉 feat(pdf):** header implements [98c8f6ca] -* **🔧 fix(pdf):** top margin [359838fa] -* **🚧 chore(pdf):** configuration carousel to select [303dbbd9] -* **🎉 feat(pdf):** footer implements [2fa9dfe1] -* **🚩 refactor(pdf):** base footer set [40c0bf60] -* **🚧 chore(pdf):** componentization items [62f55483] +* **🔧 fix(desktop):** correct electron-dl import - [[2f355395](https://github.com/Novout/betterwrite/commit/2f355395)] +* **🚧 chore(deps):** update packages - [[05aecb45](https://github.com/Novout/betterwrite/commit/05aecb45)] +* **🚧 chore(deps):** electron-dl - [[788047ab](https://github.com/Novout/betterwrite/commit/788047ab)] +* **🔧 fix(editor):** not insert possible null entity - [[d0bf0e20](https://github.com/Novout/betterwrite/commit/d0bf0e20)] +* **🔧 fix(plugin):** hook in timeout - [[2eb48609](https://github.com/Novout/betterwrite/commit/2eb48609)] +* **🚧 chore(plugin):** after mounted hook - [[a265739c](https://github.com/Novout/betterwrite/commit/a265739c)] +* **🚧 chore(editor):** rise theme name - [[d4f5a0f0](https://github.com/Novout/betterwrite/commit/d4f5a0f0)] +* **🔧 fix(editor):** graph truncate items - [[141837f7](https://github.com/Novout/betterwrite/commit/141837f7)] +* **🎉 feat(editor):** rise theme - [[ab1ba72f](https://github.com/Novout/betterwrite/commit/ab1ba72f)] +* **🎉 feat(editor):** switcher theme - [[6a9566b5](https://github.com/Novout/betterwrite/commit/6a9566b5)] +* **🎉 feat(editor):** theme definitions - [[e87757d2](https://github.com/Novout/betterwrite/commit/e87757d2)] +* **🚩 refactor(editor):** tailwind dark to css variables - [[8ec5e0a5](https://github.com/Novout/betterwrite/commit/8ec5e0a5)] +* **🔧 fix(material):** select truncate in scroll - [[18be21ac](https://github.com/Novout/betterwrite/commit/18be21ac)] +* **🎉 feat(pdf):** default summary implements - [[71a8d8ac](https://github.com/Novout/betterwrite/commit/71a8d8ac)] +* **🎉 feat(pdf):** header implements - [[98c8f6ca](https://github.com/Novout/betterwrite/commit/98c8f6ca)] +* **🔧 fix(pdf):** top margin - [[359838fa](https://github.com/Novout/betterwrite/commit/359838fa)] +* **🚧 chore(pdf):** configuration carousel to select - [[303dbbd9](https://github.com/Novout/betterwrite/commit/303dbbd9)] +* **🎉 feat(pdf):** footer implements - [[2fa9dfe1](https://github.com/Novout/betterwrite/commit/2fa9dfe1)] +* **🚩 refactor(pdf):** base footer set - [[40c0bf60](https://github.com/Novout/betterwrite/commit/40c0bf60)] +* **🚧 chore(pdf):** componentization items - [[62f55483](https://github.com/Novout/betterwrite/commit/62f55483)] ### v0.7.1 -* **🔧 fix(editor):** absolute overflow in modal container [14fcafac] -* **🎉 feat(editor):** finder and switcher dragabble [1bb760f6] -* **🔧 fix(editor):** delete entity duplicate raw [320c6049] -* **🎉 feat(editor):** cursor in new delete entity [6a8fe9b4] +* **🔧 fix(editor):** absolute overflow in modal container - [[14fcafac](https://github.com/Novout/betterwrite/commit/14fcafac)] +* **🎉 feat(editor):** finder and switcher dragabble - [[1bb760f6](https://github.com/Novout/betterwrite/commit/1bb760f6)] +* **🔧 fix(editor):** delete entity duplicate raw - [[320c6049](https://github.com/Novout/betterwrite/commit/320c6049)] +* **🎉 feat(editor):** cursor in new delete entity - [[6a8fe9b4](https://github.com/Novout/betterwrite/commit/6a8fe9b4)] ### v0.7.0 -* **🚧 chore(deps):** update packages [05a1db09] -* **🔧 fix(editor):** inserts in cursor correct position [e2fb21ff] -* **🚧 chore(editor):** remove editable tag [45e7bf0d] -* **🔧 fix(editor):** editable in fixed items [e18873c6] -* **🔧 fix(editor):** italic and bold in internal mutate [06f8f7bf] -* **🔧 fix(editor):** remove italic and bold [71178ffc] -* **🎉 feat(editor):** italic and bold insert by selection [0559a567] -* **🚧 chore(raw):** set v1 in external callback [c826329a] -* **🔧 fix(editor):** swapper correct affect [037aaed8] -* **🔧 fix(editor):** italic and bold inline supports only paragraph [104aa826] -* **🚩 refactor(pdf):** link binding [0818e6b7] -* **🔧 fix(pdf):** normalize for pdf use [fd8d71ca] -* **🔧 fix(editor):** to next entity in fixed items insert [29bbd920] -* **🚩 refactor(editor):** entity styles [c876a962] -* **🚩 refactor(commands):** remove italic and bold [cffa57f8] -* **🚩 refactor(editor):** v2 entity initial implement [96c3bb2e] +* **🚧 chore(deps):** update packages - [[05a1db09](https://github.com/Novout/betterwrite/commit/05a1db09)] +* **🔧 fix(editor):** inserts in cursor correct position - [[e2fb21ff](https://github.com/Novout/betterwrite/commit/e2fb21ff)] +* **🚧 chore(editor):** remove editable tag - [[45e7bf0d](https://github.com/Novout/betterwrite/commit/45e7bf0d)] +* **🔧 fix(editor):** editable in fixed items - [[e18873c6](https://github.com/Novout/betterwrite/commit/e18873c6)] +* **🔧 fix(editor):** italic and bold in internal mutate - [[06f8f7bf](https://github.com/Novout/betterwrite/commit/06f8f7bf)] +* **🔧 fix(editor):** remove italic and bold - [[71178ffc](https://github.com/Novout/betterwrite/commit/71178ffc)] +* **🎉 feat(editor):** italic and bold insert by selection - [[0559a567](https://github.com/Novout/betterwrite/commit/0559a567)] +* **🚧 chore(raw):** set v1 in external callback - [[c826329a](https://github.com/Novout/betterwrite/commit/c826329a)] +* **🔧 fix(editor):** swapper correct affect - [[037aaed8](https://github.com/Novout/betterwrite/commit/037aaed8)] +* **🔧 fix(editor):** italic and bold inline supports only paragraph - [[104aa826](https://github.com/Novout/betterwrite/commit/104aa826)] +* **🚩 refactor(pdf):** link binding - [[0818e6b7](https://github.com/Novout/betterwrite/commit/0818e6b7)] +* **🔧 fix(pdf):** normalize for pdf use - [[fd8d71ca](https://github.com/Novout/betterwrite/commit/fd8d71ca)] +* **🔧 fix(editor):** to next entity in fixed items insert - [[29bbd920](https://github.com/Novout/betterwrite/commit/29bbd920)] +* **🚩 refactor(editor):** entity styles - [[c876a962](https://github.com/Novout/betterwrite/commit/c876a962)] +* **🚩 refactor(commands):** remove italic and bold - [[cffa57f8](https://github.com/Novout/betterwrite/commit/cffa57f8)] +* **🚩 refactor(editor):** v2 entity initial implement - [[96c3bb2e](https://github.com/Novout/betterwrite/commit/96c3bb2e)] ### v0.6.2 -* **🔧 fix(editor):** delete raw not mutation in switch true [d61eeb4c] -* **🔧 fix(editor):** utilities commands in last input [4ac0076f] -* **🔧 fix(editor):** italic and bold remove whitespace [c1609bc1] -* **🔧 fix(editor):** ctrl z ignore [4104cd5e] +* **🔧 fix(editor):** delete raw not mutation in switch true - [[d61eeb4c](https://github.com/Novout/betterwrite/commit/d61eeb4c)] +* **🔧 fix(editor):** utilities commands in last input - [[4ac0076f](https://github.com/Novout/betterwrite/commit/4ac0076f)] +* **🔧 fix(editor):** italic and bold remove whitespace - [[c1609bc1](https://github.com/Novout/betterwrite/commit/c1609bc1)] +* **🔧 fix(editor):** ctrl z ignore - [[4104cd5e](https://github.com/Novout/betterwrite/commit/4104cd5e)] ### v0.6.1 -* **🎉 feat(logger):** paste event [898fa9d9] -* **🔧 fix(editor):** click in selection force scroll [0f5e03ef] -* **🎨 style(editor):** selection color [82140bf0] -* **🔧 fix(editor):** paste promise in render content [ee7c1572] -* **🎉 feat(editor):** paste in show entities [69b0ca0b] -* **🎉 feat(editor):** italic and bolt insert direcly in show entity [c4c158a1] +* **🎉 feat(logger):** paste event - [[898fa9d9](https://github.com/Novout/betterwrite/commit/898fa9d9)] +* **🔧 fix(editor):** click in selection force scroll - [[0f5e03ef](https://github.com/Novout/betterwrite/commit/0f5e03ef)] +* **🎨 style(editor):** selection color - [[82140bf0](https://github.com/Novout/betterwrite/commit/82140bf0)] +* **🔧 fix(editor):** paste promise in render content - [[ee7c1572](https://github.com/Novout/betterwrite/commit/ee7c1572)] +* **🎉 feat(editor):** paste in show entities - [[69b0ca0b](https://github.com/Novout/betterwrite/commit/69b0ca0b)] +* **🎉 feat(editor):** italic and bolt insert direcly in show entity - [[c4c158a1](https://github.com/Novout/betterwrite/commit/c4c158a1)] ### v0.6.0 -* **🔧 fix(aside):** mobile close effect [b7130933] -* **🔧 fix(project):** correct normalize save methods [a4c399ae] -* **🎉 feat(project):** save project in close [4a8a3dd4] -* **🎉 feat(graph):** load last page project [b58109da] -* **🚧 chore(desktop):** web security [0991fb21] -* **🔧 fix(seo):** title in fixed items [ff275c85] -* **🚧 chore(pdf):** default font in paragraph [07badf65] -* **🔧 fix(editor):** alter entity not exclude content [191382aa] -* **🔧 fix(editor):** scroll in initial contexts [0b3c128f] -* **🔧 fix(graph):** name project to reset context [a7663e15] -* **🔧 fix(editor):** close popover in mouseout [e9c0e8f1] -* **🚧 chore(deps):** update packages [b1573a7f] -* **🔧 fix(graph):** mobile sets [31fab2a5] -* **🎉 feat(editor):** global preferences [22d50b68] -* **🚧 chore(editor):** remove prevents in editor keyboard [3bcc6fa8] -* **🎨 style(editor):** preferences hotkeys item [f6ad4862] -* **🎉 feat(editor):** preferences hotkeys [8ce13114] -* **🔧 fix(editor):** necessary events [6fb8a501] -* **🔧 fix(desktop):** build linux [8b4f71dd] +* **🔧 fix(aside):** mobile close effect - [[b7130933](https://github.com/Novout/betterwrite/commit/b7130933)] +* **🔧 fix(project):** correct normalize save methods - [[a4c399ae](https://github.com/Novout/betterwrite/commit/a4c399ae)] +* **🎉 feat(project):** save project in close - [[4a8a3dd4](https://github.com/Novout/betterwrite/commit/4a8a3dd4)] +* **🎉 feat(graph):** load last page project - [[b58109da](https://github.com/Novout/betterwrite/commit/b58109da)] +* **🚧 chore(desktop):** web security - [[0991fb21](https://github.com/Novout/betterwrite/commit/0991fb21)] +* **🔧 fix(seo):** title in fixed items - [[ff275c85](https://github.com/Novout/betterwrite/commit/ff275c85)] +* **🚧 chore(pdf):** default font in paragraph - [[07badf65](https://github.com/Novout/betterwrite/commit/07badf65)] +* **🔧 fix(editor):** alter entity not exclude content - [[191382aa](https://github.com/Novout/betterwrite/commit/191382aa)] +* **🔧 fix(editor):** scroll in initial contexts - [[0b3c128f](https://github.com/Novout/betterwrite/commit/0b3c128f)] +* **🔧 fix(graph):** name project to reset context - [[a7663e15](https://github.com/Novout/betterwrite/commit/a7663e15)] +* **🔧 fix(editor):** close popover in mouseout - [[e9c0e8f1](https://github.com/Novout/betterwrite/commit/e9c0e8f1)] +* **🚧 chore(deps):** update packages - [[b1573a7f](https://github.com/Novout/betterwrite/commit/b1573a7f)] +* **🔧 fix(graph):** mobile sets - [[31fab2a5](https://github.com/Novout/betterwrite/commit/31fab2a5)] +* **🎉 feat(editor):** global preferences - [[22d50b68](https://github.com/Novout/betterwrite/commit/22d50b68)] +* **🚧 chore(editor):** remove prevents in editor keyboard - [[3bcc6fa8](https://github.com/Novout/betterwrite/commit/3bcc6fa8)] +* **🎨 style(editor):** preferences hotkeys item - [[f6ad4862](https://github.com/Novout/betterwrite/commit/f6ad4862)] +* **🎉 feat(editor):** preferences hotkeys - [[8ce13114](https://github.com/Novout/betterwrite/commit/8ce13114)] +* **🔧 fix(editor):** necessary events - [[6fb8a501](https://github.com/Novout/betterwrite/commit/6fb8a501)] +* **🔧 fix(desktop):** build linux - [[8b4f71dd](https://github.com/Novout/betterwrite/commit/8b4f71dd)] ### v0.5.7 -* **🔧 fix(editor):** load in correct set stores [ee0637d1] -* **🎉 feat(logger):** alter page [cc1a79fd] -* **🔧 fix(storage):** local name key [981b046b] -* **🚧 chore:** hook typos [5a0ddb60] -* **🚩 refactor(storage):** project object [e61bea2e] -* **🎉 feat(editor):** load local project in initial mounted call [eec154f5] -* **🚧 chore(desktop):** force icon [9ffa5fe4] +* **🔧 fix(editor):** load in correct set stores - [[ee0637d1](https://github.com/Novout/betterwrite/commit/ee0637d1)] +* **🎉 feat(logger):** alter page - [[cc1a79fd](https://github.com/Novout/betterwrite/commit/cc1a79fd)] +* **🔧 fix(storage):** local name key - [[981b046b](https://github.com/Novout/betterwrite/commit/981b046b)] +* **🚩 refactor(storage):** project object - [[e61bea2e](https://github.com/Novout/betterwrite/commit/e61bea2e)] +* **🎉 feat(editor):** load local project in initial mounted call - [[eec154f5](https://github.com/Novout/betterwrite/commit/eec154f5)] +* **🚧 chore(desktop):** force icon - [[9ffa5fe4](https://github.com/Novout/betterwrite/commit/9ffa5fe4)] ### v0.5.6 -* **🚧 chore(desktop):** correct size icons [f830381b] -* **🚧 chore(desktop):** builder windows options [7b838570] +* **🚧 chore(desktop):** correct size icons - [[f830381b](https://github.com/Novout/betterwrite/commit/f830381b)] +* **🚧 chore(desktop):** builder windows options - [[7b838570](https://github.com/Novout/betterwrite/commit/7b838570)] ### v0.5.5 -* **🎉 feat(desktop):** correct register app package [ea906333] +* **🎉 feat(desktop):** correct register app package - [[ea906333](https://github.com/Novout/betterwrite/commit/ea906333)] ### v0.5.4 -* **🚩 refactor(desktop):** auto-updater implements] [4d73a181] -* **🔧 fix(desktop):** drag bar ignoring items [339037ba] -* **🎉 feat(editor):** support v0.5.3 [c1af89ac] -* **🔧 fix(editor):** save sequence [cd732026] -* **🚧 chore:** component typo [2e79140e] +* **🚩 refactor(desktop):** auto-updater implements] - [[4d73a181](https://github.com/Novout/betterwrite/commit/4d73a181)] +* **🔧 fix(desktop):** drag bar ignoring items - [[339037ba](https://github.com/Novout/betterwrite/commit/339037ba)] +* **🎉 feat(editor):** support v0.5.3 - [[c1af89ac](https://github.com/Novout/betterwrite/commit/c1af89ac)] +* **🔧 fix(editor):** save sequence - [[cd732026](https://github.com/Novout/betterwrite/commit/cd732026)] ### v0.5.3 -* **🔧 fix(editor):** auto save set interval [d7ee35c1] -* **🔧 fix(logger):** convert fixed items [c2342df5] -* **🔧 fix(editor):** auto save in initial call [4a681300] +* **🔧 fix(editor):** auto save set interval - [[d7ee35c1](https://github.com/Novout/betterwrite/commit/d7ee35c1)] +* **🔧 fix(logger):** convert fixed items - [[c2342df5](https://github.com/Novout/betterwrite/commit/c2342df5)] +* **🔧 fix(editor):** auto save in initial call - [[4a681300](https://github.com/Novout/betterwrite/commit/4a681300)] ### v0.5.2 -* **🚧 chore:** new features [e06820ed] -* **🎉 feat(project):** auto save option [fb99df9c] -* **🔧 fix(seo):** title in empty blank project [a3ad0a40] -* **🎉 feat(logger):** break page action [8b8208ea] -* **🔧 fix(logger):** delete entity in raw content [69898d03] -* **🎉 feat(logger):** general contents [5c810d53] -* **🚩 refactor(project):** plugin name page [91319075] -* **🚩 refactor(editor):** preferences sizes [facd68ba] +* **🚧 chore:** new features - [[e06820ed](https://github.com/Novout/betterwrite/commit/e06820ed)] +* **🎉 feat(project):** auto save option - [[fb99df9c](https://github.com/Novout/betterwrite/commit/fb99df9c)] +* **🔧 fix(seo):** title in empty blank project - [[a3ad0a40](https://github.com/Novout/betterwrite/commit/a3ad0a40)] +* **🎉 feat(logger):** break page action - [[8b8208ea](https://github.com/Novout/betterwrite/commit/8b8208ea)] +* **🔧 fix(logger):** delete entity in raw content - [[69898d03](https://github.com/Novout/betterwrite/commit/69898d03)] +* **🎉 feat(logger):** general contents - [[5c810d53](https://github.com/Novout/betterwrite/commit/5c810d53)] +* **🚩 refactor(project):** plugin name page - [[91319075](https://github.com/Novout/betterwrite/commit/91319075)] +* **🚩 refactor(editor):** preferences sizes - [[facd68ba](https://github.com/Novout/betterwrite/commit/facd68ba)] ### v0.5.1 ### v0.5.0 -* **🚩 refactor(material):** correct names and imports [a61f29b2] -* **🎉 feat(vite):** chunk split because a large pdfmake bundle [9eaf6a69] -* **🚧 chore(components):** remove inexistent html [d49dd31a] -* **🔧 fix(project):** normalize context items [54d9b027] -* **🔧 fix(project):** reset logger in new project [ed54a49c] -* **🔧 fix(editor):** externals in blank template [5c1000ce] -* **🎉 feat(editor):** preferences in header [d65b1e78] -* **🔧 fix(keyboard):** prevent default navigator keys [ec2e06c8] -* **🎨 style(editor):** header font sizes [8aa29a65] -* **🎨 style(landing):** new colors in first and second section [5a69d165] -* **🚧 chore(editor):** remove old components [9bcd8960] -* **🎉 feat(logger):** confirm reset [34ca35e2] -* **🔧 fix(editor):** header itens overflow modals [c006c2f8] -* **🎉 feat(editor):** new header bar [df422da5] -* **🔧 fix(editor):** graph save last input [7dfd85cd] +* **🚩 refactor(material):** correct names and imports - [[a61f29b2](https://github.com/Novout/betterwrite/commit/a61f29b2)] +* **🎉 feat(vite):** chunk split because a large pdfmake bundle - [[9eaf6a69](https://github.com/Novout/betterwrite/commit/9eaf6a69)] +* **🚧 chore(components):** remove inexistent html - [[d49dd31a](https://github.com/Novout/betterwrite/commit/d49dd31a)] +* **🔧 fix(project):** normalize context items - [[54d9b027](https://github.com/Novout/betterwrite/commit/54d9b027)] +* **🔧 fix(project):** reset logger in new project - [[ed54a49c](https://github.com/Novout/betterwrite/commit/ed54a49c)] +* **🔧 fix(editor):** externals in blank template - [[5c1000ce](https://github.com/Novout/betterwrite/commit/5c1000ce)] +* **🎉 feat(editor):** preferences in header - [[d65b1e78](https://github.com/Novout/betterwrite/commit/d65b1e78)] +* **🔧 fix(keyboard):** prevent default navigator keys - [[ec2e06c8](https://github.com/Novout/betterwrite/commit/ec2e06c8)] +* **🎨 style(editor):** header font sizes - [[8aa29a65](https://github.com/Novout/betterwrite/commit/8aa29a65)] +* **🎨 style(landing):** new colors in first and second section - [[5a69d165](https://github.com/Novout/betterwrite/commit/5a69d165)] +* **🚧 chore(editor):** remove old components - [[9bcd8960](https://github.com/Novout/betterwrite/commit/9bcd8960)] +* **🎉 feat(logger):** confirm reset - [[34ca35e2](https://github.com/Novout/betterwrite/commit/34ca35e2)] +* **🔧 fix(editor):** header itens overflow modals - [[c006c2f8](https://github.com/Novout/betterwrite/commit/c006c2f8)] +* **🎉 feat(editor):** new header bar - [[df422da5](https://github.com/Novout/betterwrite/commit/df422da5)] +* **🔧 fix(editor):** graph save last input - [[7dfd85cd](https://github.com/Novout/betterwrite/commit/7dfd85cd)] ### v0.4.7 -* **🚧 chore(md):** new features [c0d2514f] -* **🔧 fix(editor):** update area in a event tick [af32588c] -* **🔧 fix(editor):** ctrld for delete entity and prevent all [63dbe015] -* **🔧 fix(editor):** arrow affected by cursor position [b85f93fc] -* **🔧 fix(editor):** remove line in next index [2c19f63f] -* **🚧 chore(desktop):** remove shortcuts [84320650] -* **🔧 fix(editor):** insert paragraph and bp command [b7ac1190] -* **🔧 fix(created):** global wrapper in dev mode [e80b694c] -* **🔧 fix(editor):** load pages in edit contents [36ce103a] +* **🚧 chore(md):** new features - [[c0d2514f](https://github.com/Novout/betterwrite/commit/c0d2514f)] +* **🔧 fix(editor):** update area in a event tick - [[af32588c](https://github.com/Novout/betterwrite/commit/af32588c)] +* **🔧 fix(editor):** ctrld for delete entity and prevent all - [[63dbe015](https://github.com/Novout/betterwrite/commit/63dbe015)] +* **🔧 fix(editor):** arrow affected by cursor position - [[b85f93fc](https://github.com/Novout/betterwrite/commit/b85f93fc)] +* **🔧 fix(editor):** remove line in next index - [[2c19f63f](https://github.com/Novout/betterwrite/commit/2c19f63f)] +* **🚧 chore(desktop):** remove shortcuts - [[84320650](https://github.com/Novout/betterwrite/commit/84320650)] +* **🔧 fix(editor):** insert paragraph and bp command - [[b7ac1190](https://github.com/Novout/betterwrite/commit/b7ac1190)] +* **🔧 fix(created):** global wrapper in dev mode - [[e80b694c](https://github.com/Novout/betterwrite/commit/e80b694c)] +* **🔧 fix(editor):** load pages in edit contents - [[36ce103a](https://github.com/Novout/betterwrite/commit/36ce103a)] ### v0.4.6 -* **🔧 fix(editor):** m key to delete entity [cb75a785] -* **🔧 fix(editor):** prevent only in keys [2cf18cf5] +* **🔧 fix(editor):** m key to delete entity - [[cb75a785](https://github.com/Novout/betterwrite/commit/cb75a785)] +* **🔧 fix(editor):** prevent only in keys - [[2cf18cf5](https://github.com/Novout/betterwrite/commit/2cf18cf5)] ### v0.4.5 -* **🚧 chore(desktop):** hide mainframe [86a62930] -* **🔧 fix(editor):** not mutate entities in swap [708f9209] +* **🚧 chore(desktop):** hide mainframe - [[86a62930](https://github.com/Novout/betterwrite/commit/86a62930)] +* **🔧 fix(editor):** not mutate entities in swap - [[708f9209](https://github.com/Novout/betterwrite/commit/708f9209)] ### v0.4.4 -* **🎉 feat(editor):** aside force scroll in a new or delete page [013774b5] -* **🔧 fix(editor):** save entity in a new page [91ff8370] -* **🔧 fix(editor):** delete keyboard [44331011] -* **🔧 fix(editor):** save open entity in a other context click [bdd2191f] -* **🎉 feat(logger):** page set [e244e8b9] +* **🎉 feat(editor):** aside force scroll in a new or delete page - [[013774b5](https://github.com/Novout/betterwrite/commit/013774b5)] +* **🔧 fix(editor):** save entity in a new page - [[91ff8370](https://github.com/Novout/betterwrite/commit/91ff8370)] +* **🔧 fix(editor):** delete keyboard - [[44331011](https://github.com/Novout/betterwrite/commit/44331011)] +* **🔧 fix(editor):** save open entity in a other context click - [[bdd2191f](https://github.com/Novout/betterwrite/commit/bdd2191f)] +* **🎉 feat(logger):** page set - [[e244e8b9](https://github.com/Novout/betterwrite/commit/e244e8b9)] ### v0.4.3 -* **🗿 ci:** remove depend [18b15753] +* **🗿 ci:** remove depend - [[18b15753](https://github.com/Novout/betterwrite/commit/18b15753)] ### v0.4.2 -* **🎉 feat(logger):** clear button [044b9750] -* **🚧 chore(logger):** actions to editor type [1c61694b] -* **🎉 feat(logger):** entity basic sets [4bdbec18] -* **🎨 style(logger):** full size [64a50ac9] -* **🎉 feat(logger):** contexts [ad55b850] -* **🎨 style(editor):** create project white colors [74983f31] -* **🎨 style(editor):** logger header [11587d07] -* **🎉 feat(plugin):** logger view [17ca0cb9] -* **🎉 feat(plugin):** workflow [465bb2d3] -* **🎉 feat(plugin):** last input on [ae9831c9] -* **🎉 feat(plugin):** base structure [44a381ae] -* **🗿 ci:** desktop releases depend tests [b9319348] -* **🔧 test:** remove deprecated test [0a44d418] +* **🎉 feat(logger):** clear button - [[044b9750](https://github.com/Novout/betterwrite/commit/044b9750)] +* **🚧 chore(logger):** actions to editor type - [[1c61694b](https://github.com/Novout/betterwrite/commit/1c61694b)] +* **🎉 feat(logger):** entity basic sets - [[4bdbec18](https://github.com/Novout/betterwrite/commit/4bdbec18)] +* **🎨 style(logger):** full size - [[64a50ac9](https://github.com/Novout/betterwrite/commit/64a50ac9)] +* **🎉 feat(logger):** contexts - [[ad55b850](https://github.com/Novout/betterwrite/commit/ad55b850)] +* **🎨 style(editor):** create project white colors - [[74983f31](https://github.com/Novout/betterwrite/commit/74983f31)] +* **🎨 style(editor):** logger header - [[11587d07](https://github.com/Novout/betterwrite/commit/11587d07)] +* **🎉 feat(plugin):** logger view - [[17ca0cb9](https://github.com/Novout/betterwrite/commit/17ca0cb9)] +* **🎉 feat(plugin):** workflow - [[465bb2d3](https://github.com/Novout/betterwrite/commit/465bb2d3)] +* **🎉 feat(plugin):** last input on - [[ae9831c9](https://github.com/Novout/betterwrite/commit/ae9831c9)] +* **🎉 feat(plugin):** base structure - [[44a381ae](https://github.com/Novout/betterwrite/commit/44a381ae)] +* **🗿 ci:** desktop releases depend tests - [[b9319348](https://github.com/Novout/betterwrite/commit/b9319348)] +* **🔧 test:** remove deprecated test - [[0a44d418](https://github.com/Novout/betterwrite/commit/0a44d418)] ### v0.4.1 -* **🚧 chore(project):** bw base data access [c8572ee1] -* **🚧 chore:** type typos [65a823aa] -* **🔧 fix(editor):** reset hovers in fixed items [959de372] -* **🎨 style(aside):** image name [8ddb635d] -* **🎨 style(editor):** image popover alignment properties [1a8df6ba] -* **🎉 feat(editor):** image settings [d62569b5] -* **🎉 feat(editor):** image set [71b71a6e] -* **🔧 fix(editor):** fixed itens open in external click [eb69ef81] -* **🚧 chore(editor):** entity popover in horizontal [48324abf] -* **🚧 chore(editor):** alt to shift key in swapper [f3a5313d] -* **🔧 fix(pdf):** illegal import in dev mode [b37d449b] -* **🔧 fix(pdf):** configurations in blank project [0f66e18f] -* **🎉 feat(editor):** to entity with ctrl arrow [0965c94c] -* **🚧 chore(editor):** swap ctrl to alt [e4c9cbae] -* **🔧 fix(editor):** font size in heading's [f77931aa] -* **🚧 chore(tailwind):** just-in-time mode [92d4c51a] -* **🗿 ci:** release electron only in the main [f09df6c2] -* **🎨 style(landing):** windows icon color [842fa4d1] -* **🎉 feat(landing):** links set [b2d9fdb2] -* **🔧 fix(editor):** header bar appear [0c3f3fcc] +* **🚧 chore(project):** bw base data access - [[c8572ee1](https://github.com/Novout/betterwrite/commit/c8572ee1)] +* **🔧 fix(editor):** reset hovers in fixed items - [[959de372](https://github.com/Novout/betterwrite/commit/959de372)] +* **🎨 style(aside):** image name - [[8ddb635d](https://github.com/Novout/betterwrite/commit/8ddb635d)] +* **🎨 style(editor):** image popover alignment properties - [[1a8df6ba](https://github.com/Novout/betterwrite/commit/1a8df6ba)] +* **🎉 feat(editor):** image settings - [[d62569b5](https://github.com/Novout/betterwrite/commit/d62569b5)] +* **🎉 feat(editor):** image set - [[71b71a6e](https://github.com/Novout/betterwrite/commit/71b71a6e)] +* **🔧 fix(editor):** fixed itens open in external click - [[eb69ef81](https://github.com/Novout/betterwrite/commit/eb69ef81)] +* **🚧 chore(editor):** entity popover in horizontal - [[48324abf](https://github.com/Novout/betterwrite/commit/48324abf)] +* **🚧 chore(editor):** alt to shift key in swapper - [[f3a5313d](https://github.com/Novout/betterwrite/commit/f3a5313d)] +* **🔧 fix(pdf):** illegal import in dev mode - [[b37d449b](https://github.com/Novout/betterwrite/commit/b37d449b)] +* **🔧 fix(pdf):** configurations in blank project - [[0f66e18f](https://github.com/Novout/betterwrite/commit/0f66e18f)] +* **🎉 feat(editor):** to entity with ctrl arrow - [[0965c94c](https://github.com/Novout/betterwrite/commit/0965c94c)] +* **🚧 chore(editor):** swap ctrl to alt - [[e4c9cbae](https://github.com/Novout/betterwrite/commit/e4c9cbae)] +* **🔧 fix(editor):** font size in heading's - [[f77931aa](https://github.com/Novout/betterwrite/commit/f77931aa)] +* **🚧 chore(tailwind):** just-in-time mode - [[92d4c51a](https://github.com/Novout/betterwrite/commit/92d4c51a)] +* **🗿 ci:** release electron only in the main - [[f09df6c2](https://github.com/Novout/betterwrite/commit/f09df6c2)] +* **🎨 style(landing):** windows icon color - [[842fa4d1](https://github.com/Novout/betterwrite/commit/842fa4d1)] +* **🎉 feat(landing):** links set - [[b2d9fdb2](https://github.com/Novout/betterwrite/commit/b2d9fdb2)] +* **🔧 fix(editor):** header bar appear - [[0c3f3fcc](https://github.com/Novout/betterwrite/commit/0c3f3fcc)] ### v0.4.0 -* **🚧 chore(md):** new features [fa325323] -* **🚧 chore(readme):** new site link [6911a656] -* **🔧 fix(desktop):** toggle aside [f5714947] -* **🎉 feat(desktop):** redirect_uri in desktop applications [a6de9472] -* **🔧 fix(desktop):** drag in aside toggle [a339ed53] -* **🚧 chore(desktop):** priorize window render [f54389ab] -* **🎉 feat(desktop):** auto updater [23e7872c] -* **🚧 chore(package):** typo [b2c7a225] +* **🚧 chore(md):** new features - [[fa325323](https://github.com/Novout/betterwrite/commit/fa325323)] +* **🚧 chore(readme):** new site link - [[6911a656](https://github.com/Novout/betterwrite/commit/6911a656)] +* **🔧 fix(desktop):** toggle aside - [[f5714947](https://github.com/Novout/betterwrite/commit/f5714947)] +* **🎉 feat(desktop):** redirect_uri in desktop applications - [[a6de9472](https://github.com/Novout/betterwrite/commit/a6de9472)] +* **🔧 fix(desktop):** drag in aside toggle - [[a339ed53](https://github.com/Novout/betterwrite/commit/a339ed53)] +* **🚧 chore(desktop):** priorize window render - [[f54389ab](https://github.com/Novout/betterwrite/commit/f54389ab)] +* **🎉 feat(desktop):** auto updater - [[23e7872c](https://github.com/Novout/betterwrite/commit/23e7872c)] ### v0.3.15 -* **🗿 ci:** args to desktop release [4e36a88a] +* **🗿 ci:** args to desktop release - [[4e36a88a](https://github.com/Novout/betterwrite/commit/4e36a88a)] ### v0.3.14 -* **🗿 ci(desktop):** publish options [a59caa22] -* **🗿 ci:** typo [aad22d86] +* **🗿 ci(desktop):** publish options - [[a59caa22](https://github.com/Novout/betterwrite/commit/a59caa22)] ### v0.3.13 ### v0.3.12 -* **🎉 feat(desktop):** release application [f8a0ac14] -* **🚧 chore(desktop):** build icons in all platforms [c19fd41f] -* **🎉 feat(desktop):** draggable bar [ce09d62f] +* **🎉 feat(desktop):** release application - [[f8a0ac14](https://github.com/Novout/betterwrite/commit/f8a0ac14)] +* **🚧 chore(desktop):** build icons in all platforms - [[c19fd41f](https://github.com/Novout/betterwrite/commit/c19fd41f)] +* **🎉 feat(desktop):** draggable bar - [[ce09d62f](https://github.com/Novout/betterwrite/commit/ce09d62f)] ### v0.3.11 -* **🔧 fix(editor):** reset states not to interfere with other projects [a3823917] -* **🔧 fix(editor):** save entity before project [2d02cf65] -* **🔧 fix(editor):** save entity in swap [3a578d93] -* **🔧 fix(editor):** support old project versions [64d38260] -* **🔧 test:** new type entity [c40b908e] +* **🔧 fix(editor):** reset states not to interfere with other projects - [[a3823917](https://github.com/Novout/betterwrite/commit/a3823917)] +* **🔧 fix(editor):** save entity before project - [[2d02cf65](https://github.com/Novout/betterwrite/commit/2d02cf65)] +* **🔧 fix(editor):** save entity in swap - [[3a578d93](https://github.com/Novout/betterwrite/commit/3a578d93)] +* **🔧 fix(editor):** support old project versions - [[64d38260](https://github.com/Novout/betterwrite/commit/64d38260)] +* **🔧 test:** new type entity - [[c40b908e](https://github.com/Novout/betterwrite/commit/c40b908e)] ### v0.3.10 -* **🚧 chore(editor):** context types [7463a480] -* **🔧 fix(editor):** entity break in wrong payload set [f70047eb] -* **🚧 chore(editor):** entity typo [3a6e83ee] -* **🚧 chore(editor):** entity name type [3bfd10f2] -* **🚩 refactor(editor):** keyboard handler [a7061733] -* **🔧 fix(editor):** click in external entity focus [012ed150] -* **🔧 fix(editor):** pdf set fonts [6fe64a8f] +* **🚧 chore(editor):** context types - [[7463a480](https://github.com/Novout/betterwrite/commit/7463a480)] +* **🔧 fix(editor):** entity break in wrong payload set - [[f70047eb](https://github.com/Novout/betterwrite/commit/f70047eb)] +* **🚧 chore(editor):** entity name type - [[3bfd10f2](https://github.com/Novout/betterwrite/commit/3bfd10f2)] +* **🚩 refactor(editor):** keyboard handler - [[a7061733](https://github.com/Novout/betterwrite/commit/a7061733)] +* **🔧 fix(editor):** click in external entity focus - [[012ed150](https://github.com/Novout/betterwrite/commit/012ed150)] +* **🔧 fix(editor):** pdf set fonts - [[6fe64a8f](https://github.com/Novout/betterwrite/commit/6fe64a8f)] ### v0.3.9 -* **🔧 fix(seo):** new sitemap url [061b5715] +* **🔧 fix(seo):** new sitemap url - [[061b5715](https://github.com/Novout/betterwrite/commit/061b5715)] ### v0.3.8 -* **🚧 chore(google):** google search code [11f84846] -* **🎉 feat(desktop):** logo [acbf2229] -* **🚧 chore(editor):** providers path [4b021e82] -* **🔧 fix(editor):** teleport providers to body [1da6d2a4] +* **🚧 chore(google):** google search code - [[11f84846](https://github.com/Novout/betterwrite/commit/11f84846)] +* **🎉 feat(desktop):** logo - [[acbf2229](https://github.com/Novout/betterwrite/commit/acbf2229)] +* **🚧 chore(editor):** providers path - [[4b021e82](https://github.com/Novout/betterwrite/commit/4b021e82)] +* **🔧 fix(editor):** teleport providers to body - [[1da6d2a4](https://github.com/Novout/betterwrite/commit/1da6d2a4)] ### v0.3.7 -* **🚧 chore(pubsub):** pdf exclude actions [cf3197a3] -* **🔧 fix(integration):** dropbox connect [67852932] +* **🚧 chore(pubsub):** pdf exclude actions - [[cf3197a3](https://github.com/Novout/betterwrite/commit/cf3197a3)] +* **🔧 fix(integration):** dropbox connect - [[67852932](https://github.com/Novout/betterwrite/commit/67852932)] ### v0.3.6 -* **🚧 chore(pubsub):** pdf types [a8fccbb1] -* **🚩 refactor(pubsub):** correct appointments [5579ab02] -* **🚩 refactor:** vuex to pinia [7d3cf651] -* **🚧 chore(desktop):** remove dropbox support [ed9e2961] -* **🔧 fix(desktop):** google api calls [aecade1e] -* **🚧 chore(package):** typo [3b32fcdf] -* **🚧 chore(package):** author set [cf1e78bf] -* **🚧 chore(deps):** electron 15 [4b8a74e6] -* **🚧 chore(desktop):** dev electron [bda44c23] -* **🔧 fix(deps):** update dependency dropbox to v10.13.0 [041d08d0] -* **🔧 fix(deps):** update dependency vue-toastification to v2.0.0-rc.5 [3224e441] -* **🚧 chore(deps):** update dependency jest to v27.3.1 [1719d0f0] -* **🎉 feat(desktop):** initial desktop electron [cde7d76f] -* **🚧 chore(deps):** added vite-optimize-deps [0db5a345] +* **🚧 chore(pubsub):** pdf types - [[a8fccbb1](https://github.com/Novout/betterwrite/commit/a8fccbb1)] +* **🚩 refactor(pubsub):** correct appointments - [[5579ab02](https://github.com/Novout/betterwrite/commit/5579ab02)] +* **🚩 refactor:** vuex to pinia - [[7d3cf651](https://github.com/Novout/betterwrite/commit/7d3cf651)] +* **🚧 chore(desktop):** remove dropbox support - [[ed9e2961](https://github.com/Novout/betterwrite/commit/ed9e2961)] +* **🔧 fix(desktop):** google api calls - [[aecade1e](https://github.com/Novout/betterwrite/commit/aecade1e)] +* **🚧 chore(package):** author set - [[cf1e78bf](https://github.com/Novout/betterwrite/commit/cf1e78bf)] +* **🚧 chore(deps):** electron 15 - [[4b8a74e6](https://github.com/Novout/betterwrite/commit/4b8a74e6)] +* **🚧 chore(desktop):** dev electron - [[bda44c23](https://github.com/Novout/betterwrite/commit/bda44c23)] +* **🔧 fix(deps):** update dependency dropbox to v10.13.0 - [[041d08d0](https://github.com/Novout/betterwrite/commit/041d08d0)] +* **🔧 fix(deps):** update dependency vue-toastification to v2.0.0-rc.5 - [[3224e441](https://github.com/Novout/betterwrite/commit/3224e441)] +* **🚧 chore(deps):** update dependency jest to v27.3.1 - [[1719d0f0](https://github.com/Novout/betterwrite/commit/1719d0f0)] +* **🎉 feat(desktop):** initial desktop electron - [[cde7d76f](https://github.com/Novout/betterwrite/commit/cde7d76f)] +* **🚧 chore(deps):** added vite-optimize-deps - [[0db5a345](https://github.com/Novout/betterwrite/commit/0db5a345)] ### v0.3.5 -* **🔧 fix(editor):** v-cloak in logo [2403dfb1] -* **🚧 chore(types):** prop types [29c51267] -* **🔧 fix(editor):** graph empty line [28317af3] -* **🔧 fix(editor):** commands appear [6ccea0f5] -* **🎉 feat(editor):** inline insert commands [5d3177ab] -* **🔧 fix(editor):** mutate in whitespace updates [b82113dc] -* **🔧 fix(editor):** empty line in throw error [78306dac] -* **🎨 style(editor):** project create modal background [7a44dc3b] -* **🚧 chore(deps):** update dependency unplugin-vue-components to v0.16.0 [f4619e7a] +* **🔧 fix(editor):** v-cloak in logo - [[2403dfb1](https://github.com/Novout/betterwrite/commit/2403dfb1)] +* **🚧 chore(types):** prop types - [[29c51267](https://github.com/Novout/betterwrite/commit/29c51267)] +* **🔧 fix(editor):** graph empty line - [[28317af3](https://github.com/Novout/betterwrite/commit/28317af3)] +* **🔧 fix(editor):** commands appear - [[6ccea0f5](https://github.com/Novout/betterwrite/commit/6ccea0f5)] +* **🎉 feat(editor):** inline insert commands - [[5d3177ab](https://github.com/Novout/betterwrite/commit/5d3177ab)] +* **🔧 fix(editor):** mutate in whitespace updates - [[b82113dc](https://github.com/Novout/betterwrite/commit/b82113dc)] +* **🔧 fix(editor):** empty line in throw error - [[78306dac](https://github.com/Novout/betterwrite/commit/78306dac)] +* **🎨 style(editor):** project create modal background - [[7a44dc3b](https://github.com/Novout/betterwrite/commit/7a44dc3b)] +* **🚧 chore(deps):** update dependency unplugin-vue-components to v0.16.0 - [[f4619e7a](https://github.com/Novout/betterwrite/commit/f4619e7a)] ### v0.3.4 -* **🔧 fix(editor):** switch heading one [b8d5db99] -* **🔧 fix(editor):** change area in all close elements [e9068227] -* **🔧 fix(editor):** not remove last element in delete key [a3812e55] -* **🔧 fix(editor):** remove first entity in blank project [d2b47a5b] -* **🔧 fix(editor):** continue essentials events [c1fd4760] +* **🔧 fix(editor):** switch heading one - [[b8d5db99](https://github.com/Novout/betterwrite/commit/b8d5db99)] +* **🔧 fix(editor):** change area in all close elements - [[e9068227](https://github.com/Novout/betterwrite/commit/e9068227)] +* **🔧 fix(editor):** not remove last element in delete key - [[a3812e55](https://github.com/Novout/betterwrite/commit/a3812e55)] +* **🔧 fix(editor):** remove first entity in blank project - [[d2b47a5b](https://github.com/Novout/betterwrite/commit/d2b47a5b)] +* **🔧 fix(editor):** continue essentials events - [[c1fd4760](https://github.com/Novout/betterwrite/commit/c1fd4760)] ### v0.3.3 -* **🔧 fix(editor):** initial iso in html tag [3d18846f] +* **🔧 fix(editor):** initial iso in html tag - [[3d18846f](https://github.com/Novout/betterwrite/commit/3d18846f)] ### v0.3.2 -* **🚧 chore(types):** editor state [aea4c961] -* **🔧 fix(editor):** swapper and finder in selection elements [34a721d2] -* **🚩 refactor(editor):** project create general revamp [c03c086c] +* **🚧 chore(types):** editor state - [[aea4c961](https://github.com/Novout/betterwrite/commit/aea4c961)] +* **🔧 fix(editor):** swapper and finder in selection elements - [[34a721d2](https://github.com/Novout/betterwrite/commit/34a721d2)] +* **🚩 refactor(editor):** project create general revamp - [[c03c086c](https://github.com/Novout/betterwrite/commit/c03c086c)] ### v0.3.1 -* **🎨 style(editor):** aside language select [768803ad] -* **🚩 refactor(editor):** support other languages [94b5ac8c] -* **🚧 chore(deps):** added @tailwindcss/forms [efd96651] -* **🚩 refactor(project):** create project rows [1a6538f2] -* **🔧 fix(editor):** header inject hook [7fec8579] -* **🔧 fix(editor):** whitespaces in overflow keys [68e91bbc] -* **🚧 chore(deps):** update dependency vite to v2.6.10 [313b3195] -* **🚧 chore(deps):** update dependency standard-version to v9.3.2 [c3fb0645] -* **🚧 chore(deps):** update typescript-eslint monorepo to v5 [922fa3aa] +* **🎨 style(editor):** aside language select - [[768803ad](https://github.com/Novout/betterwrite/commit/768803ad)] +* **🚩 refactor(editor):** support other languages - [[94b5ac8c](https://github.com/Novout/betterwrite/commit/94b5ac8c)] +* **🚧 chore(deps):** added @tailwindcss/forms - [[efd96651](https://github.com/Novout/betterwrite/commit/efd96651)] +* **🚩 refactor(project):** create project rows - [[1a6538f2](https://github.com/Novout/betterwrite/commit/1a6538f2)] +* **🔧 fix(editor):** header inject hook - [[7fec8579](https://github.com/Novout/betterwrite/commit/7fec8579)] +* **🔧 fix(editor):** whitespaces in overflow keys - [[68e91bbc](https://github.com/Novout/betterwrite/commit/68e91bbc)] +* **🚧 chore(deps):** update dependency vite to v2.6.10 - [[313b3195](https://github.com/Novout/betterwrite/commit/313b3195)] +* **🚧 chore(deps):** update dependency standard-version to v9.3.2 - [[c3fb0645](https://github.com/Novout/betterwrite/commit/c3fb0645)] +* **🚧 chore(deps):** update typescript-eslint monorepo to v5 - [[922fa3aa](https://github.com/Novout/betterwrite/commit/922fa3aa)] ### v0.3.0 -* **🚧 chore:** stdversion problem [b0f6f143] -* **🎨 style(project):** top padding in blank project [4ecf5c44] -* **🎉 feat(project):** not insert a heading one in blank template [619b5fb0] -* **🚩 refactor(editor):** new aside and project create [767927d7] -* **🎉 feat(project):** animations in create [2799e959] -* **🔧 fix(project):** deprecated saves set a default creative type [b627679d] -* **🎉 feat(project):** blank page contents [8b27d1a1] -* **🔧 fix(project):** type description in initialize new project [09a874f4] -* **🎉 feat(project):** type definition [05b48459] -* **🔧 fix(editor):** enter whitespace insert [9580f891] -* **🔧 fix(editor):** break line in initial focus position [c12081f0] -* **🔧 fix(editor):** minimal height entity [f5504b30] +* **🚧 chore:** stdversion problem - [[b0f6f143](https://github.com/Novout/betterwrite/commit/b0f6f143)] +* **🎨 style(project):** top padding in blank project - [[4ecf5c44](https://github.com/Novout/betterwrite/commit/4ecf5c44)] +* **🎉 feat(project):** not insert a heading one in blank template - [[619b5fb0](https://github.com/Novout/betterwrite/commit/619b5fb0)] +* **🚩 refactor(editor):** new aside and project create - [[767927d7](https://github.com/Novout/betterwrite/commit/767927d7)] +* **🎉 feat(project):** animations in create - [[2799e959](https://github.com/Novout/betterwrite/commit/2799e959)] +* **🔧 fix(project):** deprecated saves set a default creative type - [[b627679d](https://github.com/Novout/betterwrite/commit/b627679d)] +* **🎉 feat(project):** blank page contents - [[8b27d1a1](https://github.com/Novout/betterwrite/commit/8b27d1a1)] +* **🔧 fix(project):** type description in initialize new project - [[09a874f4](https://github.com/Novout/betterwrite/commit/09a874f4)] +* **🎉 feat(project):** type definition - [[05b48459](https://github.com/Novout/betterwrite/commit/05b48459)] +* **🔧 fix(editor):** enter whitespace insert - [[9580f891](https://github.com/Novout/betterwrite/commit/9580f891)] +* **🔧 fix(editor):** break line in initial focus position - [[c12081f0](https://github.com/Novout/betterwrite/commit/c12081f0)] +* **🔧 fix(editor):** minimal height entity - [[f5504b30](https://github.com/Novout/betterwrite/commit/f5504b30)] ### v0.1.7 -* **🎨 style(editor):** remove shadow [986d605f] -* **🔧 fix(editor):** hover entity in a keyboard focus [0691d037] -* **🔧 fix(project):** save entity updates [e6624e2f] -* **🚧 chore(deps):** update dependency vue-tsc to v0.28.7 [016dfd25] -* **🚧 chore:** readme alert [99c77732] -* **🚧 chore(editor):** show types [c61fb13c] -* **🚧 chore(deps):** update dependency jest to v27.3.0 [e9683eda] +* **🎨 style(editor):** remove shadow - [[986d605f](https://github.com/Novout/betterwrite/commit/986d605f)] +* **🔧 fix(editor):** hover entity in a keyboard focus - [[0691d037](https://github.com/Novout/betterwrite/commit/0691d037)] +* **🔧 fix(project):** save entity updates - [[e6624e2f](https://github.com/Novout/betterwrite/commit/e6624e2f)] +* **🚧 chore(deps):** update dependency vue-tsc to v0.28.7 - [[016dfd25](https://github.com/Novout/betterwrite/commit/016dfd25)] +* **🚧 chore:** readme alert - [[99c77732](https://github.com/Novout/betterwrite/commit/99c77732)] +* **🚧 chore(editor):** show types - [[c61fb13c](https://github.com/Novout/betterwrite/commit/c61fb13c)] +* **🚧 chore(deps):** update dependency jest to v27.3.0 - [[e9683eda](https://github.com/Novout/betterwrite/commit/e9683eda)] ### v0.1.6 -* **🔧 fix(editor):** ignore external click [63251e1f] -* **🎉 feat(editor):** scroll to entity in border click [9050c9e6] -* **🎉 feat(editor):** entity show type [67cad7a7] -* **🔧 fix(editor):** change area in target swap entitys [1816f04d] -* **🔧 fix(editor):** entity performance in mutations [e12523cf] -* **🔧 fix(entity):** update container area after enter break line [d8111e4a] +* **🔧 fix(editor):** ignore external click - [[63251e1f](https://github.com/Novout/betterwrite/commit/63251e1f)] +* **🎉 feat(editor):** scroll to entity in border click - [[9050c9e6](https://github.com/Novout/betterwrite/commit/9050c9e6)] +* **🎉 feat(editor):** entity show type - [[67cad7a7](https://github.com/Novout/betterwrite/commit/67cad7a7)] +* **🔧 fix(editor):** change area in target swap entitys - [[1816f04d](https://github.com/Novout/betterwrite/commit/1816f04d)] +* **🔧 fix(editor):** entity performance in mutations - [[e12523cf](https://github.com/Novout/betterwrite/commit/e12523cf)] +* **🔧 fix(entity):** update container area after enter break line - [[d8111e4a](https://github.com/Novout/betterwrite/commit/d8111e4a)] ### v0.1.5 -* **🔧 fix(router):** redirect to /landing in initial visit [b1c65b42] -* **🔧 fix(spa):** editor in / route for auth redirects [9f043501] -* **🚧 chore:** route matching in / [a19cb660] -* **🗿 ci:** remove gh-pages [b7817d0c] -* **🚧 chore(general):** some changes [5f5d823a] -* **🎉 feat(animation):** entity show appear [3172301b] -* **🎉 feat(animation):** entity popover [a77999ab] -* **🚧 chore(deps):** added @vueuse/motion [e2d417b1] +* **🔧 fix(router):** redirect to /landing in initial visit - [[b1c65b42](https://github.com/Novout/betterwrite/commit/b1c65b42)] +* **🔧 fix(spa):** editor in / route for auth redirects - [[9f043501](https://github.com/Novout/betterwrite/commit/9f043501)] +* **🚧 chore:** route matching in / - [[a19cb660](https://github.com/Novout/betterwrite/commit/a19cb660)] +* **🗿 ci:** remove gh-pages - [[b7817d0c](https://github.com/Novout/betterwrite/commit/b7817d0c)] +* **🚧 chore(general):** some changes - [[5f5d823a](https://github.com/Novout/betterwrite/commit/5f5d823a)] +* **🎉 feat(animation):** entity show appear - [[3172301b](https://github.com/Novout/betterwrite/commit/3172301b)] +* **🎉 feat(animation):** entity popover - [[a77999ab](https://github.com/Novout/betterwrite/commit/a77999ab)] +* **🚧 chore(deps):** added @vueuse/motion - [[e2d417b1](https://github.com/Novout/betterwrite/commit/e2d417b1)] ### v0.1.4 -* **🎉 feat(seo):** head route [68020ab9] -* **🚧 chore(deps):** added @vueuse/head [d01e0822] -* **🎉 feat(editor):** bw logo redirect to main route [7719f50d] +* **🎉 feat(seo):** head route - [[68020ab9](https://github.com/Novout/betterwrite/commit/68020ab9)] +* **🚧 chore(deps):** added @vueuse/head - [[d01e0822](https://github.com/Novout/betterwrite/commit/d01e0822)] +* **🎉 feat(editor):** bw logo redirect to main route - [[7719f50d](https://github.com/Novout/betterwrite/commit/7719f50d)] ### v0.1.3 -* **🎉 feat(landing):** finish [743fc2ad] -* **🎉 feat(landing):** fourth background [3cc20f19] -* **🎉 feat(landing):** icons to editor [3a60be72] -* **🎉 feat(landing):** second section [c5f27f7c] -* **🎉 feat(landing):** first section [eebc4c96] -* **🚧 chore(vue):** vuex strict mode [2c14a1be] -* **🔧 fix(context):** update empty line [96e38c60] +* **🎉 feat(landing):** finish - [[743fc2ad](https://github.com/Novout/betterwrite/commit/743fc2ad)] +* **🎉 feat(landing):** fourth background - [[3cc20f19](https://github.com/Novout/betterwrite/commit/3cc20f19)] +* **🎉 feat(landing):** icons to editor - [[3a60be72](https://github.com/Novout/betterwrite/commit/3a60be72)] +* **🎉 feat(landing):** second section - [[c5f27f7c](https://github.com/Novout/betterwrite/commit/c5f27f7c)] +* **🎉 feat(landing):** first section - [[eebc4c96](https://github.com/Novout/betterwrite/commit/eebc4c96)] +* **🚧 chore(vue):** vuex strict mode - [[2c14a1be](https://github.com/Novout/betterwrite/commit/2c14a1be)] +* **🔧 fix(context):** update empty line - [[96e38c60](https://github.com/Novout/betterwrite/commit/96e38c60)] ### v0.1.2 -* **🔧 fix(entity):** empty line raw in delete paragraph [6cac5f20] -* **🚧 chore(vite):** exclude @vue/reacitivity in optimize [f5652f49] +* **🔧 fix(entity):** empty line raw in delete paragraph - [[6cac5f20](https://github.com/Novout/betterwrite/commit/6cac5f20)] +* **🚧 chore(vite):** exclude @vue/reacitivity in optimize - [[f5652f49](https://github.com/Novout/betterwrite/commit/f5652f49)] ### v0.1.1 -* **🎉 feat(editor):** delete command [2052624e] -* **🎉 feat(editor):** adjusts in fixes [c7ac5eea] -* **🚧 chore(editor):** remove adjusts [9474b2d8] -* **🚩 refactor(editor):** entity props.entity index [08d8919b] -* **🔧 fix(editor):** popover in fixed items [bbdfa975] -* **🔧 test:** image insert [c982c3eb] -* **🔧 fix(raw):** bold and italic same tag size [71b8b763] -* **🚩 refactor(entity):** show types [ad0097f2] -* **🚩 refactor(editor):** raw load [15d0f746] -* **🔧 fix(editor):** raw same font size with convert [b53db5cc] -* **🔧 fix(editor):** correct whitespaces appear [da217d3a] -* **🔧 fix(editor):** same break word in edit and show [02f28ef2] -* **🔧 fix(editor):** not force scroll in click entity [8ca9392a] -* **🔧 fix(editor):** set raw in pass entity and break in fixed itens [4f713fcc] -* **🔧 fix:** typo [9e0deefb] -* **🎉 feat(editor):** styles new set [cca04521] -* **🚧 chore(editor):** break all entity [02b4cf25] -* **🔧 fix(editor):** entity popover desnecessary open [2ca09745] -* **🎉 feat(editor):** click automatic focus [e5d858a6] -* **🔧 fix(context):** update entity in all cases [85789a56] -* **🔧 fix(context):** not find object append [6ae2c53e] -* **🚩 refactor(editor):** hover and edit emit a entity popover [163e3a53] -* **🎉 feat(editor):** insert command in all entitys [3d8c5bc6] -* **🚩 refactor(editor):** file reader hook [ec14b3ee] -* **🎨 style(editor):** create project shadow [f5ff9034] -* **🔧 fix(editor):** revert external click [1f2556ae] -* **🔧 fix(editor):** external click in initial left position [8a9bae25] -* **🔧 test:** remove import.meta calls in jest environment [765f1cbd] -* **🎉 feat(pdf):** set empty lines without a line break tag [b5e0bb0a] -* **🔧 fix(editor):** entity emit before data in new line [de72481e] -* **🎨 style(editor):** remove background in empty line [441e2ec1] -* **🚧 chore(editor):** bp and lb env [3f645896] -* **🎉 feat(editor):** focus on last input in external editor click [cc277f1c] -* **🔧 fix(editor):** empty lines ignore [07728f06] -* **🔧 fix(editor):** break in last line [adab017e] -* **🎨 style(pdf):** heading margin left [8c4ee63e] -* **🎉 feat(material):** delete source [5763528c] -* **🔧 fix(editor):** delete entitys in empty backspace [c7665dc6] -* **🔧 fix(editor):** enter get full raw [884162ef] -* **🎉 feat(editor):** destroy entity in empty data [02e420c8] -* **🎉 feat(editor):** header breaking and last time set [8153ee21] -* **🎨 style(editor):** last update in all entity [12e0afc3] -* **🔧 fix(save):** dropbox files [3d3b368f] -* **🎉 feat(editor):** last edit time in popover [8b130a30] -* **🚧 chore(date):** new format date inserts [2d77714c] -* **🔧 fix(pdf):** div exists before preview [69e9cc82] -* **🔧 fix:** type typo [7775ebcd] -* **🚩 refactor(editor):** keyboard rework [63f708f7] -* **🔧 fix:** inject typo [dad93a35] -* **🚩 refactor(editor):** pdf rework [f32ae27a] -* **🔧 fix(editor):** app init and destroy [593ffdfe] -* **🔧 fix(editor):** inject in destroy component [74b5a3ce] -* **🚩 refactor(editor):** project rework [27f16125] -* **🚩 refactor(aside):** graph rework [ce344201] -* **🚩 refactor(integrations):** dropbox rework [606a22e9] -* **🚩 refactor(entity):** swapper and finder rework [b7f8b72f] -* **🎉 feat(editor):** finder go to center scroll [a116a67d] -* **🔧 fix(editor):** finder support whitespaces [2a03440e] -* **🎉 feat(pdf):** option to not save configurations [3cba9e2d] -* **🎉 feat(editor):** navigate with arrows [85c619b2] -* **🎉 feat(editor):** switch entity with ctrl arrows [f85d1ccd] -* **🔧 fix:** typo [d5b353be] -* **🎉 feat(editor):** broken lines in enter [c1b1ba40] -* **🎨 style(editor):** extra column [11ec95d9] -* **🔧 fix:** typo [5f1a36f8] -* **🔧 fix(editor):** entity in out mouse [9189650e] -* **🎉 feat(editor):** header fullscreen [1ac3c01a] -* **🚧 chore(deps):** update dependency vue-tsc to v0.28.3 [ea144339] -* **🚧 chore(deps):** update dependency vite to v2.6.7 [abb80af1] -* **🔧 fix(entity):** incorrect entity.type [05134a1d] -* **🔧 fix:** typo [2940639b] -* **🔧 fix:** typo [ed7ea640] -* **🚧 chore:** typo [78571498] -* **🚧 chore:** readme [3204365e] -* **🎨 style(pdf):** preview padding [e69315f9] -* **🔧 fix:** typo setting [f5573366] -* **🚧 chore:** remove callback type in hooks [a1f67a95] -* **🔧 fix(editor):** expandable text area [7620d481] -* **🔧 fix(preview):** icon full size [d6dbc9cd] -* **🔧 fix(editor):** remove draggable in editor [423955a9] -* **🎉 feat(editor):** scroll to entity borders [35855c3f] -* **🔧 fix(editor):** show enter in scroll middle area [b00da826] -* **🔧 fix(editor):** push scroll in focus input [4a0de7d5] -* **🚩 refactor(types):** emitter [57b7c410] -* **🎉 feat(editor):** enter in next entity [6515b610] -* **🎨 style(entity):** left position hover [e381569e] -* **🚩 refactor(entity):** hover without click [480a77f9] -* **🎉 feat(editor):** create entity in next edit content [39c9a6a1] -* **🔧 fix(editor):** break overflow scrollbar [180e2cdd] -* **🎨 style(editor):** general contents [214c6d3c] -* **🎉 feat(entity):** adjusts icons with text [18859d1c] -* **🚩 refactor(entity):** adjusts options in new container [cf0236b4] -* **🚩 refactor(context):** provider in editor [97372dd1] -* **🚩 refactor(context):** global load [e820e080] -* **🔧 fix(entity):** paste in actually set [ab841384] -* **🚧 chore(deps):** update vue monorepo to v3.2.20 [3f6abd94] -* **🚩 refactor(editor):** entity stop events [9df4d2bc] -* **🎉 feat(pdf):** switch entity type [4ed70682] -* **🚧 chore(entity):** correct prevent events function [b370e2e4] -* **🎉 feat(entity):** add types in new entity [f8662511] -* **🎨 style(editor):** expand editor sizes [2561a60e] -* **🔧 fix(pdf):** generate without roboto font [883dabe9] -* **🎨 style:** new logo [639bb262] -* **🎉 feat(graph):** image set [353def75] -* **🚧 chore:** type typo [e4e89990] -* **🔧 fix(editor):** entity return in close [4367bc04] -* **🎉 feat(editor):** save entity in other focus [30d793c6] -* **🚧 chore(vue):** event bus [36044f44] -* **🎨 style:** absolute commands position [751a6b0b] -* **🎉 feat(absolute):** image commands [5c38c6dd] -* **🎉 feat(pdf):** image entity insert [d9816048] -* **🎉 feat(editor):** image command [c4127033] -* **🚧 chore(deps):** vue-i18n-extract [27d896fb] -* **🚩 refactor(toast):** typo [c747c7d9] -* **🚧 chore(markdown):** list [5982df03] -* **🎉 feat(editor):** alerts [b981ad60] -* **🚧 chore:** features defines [0fffccac] -* **🚧 chore:** typo [80f7157b] -* **🔧 test:** link and extra utilities [2afe97b7] -* **🎉 feat(pdf):** links append [93d88254] -* **🎉 feat(editor):** visualize links [9db93fb6] -* **🎨 style(aside):** pdf icon [8f5867d0] -* **🎨 style(editor):** colors [9ebadeac] -* **🔧 fix(pdf):** preview error in background layer [3d4590ce] -* **🔧 fix(pdf):** background in items [8b6fa24d] -* **🎉 feat(pdf):** main background [d43131e0] -* **🎉 feat(components):** input file preview [a4590d9e] -* **🔧 fix(pdf):** margin in headings [f693fa4f] -* **🔧 fix(pdf):** correct margin in contents [b5b2c07a] -* **🎨 style(editor):** header div [e9fa7844] -* **🔧 fix(deps):** update dependency @vuelidate/validators to v2.0.0-alpha.23 [9b7eaaac] -* **🚧 chore(deps):** update dependency vite to v2.6.3 [48890fe4] -* **🎉 feat(editor):** switch pages [3c6d26e9] -* **🚧 chore(deps):** update dependency @vitejs/plugin-vue to v1.9.3 [23a4e7ac] -* **🔧 fix(deps):** update dependency date-fns to v2.25.0 [56a065c3] -* **🚧 chore:** update vue [73ed41c6] -* **🔧 fix(editor):** prevent focus in input [b4fcee21] -* **🔧 fix(editor):** force scroll in effects [90de86c4] -* **🚩 refactor(editor):** command list to absolute in input [ca98e1c8] -* **🚧 chore(deps):** update jamesives/github-pages-deploy-action action to v4 [727bfc8e] -* **🚧 chore(deps):** update actions/setup-node action to v2 [ecc9e493] -* **🔧 fix(pdf):** pdfmake force any for fonts append [d532fa21] -* **🚧 chore(deps):** update dependency vue-tsc to v0.3.0 [afa4c1de] -* **🚧 chore(deps):** update dependency unplugin-vue-components to v0.15.6 [da2536a6] -* **🎨 style(editor):** addon correct position [9213291c] -* **🚧 chore(deps):** update dependency vite to v2.6.2 [33322d10] -* **🚧 chore(deps):** update dependency @vitejs/plugin-vue to v1.9.2 [6699ab93] -* **🔧 fix:** typo [beb679bd] -* **🚧 chore:** yarn typo [a07d6995] -* **🔧 fix(deps):** pin dependencies [38b1978a] -* **🚧 chore(deps):** update dependency @types/pdfmake to v0.1.19 [9821cd44] -* **🎨 style:** active in wb-icon [ea359daa] -* **🎨 style:** waiting for future support elements [5cbcab15] -* **🚩 refactor(editor):** text effects [ddf55a32] -* **🎉 feat(editor):** break line and page command [b8ff9b71] -* **🚧 chore:** readme.md [6ec4fabd] -* **🎉 feat(editor):** header icons [fdbf67f2] -* **🎉 feat(finder):** go to marker [cf7a5053] -* **🎉 feat(editor):** finder scroll [1bd35d23] -* **🎉 feat(shortcuts):** finder implementation [2bbd22bf] -* **🔧 fix:** typo [c0bd4daf] -* **🎉 feat(shortcuts):** finder initial structure [0d0bf0b6] -* **🎉 feat(switcher):** i18n [46a14ce5] -* **🎨 style:** close button [79591c5d] -* **🚩 refactor(absolute):** switcher styles [6990bf27] -* **🎉 feat:** logo in aside bar [7c63145c] -* **🔧 fix(env):** localhost with http [cb90c607] -* **🚧 chore:** favicon defaults [726f073d] -* **🔧 fix(dropbox):** correct redirect [433127e8] -* **🔧 fix:** ts typos [29982b14] -* **🔧 fix(dropbox):** save override a file [87cfb97c] -* **🎨 style(aside):** beta tag [d480bdf0] -* **🎉 feat(save):** dropbox connect [3ed74318] -* **🎉 feat(save):** dropbox integration [5e75b942] -* **🎉 feat(save):** load and save project in dropbox [8c524099] -* **🔧 fix(local):** load context [b08460cb] -* **🎉 feat(aside):** beta token [78034888] -* **🔧 fix(save):** unnecessary content [62f1a61c] -* **🎉 feat(integrations):** dropbox early support [efcb8d52] -* **🚧 chore:** ts ignore [38e60225] -* **🚧 chore(deps):** added @types/jsdom [dddb20f7] -* **🔧 fix(editor):** stop all events in edit entity [b503740d] -* **🔧 fix:** type typos [8d57c1e3] -* **🎉 feat(editor):** focus input in edit container [477b32e4] -* **🔧 fix(editor):** entity edit remove bottom margin [c76e4529] -* **🔧 fix(editor):** load id in entitys [e8c9643b] -* **🎉 feat(editor):** update page [281de24c] -* **🚧 chore:** typo [df8ffaa3] -* **🎉 feat(entity):** add line in index [6f4b8f40] -* **🔧 fix(editor):** remove over div [818b51db] -* **🚩 refactor(editor):** remove options in popover [dddafec9] -* **🚧 chore:** typo [f27b7810] -* **🗿 ci:** typo [4aedb3ca] -* **🔧 test(raw):** pdf converter [a75934f2] -* **🔧 test:** raw converter [81bedca4] -* **🚧 chore:** typo [876203d8] -* **🔧 fix(input):** paster remove whitespaces [58587a74] -* **🚧 chore:** typo [d446bb1a] -* **🎉 feat(pdf):** default cover [21937540] -* **🔧 fix(pdf):** font buffer [aa5aae81] -* **🚧 chore:** typo [1bad70dd] -* **🔧 fix(fonts):** https in wrapper [4fec2a6c] -* **🔧 fix(fonts):** request http to https [84716128] -* **🎉 feat(pdf):** footer [b18f0d1e] -* **🚧 chore:** typo [17135c19] -* **🎉 feat(pdf):** cover base image [295a2eb7] -* **🎉 feat(file):** base64 converter [740d24b0] -* **🚧 chore:** typo [f78149ad] -* **🔧 fix(pdf):** await create context [d74bbd4a] -* **🎉 feat(pdf):** preview [b30f9a88] -* **🚧 chore:** remove local fonts [85724d84] -* **🔧 fix(style):** input select break in width [6a0304bf] -* **🎉 feat(pdf):** global styles inject [d342bfe1] -* **🔧 fix(fonts):** overload [3418f8f6] -* **🔧 fix(fonts):** list in pdf configuration [5acdc806] -* **🚧 chore:** initial google fonts [57bafa69] -* **🚧 chore(components):** new organization [83deeca8] -* **🎉 feat(pdf):** indent in paragraph [3cf145d4] -* **🔧 fix(input):** text number center text [52e05b1a] -* **🔧 fix(select):** remove svg [1bd5f1c8] -* **🔧 fix(input):** force number [3aa15b45] -* **🔧 fix(select):** fixed open contents [ca4b4e4f] -* **🎉 feat(pdf):** page configuration [c085ec0f] -* **🎨 style(pdf):** configuration in fullscreen [5b5c946f] -* **🎉 feat(editor):** save logger and pdf [0ad0e1db] -* **🎨 style(pdf):** color picker [6e65c881] -* **🔧 fix(pdf):** typos [c10bdf9e] -* **🎉 feat(components):** text boolean switcher [d2a655d2] -* **🚧 chore:** components to editor [723413d2] -* **🚧 chore(components):** text to entity [d5e98a8f] -* **🚧 chore(text):** text to entity [3e28a3e7] -* **🎉 feat(aside):** new buttons [4bed3b16] -* **🎉 feat(pdf):** implement generate [b92cb14c] -* **🎉 feat(pdf):** store computeds [90a9ad5a] -* **🎉 feat(pdf):** reactive refs in export pdf [062185fc] -* **🎉 feat(pdf):** configuration paragraph [1e4a36c0] -* **🎉 feat:** new components for pdf configuration [12289396] -* **🚩 refactor:** material components [34368839] -* **🎉 feat(aside):** pdf configuration button [4672e3b6] -* **🎉 feat(pdf):** configuration base [d6c0c322] -* **🎉 feat(pdf):** configuration set [2d1902c7] -* **🎉 feat(material):** input component [11161f2e] -* **🔧 fix:** typo [5e50dc02] -* **🎨 style(logger):** background color [b06eb12a] -* **🔧 fix(shortcuts):** destroy correct in other instance [ff6c50b5] -* **🎉 feat:** logger [790cbd69] -* **🚧 chore(logger):** types definitions [d752ef47] -* **🎉 feat:** logger added [dafd1d56] -* **🚩 refactor(raw):** bold and italic sequence [b5dc469a] -* **🎉 feat(context):** auto save [a16abaff] -* **🚩 refactor(editor):** input contents [d76bc4cd] -* **🚩 refactor(input):** query to ref [922498ee] -* **🚩 refactor(editor):** namespace components in editor [1295c394] -* **🔧 fix(pdf):** prod [6cdcb582] -* **🎉 feat(shortcuts):** switcher initial implementation [10ceb8e5] -* **🎉 feat(editor):** keybinding in switcher text [27394522] -* **🎉 feat(editor):** switcher keyboard [63280acb] -* **🔧 test:** correct paragraph [cb6d20f3] -* **🚧 chore:** remove temporary set fonts [971596c9] -* **🔧 fix:** typo [17d69c6f] -* **🚧 chore:** jest new config [9b182226] -* **🗿 ci:** only 14.x [71fb7795] -* **🔧 fix:** typo [e6c0b0fe] -* **🚧 chore:** tests setup [50944751] -* **🔧 fix(types):** deprecated set [765e9490] -* **🎉 feat:** error page [d36fdb11] -* **🔧 fix(shortcuts):** render only in editor component [3b8a420c] -* **🔧 fix(pdf):** generate without project [e247523e] -* **🎨 style(graph):** padding [ed2353f4] -* **🔧 fix(aside):** correct position [8eb61e68] -* **🎨 style(aside):** padding in configurations [629870a5] -* **🚩 refactor(store):** computed definitions [81910f89] -* **🔧 fix(absolute):** initial value [3f272468] -* **🎨 style(aside):** close button [2ebf865b] -* **🔧 fix(aside):** computed set in switcher [a0320829] -* **🔧 fix:** line break [7a3ff961] -* **🎨 style(aside):** new lines [243b5c90] -* **🎉 feat(shortcuts):** many key-bindings [fdeaf904] -* **🚩 refactor:** load project hook [0f6c9689] -* **🚧 chore(lang):** i18n structure [36dc07cf] -* **🎉 feat(shortcuts):** load project [2200c575] -* **🎉 feat(aside):** adaptations for shortcuts example [9834e0d3] -* **🎉 feat:** shortcuts structure [6f6f1e94] -* **🚧 Revert "chore(deps):** vue upgrade" [9dd0106c] -* **🚧 chore(deps):** vue upgrade [0f34c03e] -* **🚩 refactor:** new svg [2ff5e43f] -* **🚧 chore:** google verification [64a9bd7e] -* **🎨 style:** aside color in white mode [8af365f8] -* **🎨 style(aside):** appear [0582d869] -* **🎨 style:** transition in aside [f74482e8] -* **🎉 feat(pdf):** load pdf provider [6b5bd87c] -* **🎨 refactor(style):** reactivity sizes! [106d8ae5] -* **🚩 refactor(editor):** prevent keys [0141242c] -* **🔧 fix(pdf):** poppins fonts set [d5195150] -* **🚧 chore:** provider load [dac1f584] -* **🚧 chore(i18n):** typo [939f11ec] -* **🚧 chore(page):** load last element in delete other [00767425] -* **🚧 chore(router):** transition set [d77692f8] -* **🎨 style(aside):** switcher rounded in external border [4def3a6a] -* **🚧 chore:** typo [5343fc34] -* **🚧 chore:** text in load and save project [35f0082b] -* **🎨 style:** show text block [f0df982d] -* **🎨 style(aside):** hover max width [061e5c9f] -* **🔧 fix(storage):** local error in empty get [07934e7d] -* **🚧 chore:** typos [553a6d3b] -* **🎉 feat:** simple save and load project [6777faca] -* **🚧 chore:** fonts base [539b365d] -* **🔧 fix(commands):** placeholder message [23de6af2] -* **🚧 chore:** .env in production [262fc6bc] -* **🚧 chore:** env base [090c7090] -* **🎉 feat(editor):** create page inside a editor [9c1c6105] -* **🎨 style(aside):** remove border [5f8960c8] -* **🎨 style(editor):** height in mobile [a9ea30c9] -* **🚧 chore(aside):** initial boolean [443038f6] -* **🔧 fix(aside):** position in reactivity [e3c96fca] -* **🚧 chore:** provider app [d674d8c5] -* **🎨 style(graph):** transitions [9c117955] -* **🎨 style(aside):** transitions [7b551535] -* **🎨 style(aside):** definitions in options [db7b9e3d] -* **🚧 chore(deps):** remove package [dbdecfee] -* **🎉 feat(absolute):** commands appear in input [f4aa5865] -* **🚧 chore(editor):** p tag to div tag [a49d0275] -* **🔧 fix(editor):** id append in paste [5da16768] -* **🎉 feat(pdf):** added bold and italic [4205094b] -* **🔧 fix:** typos [1c9ef5fe] -* **🚧 chore(start):** only log fn in production [c7e19364] -* **🎉 feat(pdf):** switch to raleway default font [44e074db] -* **🚧 chore:** input event [6774a351] -* **🎉 feat(pdf):** center and size at heading [5742513e] -* **🎉 feat(pdf):** break page in heading one [d0cd39c2] -* **🔧 fix(structure):** remove property in return [e3ed0e96] -* **🔧 fix(editor):** break lines in standard insert! [e63398c7] -* **🔧 fix(pdf):** font codes locally [d25ee62f] -* **🚧 chore:** pdfmake optimize [a28a40e7] -* **🚧 chore(deps):** remove vite-eslint [bc445901] -* **🎉 feat:** pdf generator [b4064cd3] -* **🔧 fix:** broken vuelidade in vite otimize [1ec218fa] -* **🚧 chore(deps):** some new packages [88912d0e] -* **🎨 style(create):** a new project [f18edda0] -* **🎨 style:** popover in paragraph [c77620fc] -* **🚩 refactor(ts):** new types [29d582ec] -* **🚩 refactor:** simple removes [2dd720f2] -* **🚩 refactor(context):** delete and switcher [5043c925] -* **🔧 fix(editor):** header defines [f39a6ee1] -* **🔧 fix(editor):** hover popover [0386f3fd] -* **🚧 chore(tailwind):** font sizes [02d44197] -* **🚧 chore(deps):** vue-toastification added [6fd4de98] -* **🎨 style:** scrollbar [c30f105f] -* **🎉 feat:** paste contents and dev mode [811c86b6] -* **🚧 chore(tailwind):** minify bundle with specific colors [60d401ce] -* **🔧 fix(build):** i18n runtime only [021d57c8] -* **🚧 chore(vite):** otimize deps [32c2429a] -* **🔧 fix(i18n):** cache path [9925efd9] -* **🚧 chore:** vite addons [f97df0bf] -* **🗿 ci:** new ci for gh-pages deploy [2ba527bf] -* **🚧 chore:** append app [bd36b8d3] -* **🔧 fix:** remove ci [c34bf657] -* **🚧 chore:** version [47315163] -* **🔧 fix(ci):** node 12 to node 14 [9f9c5596] -* **🔧 fix:** correct message and size text [909e051b] -* **🔧 fix(router):** base path [d174d7ee] -* **🚧 chore:** settings [e225a8c6] -* **🗿 ci:** github deploy [e42965d6] -* **🚧 chore:** scroll to new page [5be5b924] -* **🎨 style:** wb-icon insert [f3f788d0] -* **🎉 feat(editor):** delete page [9635f4ba] -* **🚧 chore:** graph defines [ce37de4b] -* **🎉 feat(editor):** switch pages [003f3a39] -* **🎉 feat(editor):** draggable container [3edc4deb] -* **🚧 chore(entity):** input entry [0b4c4bd4] -* **🎉 feat(graph):** project name in title [29d5fd63] -* **🚧 chore(graph):** new component [2de9b877] -* **🚧 chore(store):** page to entity in context [631c888c] -* **🎉 feat(editor):** scroll items [f52c76a9] -* **🎉 feat(graph):** entity in id [6d503b7c] -* **🔧 fix(graph):** update contents [77fc650b] -* **🎉 feat(graph):** separate context and project [1a4c0a4f] -* **🚧 chore(editor):** one heading in page [7b7bdd49] -* **🎨 style(graph):** lines [a0f1c85c] -* **🚧 chore:** readme [4222ce13] -* **🎨 style(editor):** popover define [2e5524e3] -* **🎨 style(editor):** hover popover aux [a6904c19] -* **🎉 feat(editor):** transition entitys page [6f5c9c37] -* **🔧 fix:** typos [83457993] -* **🔧 fix(project):** clean project for another project [74007154] -* **🎉 feat(editor):** blocked editor [aa7d1e43] -* **🎉 feat(editor):** new project starting [9a38f9c3] -* **🎨 style(editor):** new project [12d1515c] -* **🔧 fix(show):** breaking in double click [1821a84f] -* **🔧 fix(editor):** aside breaking [62e20abd] -* **🎨 style(editor):** background svg [26f8d949] -* **🎨 style(editor):** exact height input size in edit [899d0864] -* **🔧 fix(editor):** popover text edit position [2c8dbaeb] -* **🔧 fix:** padding editor [b615687e] -* **🎉 feat(editor):** aside commands example [e3b5f967] -* **🚧 chore:** title [f828ef12] -* **🚧 chore:** package name [7cd19129] -* **🎉 feat(editor):** date formats in entity [b8948e29] -* **🚧 chore:** insert html lang [2c7d3beb] -* **🎉 feat(editor):** i18n switcher [0470d5dd] -* **🚧 chore(editor):** commands insert in placeholder [6a557fb5] -* **🔧 fix(raw):** break in other type [c5ba54a3] -* **🎉 feat:** italic and bold [34af87c9] -* **🎉 feat:** aside bar reactivity [4e33cead] -* **🔧 fix:** event click and tab indent [d5ce6306] -* **🎉 feat(editor):** update content [53e4eed9] -* **🎨 style:** correct justify [f0193de8] -* **🔧 fix:** justify text in show [16bce85a] -* **🚧 chore:** tasks [c2db3a7a] -* **🚧 chore:** vuex types [ab130b50] -* **🎨 style:** inset shadow in entity [cdfb914f] -* **🎉 feat:** delete entitys [c373c1bd] -* **🎉 feat:** show items [8ca73b2a] -* **🎉 feat:** dark theme switcher [6ba93f14] -* **🎉 feat:** scroll correct overflow [8091a24d] -* **🎉 feat:** editor definitions [503d7203] -* **🚧 chore:** format [99e60802] -* **🎉 feat:** initial editor inserts [1a2ee274] -* **🎉 feat:** editor tests [514b151f] -* **🚧 chore:** base config [d00c4390] -* **🎉 feat:** license [4d433cc4] -* **🎉 feat:** yep [c6ef66c0] +* **🎉 feat(editor):** delete command - [[2052624e](https://github.com/Novout/betterwrite/commit/2052624e)] +* **🎉 feat(editor):** adjusts in fixes - [[c7ac5eea](https://github.com/Novout/betterwrite/commit/c7ac5eea)] +* **🚧 chore(editor):** remove adjusts - [[9474b2d8](https://github.com/Novout/betterwrite/commit/9474b2d8)] +* **🚩 refactor(editor):** entity props.entity index - [[08d8919b](https://github.com/Novout/betterwrite/commit/08d8919b)] +* **🔧 fix(editor):** popover in fixed items - [[bbdfa975](https://github.com/Novout/betterwrite/commit/bbdfa975)] +* **🔧 test:** image insert - [[c982c3eb](https://github.com/Novout/betterwrite/commit/c982c3eb)] +* **🔧 fix(raw):** bold and italic same tag size - [[71b8b763](https://github.com/Novout/betterwrite/commit/71b8b763)] +* **🚩 refactor(entity):** show types - [[ad0097f2](https://github.com/Novout/betterwrite/commit/ad0097f2)] +* **🚩 refactor(editor):** raw load - [[15d0f746](https://github.com/Novout/betterwrite/commit/15d0f746)] +* **🔧 fix(editor):** raw same font size with convert - [[b53db5cc](https://github.com/Novout/betterwrite/commit/b53db5cc)] +* **🔧 fix(editor):** correct whitespaces appear - [[da217d3a](https://github.com/Novout/betterwrite/commit/da217d3a)] +* **🔧 fix(editor):** same break word in edit and show - [[02f28ef2](https://github.com/Novout/betterwrite/commit/02f28ef2)] +* **🔧 fix(editor):** not force scroll in click entity - [[8ca9392a](https://github.com/Novout/betterwrite/commit/8ca9392a)] +* **🔧 fix(editor):** set raw in pass entity and break in fixed itens - [[4f713fcc](https://github.com/Novout/betterwrite/commit/4f713fcc)] +* **🎉 feat(editor):** styles new set - [[cca04521](https://github.com/Novout/betterwrite/commit/cca04521)] +* **🚧 chore(editor):** break all entity - [[02b4cf25](https://github.com/Novout/betterwrite/commit/02b4cf25)] +* **🔧 fix(editor):** entity popover desnecessary open - [[2ca09745](https://github.com/Novout/betterwrite/commit/2ca09745)] +* **🎉 feat(editor):** click automatic focus - [[e5d858a6](https://github.com/Novout/betterwrite/commit/e5d858a6)] +* **🔧 fix(context):** update entity in all cases - [[85789a56](https://github.com/Novout/betterwrite/commit/85789a56)] +* **🔧 fix(context):** not find object append - [[6ae2c53e](https://github.com/Novout/betterwrite/commit/6ae2c53e)] +* **🚩 refactor(editor):** hover and edit emit a entity popover - [[163e3a53](https://github.com/Novout/betterwrite/commit/163e3a53)] +* **🎉 feat(editor):** insert command in all entitys - [[3d8c5bc6](https://github.com/Novout/betterwrite/commit/3d8c5bc6)] +* **🚩 refactor(editor):** file reader hook - [[ec14b3ee](https://github.com/Novout/betterwrite/commit/ec14b3ee)] +* **🎨 style(editor):** create project shadow - [[f5ff9034](https://github.com/Novout/betterwrite/commit/f5ff9034)] +* **🔧 fix(editor):** revert external click - [[1f2556ae](https://github.com/Novout/betterwrite/commit/1f2556ae)] +* **🔧 fix(editor):** external click in initial left position - [[8a9bae25](https://github.com/Novout/betterwrite/commit/8a9bae25)] +* **🔧 test:** remove import.meta calls in jest environment - [[765f1cbd](https://github.com/Novout/betterwrite/commit/765f1cbd)] +* **🎉 feat(pdf):** set empty lines without a line break tag - [[b5e0bb0a](https://github.com/Novout/betterwrite/commit/b5e0bb0a)] +* **🔧 fix(editor):** entity emit before data in new line - [[de72481e](https://github.com/Novout/betterwrite/commit/de72481e)] +* **🎨 style(editor):** remove background in empty line - [[441e2ec1](https://github.com/Novout/betterwrite/commit/441e2ec1)] +* **🚧 chore(editor):** bp and lb env - [[3f645896](https://github.com/Novout/betterwrite/commit/3f645896)] +* **🎉 feat(editor):** focus on last input in external editor click - [[cc277f1c](https://github.com/Novout/betterwrite/commit/cc277f1c)] +* **🔧 fix(editor):** empty lines ignore - [[07728f06](https://github.com/Novout/betterwrite/commit/07728f06)] +* **🔧 fix(editor):** break in last line - [[adab017e](https://github.com/Novout/betterwrite/commit/adab017e)] +* **🎨 style(pdf):** heading margin left - [[8c4ee63e](https://github.com/Novout/betterwrite/commit/8c4ee63e)] +* **🎉 feat(material):** delete source - [[5763528c](https://github.com/Novout/betterwrite/commit/5763528c)] +* **🔧 fix(editor):** delete entitys in empty backspace - [[c7665dc6](https://github.com/Novout/betterwrite/commit/c7665dc6)] +* **🔧 fix(editor):** enter get full raw - [[884162ef](https://github.com/Novout/betterwrite/commit/884162ef)] +* **🎉 feat(editor):** destroy entity in empty data - [[02e420c8](https://github.com/Novout/betterwrite/commit/02e420c8)] +* **🎉 feat(editor):** header breaking and last time set - [[8153ee21](https://github.com/Novout/betterwrite/commit/8153ee21)] +* **🎨 style(editor):** last update in all entity - [[12e0afc3](https://github.com/Novout/betterwrite/commit/12e0afc3)] +* **🔧 fix(save):** dropbox files - [[3d3b368f](https://github.com/Novout/betterwrite/commit/3d3b368f)] +* **🎉 feat(editor):** last edit time in popover - [[8b130a30](https://github.com/Novout/betterwrite/commit/8b130a30)] +* **🚧 chore(date):** new format date inserts - [[2d77714c](https://github.com/Novout/betterwrite/commit/2d77714c)] +* **🔧 fix(pdf):** div exists before preview - [[69e9cc82](https://github.com/Novout/betterwrite/commit/69e9cc82)] +* **🚩 refactor(editor):** keyboard rework - [[63f708f7](https://github.com/Novout/betterwrite/commit/63f708f7)] +* **🚩 refactor(editor):** pdf rework - [[f32ae27a](https://github.com/Novout/betterwrite/commit/f32ae27a)] +* **🔧 fix(editor):** app init and destroy - [[593ffdfe](https://github.com/Novout/betterwrite/commit/593ffdfe)] +* **🔧 fix(editor):** inject in destroy component - [[74b5a3ce](https://github.com/Novout/betterwrite/commit/74b5a3ce)] +* **🚩 refactor(editor):** project rework - [[27f16125](https://github.com/Novout/betterwrite/commit/27f16125)] +* **🚩 refactor(aside):** graph rework - [[ce344201](https://github.com/Novout/betterwrite/commit/ce344201)] +* **🚩 refactor(integrations):** dropbox rework - [[606a22e9](https://github.com/Novout/betterwrite/commit/606a22e9)] +* **🚩 refactor(entity):** swapper and finder rework - [[b7f8b72f](https://github.com/Novout/betterwrite/commit/b7f8b72f)] +* **🎉 feat(editor):** finder go to center scroll - [[a116a67d](https://github.com/Novout/betterwrite/commit/a116a67d)] +* **🔧 fix(editor):** finder support whitespaces - [[2a03440e](https://github.com/Novout/betterwrite/commit/2a03440e)] +* **🎉 feat(pdf):** option to not save configurations - [[3cba9e2d](https://github.com/Novout/betterwrite/commit/3cba9e2d)] +* **🎉 feat(editor):** navigate with arrows - [[85c619b2](https://github.com/Novout/betterwrite/commit/85c619b2)] +* **🎉 feat(editor):** switch entity with ctrl arrows - [[f85d1ccd](https://github.com/Novout/betterwrite/commit/f85d1ccd)] +* **🎉 feat(editor):** broken lines in enter - [[c1b1ba40](https://github.com/Novout/betterwrite/commit/c1b1ba40)] +* **🎨 style(editor):** extra column - [[11ec95d9](https://github.com/Novout/betterwrite/commit/11ec95d9)] +* **🔧 fix(editor):** entity in out mouse - [[9189650e](https://github.com/Novout/betterwrite/commit/9189650e)] +* **🎉 feat(editor):** header fullscreen - [[1ac3c01a](https://github.com/Novout/betterwrite/commit/1ac3c01a)] +* **🚧 chore(deps):** update dependency vue-tsc to v0.28.3 - [[ea144339](https://github.com/Novout/betterwrite/commit/ea144339)] +* **🚧 chore(deps):** update dependency vite to v2.6.7 - [[abb80af1](https://github.com/Novout/betterwrite/commit/abb80af1)] +* **🔧 fix(entity):** incorrect entity.type - [[05134a1d](https://github.com/Novout/betterwrite/commit/05134a1d)] +* **🚧 chore:** readme - [[3204365e](https://github.com/Novout/betterwrite/commit/3204365e)] +* **🎨 style(pdf):** preview padding - [[e69315f9](https://github.com/Novout/betterwrite/commit/e69315f9)] +* **🚧 chore:** remove callback type in hooks - [[a1f67a95](https://github.com/Novout/betterwrite/commit/a1f67a95)] +* **🔧 fix(editor):** expandable text area - [[7620d481](https://github.com/Novout/betterwrite/commit/7620d481)] +* **🔧 fix(preview):** icon full size - [[d6dbc9cd](https://github.com/Novout/betterwrite/commit/d6dbc9cd)] +* **🔧 fix(editor):** remove draggable in editor - [[423955a9](https://github.com/Novout/betterwrite/commit/423955a9)] +* **🎉 feat(editor):** scroll to entity borders - [[35855c3f](https://github.com/Novout/betterwrite/commit/35855c3f)] +* **🔧 fix(editor):** show enter in scroll middle area - [[b00da826](https://github.com/Novout/betterwrite/commit/b00da826)] +* **🔧 fix(editor):** push scroll in focus input - [[4a0de7d5](https://github.com/Novout/betterwrite/commit/4a0de7d5)] +* **🚩 refactor(types):** emitter - [[57b7c410](https://github.com/Novout/betterwrite/commit/57b7c410)] +* **🎉 feat(editor):** enter in next entity - [[6515b610](https://github.com/Novout/betterwrite/commit/6515b610)] +* **🎨 style(entity):** left position hover - [[e381569e](https://github.com/Novout/betterwrite/commit/e381569e)] +* **🚩 refactor(entity):** hover without click - [[480a77f9](https://github.com/Novout/betterwrite/commit/480a77f9)] +* **🎉 feat(editor):** create entity in next edit content - [[39c9a6a1](https://github.com/Novout/betterwrite/commit/39c9a6a1)] +* **🔧 fix(editor):** break overflow scrollbar - [[180e2cdd](https://github.com/Novout/betterwrite/commit/180e2cdd)] +* **🎨 style(editor):** general contents - [[214c6d3c](https://github.com/Novout/betterwrite/commit/214c6d3c)] +* **🎉 feat(entity):** adjusts icons with text - [[18859d1c](https://github.com/Novout/betterwrite/commit/18859d1c)] +* **🚩 refactor(entity):** adjusts options in new container - [[cf0236b4](https://github.com/Novout/betterwrite/commit/cf0236b4)] +* **🚩 refactor(context):** provider in editor - [[97372dd1](https://github.com/Novout/betterwrite/commit/97372dd1)] +* **🚩 refactor(context):** global load - [[e820e080](https://github.com/Novout/betterwrite/commit/e820e080)] +* **🔧 fix(entity):** paste in actually set - [[ab841384](https://github.com/Novout/betterwrite/commit/ab841384)] +* **🚧 chore(deps):** update vue monorepo to v3.2.20 - [[3f6abd94](https://github.com/Novout/betterwrite/commit/3f6abd94)] +* **🚩 refactor(editor):** entity stop events - [[9df4d2bc](https://github.com/Novout/betterwrite/commit/9df4d2bc)] +* **🎉 feat(pdf):** switch entity type - [[4ed70682](https://github.com/Novout/betterwrite/commit/4ed70682)] +* **🚧 chore(entity):** correct prevent events function - [[b370e2e4](https://github.com/Novout/betterwrite/commit/b370e2e4)] +* **🎉 feat(entity):** add types in new entity - [[f8662511](https://github.com/Novout/betterwrite/commit/f8662511)] +* **🎨 style(editor):** expand editor sizes - [[2561a60e](https://github.com/Novout/betterwrite/commit/2561a60e)] +* **🔧 fix(pdf):** generate without roboto font - [[883dabe9](https://github.com/Novout/betterwrite/commit/883dabe9)] +* **🎨 style:** new logo - [[639bb262](https://github.com/Novout/betterwrite/commit/639bb262)] +* **🎉 feat(graph):** image set - [[353def75](https://github.com/Novout/betterwrite/commit/353def75)] +* **🔧 fix(editor):** entity return in close - [[4367bc04](https://github.com/Novout/betterwrite/commit/4367bc04)] +* **🎉 feat(editor):** save entity in other focus - [[30d793c6](https://github.com/Novout/betterwrite/commit/30d793c6)] +* **🚧 chore(vue):** event bus - [[36044f44](https://github.com/Novout/betterwrite/commit/36044f44)] +* **🎨 style:** absolute commands position - [[751a6b0b](https://github.com/Novout/betterwrite/commit/751a6b0b)] +* **🎉 feat(absolute):** image commands - [[5c38c6dd](https://github.com/Novout/betterwrite/commit/5c38c6dd)] +* **🎉 feat(pdf):** image entity insert - [[d9816048](https://github.com/Novout/betterwrite/commit/d9816048)] +* **🎉 feat(editor):** image command - [[c4127033](https://github.com/Novout/betterwrite/commit/c4127033)] +* **🚧 chore(deps):** vue-i18n-extract - [[27d896fb](https://github.com/Novout/betterwrite/commit/27d896fb)] +* **🚧 chore(markdown):** list - [[5982df03](https://github.com/Novout/betterwrite/commit/5982df03)] +* **🎉 feat(editor):** alerts - [[b981ad60](https://github.com/Novout/betterwrite/commit/b981ad60)] +* **🚧 chore:** features defines - [[0fffccac](https://github.com/Novout/betterwrite/commit/0fffccac)] +* **🔧 test:** link and extra utilities - [[2afe97b7](https://github.com/Novout/betterwrite/commit/2afe97b7)] +* **🎉 feat(pdf):** links append - [[93d88254](https://github.com/Novout/betterwrite/commit/93d88254)] +* **🎉 feat(editor):** visualize links - [[9db93fb6](https://github.com/Novout/betterwrite/commit/9db93fb6)] +* **🎨 style(aside):** pdf icon - [[8f5867d0](https://github.com/Novout/betterwrite/commit/8f5867d0)] +* **🎨 style(editor):** colors - [[9ebadeac](https://github.com/Novout/betterwrite/commit/9ebadeac)] +* **🔧 fix(pdf):** preview error in background layer - [[3d4590ce](https://github.com/Novout/betterwrite/commit/3d4590ce)] +* **🔧 fix(pdf):** background in items - [[8b6fa24d](https://github.com/Novout/betterwrite/commit/8b6fa24d)] +* **🎉 feat(pdf):** main background - [[d43131e0](https://github.com/Novout/betterwrite/commit/d43131e0)] +* **🎉 feat(components):** input file preview - [[a4590d9e](https://github.com/Novout/betterwrite/commit/a4590d9e)] +* **🔧 fix(pdf):** margin in headings - [[f693fa4f](https://github.com/Novout/betterwrite/commit/f693fa4f)] +* **🔧 fix(pdf):** correct margin in contents - [[b5b2c07a](https://github.com/Novout/betterwrite/commit/b5b2c07a)] +* **🎨 style(editor):** header div - [[e9fa7844](https://github.com/Novout/betterwrite/commit/e9fa7844)] +* **🔧 fix(deps):** update dependency @vuelidate/validators to v2.0.0-alpha.23 - [[9b7eaaac](https://github.com/Novout/betterwrite/commit/9b7eaaac)] +* **🚧 chore(deps):** update dependency vite to v2.6.3 - [[48890fe4](https://github.com/Novout/betterwrite/commit/48890fe4)] +* **🎉 feat(editor):** switch pages - [[3c6d26e9](https://github.com/Novout/betterwrite/commit/3c6d26e9)] +* **🚧 chore(deps):** update dependency @vitejs/plugin-vue to v1.9.3 - [[23a4e7ac](https://github.com/Novout/betterwrite/commit/23a4e7ac)] +* **🔧 fix(deps):** update dependency date-fns to v2.25.0 - [[56a065c3](https://github.com/Novout/betterwrite/commit/56a065c3)] +* **🚧 chore:** update vue - [[73ed41c6](https://github.com/Novout/betterwrite/commit/73ed41c6)] +* **🔧 fix(editor):** prevent focus in input - [[b4fcee21](https://github.com/Novout/betterwrite/commit/b4fcee21)] +* **🔧 fix(editor):** force scroll in effects - [[90de86c4](https://github.com/Novout/betterwrite/commit/90de86c4)] +* **🚩 refactor(editor):** command list to absolute in input - [[ca98e1c8](https://github.com/Novout/betterwrite/commit/ca98e1c8)] +* **🚧 chore(deps):** update jamesives/github-pages-deploy-action action to v4 - [[727bfc8e](https://github.com/Novout/betterwrite/commit/727bfc8e)] +* **🚧 chore(deps):** update actions/setup-node action to v2 - [[ecc9e493](https://github.com/Novout/betterwrite/commit/ecc9e493)] +* **🔧 fix(pdf):** pdfmake force any for fonts append - [[d532fa21](https://github.com/Novout/betterwrite/commit/d532fa21)] +* **🚧 chore(deps):** update dependency vue-tsc to v0.3.0 - [[afa4c1de](https://github.com/Novout/betterwrite/commit/afa4c1de)] +* **🚧 chore(deps):** update dependency unplugin-vue-components to v0.15.6 - [[da2536a6](https://github.com/Novout/betterwrite/commit/da2536a6)] +* **🎨 style(editor):** addon correct position - [[9213291c](https://github.com/Novout/betterwrite/commit/9213291c)] +* **🚧 chore(deps):** update dependency vite to v2.6.2 - [[33322d10](https://github.com/Novout/betterwrite/commit/33322d10)] +* **🚧 chore(deps):** update dependency @vitejs/plugin-vue to v1.9.2 - [[6699ab93](https://github.com/Novout/betterwrite/commit/6699ab93)] +* **🔧 fix(deps):** pin dependencies - [[38b1978a](https://github.com/Novout/betterwrite/commit/38b1978a)] +* **🚧 chore(deps):** update dependency @types/pdfmake to v0.1.19 - [[9821cd44](https://github.com/Novout/betterwrite/commit/9821cd44)] +* **🎨 style:** active in wb-icon - [[ea359daa](https://github.com/Novout/betterwrite/commit/ea359daa)] +* **🎨 style:** waiting for future support elements - [[5cbcab15](https://github.com/Novout/betterwrite/commit/5cbcab15)] +* **🚩 refactor(editor):** text effects - [[ddf55a32](https://github.com/Novout/betterwrite/commit/ddf55a32)] +* **🎉 feat(editor):** break line and page command - [[b8ff9b71](https://github.com/Novout/betterwrite/commit/b8ff9b71)] +* **🚧 chore:** readme.md - [[6ec4fabd](https://github.com/Novout/betterwrite/commit/6ec4fabd)] +* **🎉 feat(editor):** header icons - [[fdbf67f2](https://github.com/Novout/betterwrite/commit/fdbf67f2)] +* **🎉 feat(finder):** go to marker - [[cf7a5053](https://github.com/Novout/betterwrite/commit/cf7a5053)] +* **🎉 feat(editor):** finder scroll - [[1bd35d23](https://github.com/Novout/betterwrite/commit/1bd35d23)] +* **🎉 feat(shortcuts):** finder implementation - [[2bbd22bf](https://github.com/Novout/betterwrite/commit/2bbd22bf)] +* **🎉 feat(shortcuts):** finder initial structure - [[0d0bf0b6](https://github.com/Novout/betterwrite/commit/0d0bf0b6)] +* **🎉 feat(switcher):** i18n - [[46a14ce5](https://github.com/Novout/betterwrite/commit/46a14ce5)] +* **🎨 style:** close button - [[79591c5d](https://github.com/Novout/betterwrite/commit/79591c5d)] +* **🚩 refactor(absolute):** switcher styles - [[6990bf27](https://github.com/Novout/betterwrite/commit/6990bf27)] +* **🎉 feat:** logo in aside bar - [[7c63145c](https://github.com/Novout/betterwrite/commit/7c63145c)] +* **🔧 fix(env):** localhost with http - [[cb90c607](https://github.com/Novout/betterwrite/commit/cb90c607)] +* **🚧 chore:** favicon defaults - [[726f073d](https://github.com/Novout/betterwrite/commit/726f073d)] +* **🔧 fix(dropbox):** correct redirect - [[433127e8](https://github.com/Novout/betterwrite/commit/433127e8)] +* **🔧 fix(dropbox):** save override a file - [[87cfb97c](https://github.com/Novout/betterwrite/commit/87cfb97c)] +* **🎨 style(aside):** beta tag - [[d480bdf0](https://github.com/Novout/betterwrite/commit/d480bdf0)] +* **🎉 feat(save):** dropbox connect - [[3ed74318](https://github.com/Novout/betterwrite/commit/3ed74318)] +* **🎉 feat(save):** dropbox integration - [[5e75b942](https://github.com/Novout/betterwrite/commit/5e75b942)] +* **🎉 feat(save):** load and save project in dropbox - [[8c524099](https://github.com/Novout/betterwrite/commit/8c524099)] +* **🔧 fix(local):** load context - [[b08460cb](https://github.com/Novout/betterwrite/commit/b08460cb)] +* **🎉 feat(aside):** beta token - [[78034888](https://github.com/Novout/betterwrite/commit/78034888)] +* **🔧 fix(save):** unnecessary content - [[62f1a61c](https://github.com/Novout/betterwrite/commit/62f1a61c)] +* **🎉 feat(integrations):** dropbox early support - [[efcb8d52](https://github.com/Novout/betterwrite/commit/efcb8d52)] +* **🚧 chore:** ts ignore - [[38e60225](https://github.com/Novout/betterwrite/commit/38e60225)] +* **🚧 chore(deps):** added @types/jsdom - [[dddb20f7](https://github.com/Novout/betterwrite/commit/dddb20f7)] +* **🔧 fix(editor):** stop all events in edit entity - [[b503740d](https://github.com/Novout/betterwrite/commit/b503740d)] +* **🎉 feat(editor):** focus input in edit container - [[477b32e4](https://github.com/Novout/betterwrite/commit/477b32e4)] +* **🔧 fix(editor):** entity edit remove bottom margin - [[c76e4529](https://github.com/Novout/betterwrite/commit/c76e4529)] +* **🔧 fix(editor):** load id in entitys - [[e8c9643b](https://github.com/Novout/betterwrite/commit/e8c9643b)] +* **🎉 feat(editor):** update page - [[281de24c](https://github.com/Novout/betterwrite/commit/281de24c)] +* **🎉 feat(entity):** add line in index - [[6f4b8f40](https://github.com/Novout/betterwrite/commit/6f4b8f40)] +* **🔧 fix(editor):** remove over div - [[818b51db](https://github.com/Novout/betterwrite/commit/818b51db)] +* **🚩 refactor(editor):** remove options in popover - [[dddafec9](https://github.com/Novout/betterwrite/commit/dddafec9)] +* **🔧 test(raw):** pdf converter - [[a75934f2](https://github.com/Novout/betterwrite/commit/a75934f2)] +* **🔧 test:** raw converter - [[81bedca4](https://github.com/Novout/betterwrite/commit/81bedca4)] +* **🔧 fix(input):** paster remove whitespaces - [[58587a74](https://github.com/Novout/betterwrite/commit/58587a74)] +* **🎉 feat(pdf):** default cover - [[21937540](https://github.com/Novout/betterwrite/commit/21937540)] +* **🔧 fix(pdf):** font buffer - [[aa5aae81](https://github.com/Novout/betterwrite/commit/aa5aae81)] +* **🔧 fix(fonts):** https in wrapper - [[4fec2a6c](https://github.com/Novout/betterwrite/commit/4fec2a6c)] +* **🔧 fix(fonts):** request http to https - [[84716128](https://github.com/Novout/betterwrite/commit/84716128)] +* **🎉 feat(pdf):** footer - [[b18f0d1e](https://github.com/Novout/betterwrite/commit/b18f0d1e)] +* **🎉 feat(pdf):** cover base image - [[295a2eb7](https://github.com/Novout/betterwrite/commit/295a2eb7)] +* **🎉 feat(file):** base64 converter - [[740d24b0](https://github.com/Novout/betterwrite/commit/740d24b0)] +* **🔧 fix(pdf):** await create context - [[d74bbd4a](https://github.com/Novout/betterwrite/commit/d74bbd4a)] +* **🎉 feat(pdf):** preview - [[b30f9a88](https://github.com/Novout/betterwrite/commit/b30f9a88)] +* **🚧 chore:** remove local fonts - [[85724d84](https://github.com/Novout/betterwrite/commit/85724d84)] +* **🔧 fix(style):** input select break in width - [[6a0304bf](https://github.com/Novout/betterwrite/commit/6a0304bf)] +* **🎉 feat(pdf):** global styles inject - [[d342bfe1](https://github.com/Novout/betterwrite/commit/d342bfe1)] +* **🔧 fix(fonts):** overload - [[3418f8f6](https://github.com/Novout/betterwrite/commit/3418f8f6)] +* **🔧 fix(fonts):** list in pdf configuration - [[5acdc806](https://github.com/Novout/betterwrite/commit/5acdc806)] +* **🚧 chore:** initial google fonts - [[57bafa69](https://github.com/Novout/betterwrite/commit/57bafa69)] +* **🚧 chore(components):** new organization - [[83deeca8](https://github.com/Novout/betterwrite/commit/83deeca8)] +* **🎉 feat(pdf):** indent in paragraph - [[3cf145d4](https://github.com/Novout/betterwrite/commit/3cf145d4)] +* **🔧 fix(input):** text number center text - [[52e05b1a](https://github.com/Novout/betterwrite/commit/52e05b1a)] +* **🔧 fix(select):** remove svg - [[1bd5f1c8](https://github.com/Novout/betterwrite/commit/1bd5f1c8)] +* **🔧 fix(input):** force number - [[3aa15b45](https://github.com/Novout/betterwrite/commit/3aa15b45)] +* **🔧 fix(select):** fixed open contents - [[ca4b4e4f](https://github.com/Novout/betterwrite/commit/ca4b4e4f)] +* **🎉 feat(pdf):** page configuration - [[c085ec0f](https://github.com/Novout/betterwrite/commit/c085ec0f)] +* **🎨 style(pdf):** configuration in fullscreen - [[5b5c946f](https://github.com/Novout/betterwrite/commit/5b5c946f)] +* **🎉 feat(editor):** save logger and pdf - [[0ad0e1db](https://github.com/Novout/betterwrite/commit/0ad0e1db)] +* **🎨 style(pdf):** color picker - [[6e65c881](https://github.com/Novout/betterwrite/commit/6e65c881)] +* **🎉 feat(components):** text boolean switcher - [[d2a655d2](https://github.com/Novout/betterwrite/commit/d2a655d2)] +* **🚧 chore:** components to editor - [[723413d2](https://github.com/Novout/betterwrite/commit/723413d2)] +* **🚧 chore(components):** text to entity - [[d5e98a8f](https://github.com/Novout/betterwrite/commit/d5e98a8f)] +* **🚧 chore(text):** text to entity - [[3e28a3e7](https://github.com/Novout/betterwrite/commit/3e28a3e7)] +* **🎉 feat(aside):** new buttons - [[4bed3b16](https://github.com/Novout/betterwrite/commit/4bed3b16)] +* **🎉 feat(pdf):** implement generate - [[b92cb14c](https://github.com/Novout/betterwrite/commit/b92cb14c)] +* **🎉 feat(pdf):** store computeds - [[90a9ad5a](https://github.com/Novout/betterwrite/commit/90a9ad5a)] +* **🎉 feat(pdf):** reactive refs in export pdf - [[062185fc](https://github.com/Novout/betterwrite/commit/062185fc)] +* **🎉 feat(pdf):** configuration paragraph - [[1e4a36c0](https://github.com/Novout/betterwrite/commit/1e4a36c0)] +* **🎉 feat:** new components for pdf configuration - [[12289396](https://github.com/Novout/betterwrite/commit/12289396)] +* **🚩 refactor:** material components - [[34368839](https://github.com/Novout/betterwrite/commit/34368839)] +* **🎉 feat(aside):** pdf configuration button - [[4672e3b6](https://github.com/Novout/betterwrite/commit/4672e3b6)] +* **🎉 feat(pdf):** configuration base - [[d6c0c322](https://github.com/Novout/betterwrite/commit/d6c0c322)] +* **🎉 feat(pdf):** configuration set - [[2d1902c7](https://github.com/Novout/betterwrite/commit/2d1902c7)] +* **🎉 feat(material):** input component - [[11161f2e](https://github.com/Novout/betterwrite/commit/11161f2e)] +* **🎨 style(logger):** background color - [[b06eb12a](https://github.com/Novout/betterwrite/commit/b06eb12a)] +* **🔧 fix(shortcuts):** destroy correct in other instance - [[ff6c50b5](https://github.com/Novout/betterwrite/commit/ff6c50b5)] +* **🎉 feat:** logger - [[790cbd69](https://github.com/Novout/betterwrite/commit/790cbd69)] +* **🚧 chore(logger):** types definitions - [[d752ef47](https://github.com/Novout/betterwrite/commit/d752ef47)] +* **🎉 feat:** logger added - [[dafd1d56](https://github.com/Novout/betterwrite/commit/dafd1d56)] +* **🚩 refactor(raw):** bold and italic sequence - [[b5dc469a](https://github.com/Novout/betterwrite/commit/b5dc469a)] +* **🎉 feat(context):** auto save - [[a16abaff](https://github.com/Novout/betterwrite/commit/a16abaff)] +* **🚩 refactor(editor):** input contents - [[d76bc4cd](https://github.com/Novout/betterwrite/commit/d76bc4cd)] +* **🚩 refactor(input):** query to ref - [[922498ee](https://github.com/Novout/betterwrite/commit/922498ee)] +* **🚩 refactor(editor):** namespace components in editor - [[1295c394](https://github.com/Novout/betterwrite/commit/1295c394)] +* **🔧 fix(pdf):** prod - [[6cdcb582](https://github.com/Novout/betterwrite/commit/6cdcb582)] +* **🎉 feat(shortcuts):** switcher initial implementation - [[10ceb8e5](https://github.com/Novout/betterwrite/commit/10ceb8e5)] +* **🎉 feat(editor):** keybinding in switcher text - [[27394522](https://github.com/Novout/betterwrite/commit/27394522)] +* **🎉 feat(editor):** switcher keyboard - [[63280acb](https://github.com/Novout/betterwrite/commit/63280acb)] +* **🔧 test:** correct paragraph - [[cb6d20f3](https://github.com/Novout/betterwrite/commit/cb6d20f3)] +* **🚧 chore:** remove temporary set fonts - [[971596c9](https://github.com/Novout/betterwrite/commit/971596c9)] +* **🚧 chore:** jest new config - [[9b182226](https://github.com/Novout/betterwrite/commit/9b182226)] +* **🗿 ci:** only 14.x - [[71fb7795](https://github.com/Novout/betterwrite/commit/71fb7795)] +* **🚧 chore:** tests setup - [[50944751](https://github.com/Novout/betterwrite/commit/50944751)] +* **🔧 fix(types):** deprecated set - [[765e9490](https://github.com/Novout/betterwrite/commit/765e9490)] +* **🎉 feat:** error page - [[d36fdb11](https://github.com/Novout/betterwrite/commit/d36fdb11)] +* **🔧 fix(shortcuts):** render only in editor component - [[3b8a420c](https://github.com/Novout/betterwrite/commit/3b8a420c)] +* **🔧 fix(pdf):** generate without project - [[e247523e](https://github.com/Novout/betterwrite/commit/e247523e)] +* **🎨 style(graph):** padding - [[ed2353f4](https://github.com/Novout/betterwrite/commit/ed2353f4)] +* **🔧 fix(aside):** correct position - [[8eb61e68](https://github.com/Novout/betterwrite/commit/8eb61e68)] +* **🎨 style(aside):** padding in configurations - [[629870a5](https://github.com/Novout/betterwrite/commit/629870a5)] +* **🚩 refactor(store):** computed definitions - [[81910f89](https://github.com/Novout/betterwrite/commit/81910f89)] +* **🔧 fix(absolute):** initial value - [[3f272468](https://github.com/Novout/betterwrite/commit/3f272468)] +* **🎨 style(aside):** close button - [[2ebf865b](https://github.com/Novout/betterwrite/commit/2ebf865b)] +* **🔧 fix(aside):** computed set in switcher - [[a0320829](https://github.com/Novout/betterwrite/commit/a0320829)] +* **🔧 fix:** line break - [[7a3ff961](https://github.com/Novout/betterwrite/commit/7a3ff961)] +* **🎨 style(aside):** new lines - [[243b5c90](https://github.com/Novout/betterwrite/commit/243b5c90)] +* **🎉 feat(shortcuts):** many key-bindings - [[fdeaf904](https://github.com/Novout/betterwrite/commit/fdeaf904)] +* **🚩 refactor:** load project hook - [[0f6c9689](https://github.com/Novout/betterwrite/commit/0f6c9689)] +* **🚧 chore(lang):** i18n structure - [[36dc07cf](https://github.com/Novout/betterwrite/commit/36dc07cf)] +* **🎉 feat(shortcuts):** load project - [[2200c575](https://github.com/Novout/betterwrite/commit/2200c575)] +* **🎉 feat(aside):** adaptations for shortcuts example - [[9834e0d3](https://github.com/Novout/betterwrite/commit/9834e0d3)] +* **🎉 feat:** shortcuts structure - [[6f6f1e94](https://github.com/Novout/betterwrite/commit/6f6f1e94)] +* **🚧 chore(deps):** vue upgrade - [[0f34c03e](https://github.com/Novout/betterwrite/commit/0f34c03e)] +* **🚩 refactor:** new svg - [[2ff5e43f](https://github.com/Novout/betterwrite/commit/2ff5e43f)] +* **🚧 chore:** google verification - [[64a9bd7e](https://github.com/Novout/betterwrite/commit/64a9bd7e)] +* **🎨 style:** aside color in white mode - [[8af365f8](https://github.com/Novout/betterwrite/commit/8af365f8)] +* **🎨 style(aside):** appear - [[0582d869](https://github.com/Novout/betterwrite/commit/0582d869)] +* **🎨 style:** transition in aside - [[f74482e8](https://github.com/Novout/betterwrite/commit/f74482e8)] +* **🎉 feat(pdf):** load pdf provider - [[6b5bd87c](https://github.com/Novout/betterwrite/commit/6b5bd87c)] +* **🎨 refactor(style):** reactivity sizes! - [[106d8ae5](https://github.com/Novout/betterwrite/commit/106d8ae5)] +* **🚩 refactor(editor):** prevent keys - [[0141242c](https://github.com/Novout/betterwrite/commit/0141242c)] +* **🔧 fix(pdf):** poppins fonts set - [[d5195150](https://github.com/Novout/betterwrite/commit/d5195150)] +* **🚧 chore:** provider load - [[dac1f584](https://github.com/Novout/betterwrite/commit/dac1f584)] +* **🚧 chore(page):** load last element in delete other - [[00767425](https://github.com/Novout/betterwrite/commit/00767425)] +* **🚧 chore(router):** transition set - [[d77692f8](https://github.com/Novout/betterwrite/commit/d77692f8)] +* **🎨 style(aside):** switcher rounded in external border - [[4def3a6a](https://github.com/Novout/betterwrite/commit/4def3a6a)] +* **🚧 chore:** text in load and save project - [[35f0082b](https://github.com/Novout/betterwrite/commit/35f0082b)] +* **🎨 style:** show text block - [[f0df982d](https://github.com/Novout/betterwrite/commit/f0df982d)] +* **🎨 style(aside):** hover max width - [[061e5c9f](https://github.com/Novout/betterwrite/commit/061e5c9f)] +* **🔧 fix(storage):** local error in empty get - [[07934e7d](https://github.com/Novout/betterwrite/commit/07934e7d)] +* **🎉 feat:** simple save and load project - [[6777faca](https://github.com/Novout/betterwrite/commit/6777faca)] +* **🚧 chore:** fonts base - [[539b365d](https://github.com/Novout/betterwrite/commit/539b365d)] +* **🔧 fix(commands):** placeholder message - [[23de6af2](https://github.com/Novout/betterwrite/commit/23de6af2)] +* **🚧 chore:** .env in production - [[262fc6bc](https://github.com/Novout/betterwrite/commit/262fc6bc)] +* **🚧 chore:** env base - [[090c7090](https://github.com/Novout/betterwrite/commit/090c7090)] +* **🎉 feat(editor):** create page inside a editor - [[9c1c6105](https://github.com/Novout/betterwrite/commit/9c1c6105)] +* **🎨 style(aside):** remove border - [[5f8960c8](https://github.com/Novout/betterwrite/commit/5f8960c8)] +* **🎨 style(editor):** height in mobile - [[a9ea30c9](https://github.com/Novout/betterwrite/commit/a9ea30c9)] +* **🚧 chore(aside):** initial boolean - [[443038f6](https://github.com/Novout/betterwrite/commit/443038f6)] +* **🔧 fix(aside):** position in reactivity - [[e3c96fca](https://github.com/Novout/betterwrite/commit/e3c96fca)] +* **🚧 chore:** provider app - [[d674d8c5](https://github.com/Novout/betterwrite/commit/d674d8c5)] +* **🎨 style(graph):** transitions - [[9c117955](https://github.com/Novout/betterwrite/commit/9c117955)] +* **🎨 style(aside):** transitions - [[7b551535](https://github.com/Novout/betterwrite/commit/7b551535)] +* **🎨 style(aside):** definitions in options - [[db7b9e3d](https://github.com/Novout/betterwrite/commit/db7b9e3d)] +* **🚧 chore(deps):** remove package - [[dbdecfee](https://github.com/Novout/betterwrite/commit/dbdecfee)] +* **🎉 feat(absolute):** commands appear in input - [[f4aa5865](https://github.com/Novout/betterwrite/commit/f4aa5865)] +* **🚧 chore(editor):** p tag to div tag - [[a49d0275](https://github.com/Novout/betterwrite/commit/a49d0275)] +* **🔧 fix(editor):** id append in paste - [[5da16768](https://github.com/Novout/betterwrite/commit/5da16768)] +* **🎉 feat(pdf):** added bold and italic - [[4205094b](https://github.com/Novout/betterwrite/commit/4205094b)] +* **🚧 chore(start):** only log fn in production - [[c7e19364](https://github.com/Novout/betterwrite/commit/c7e19364)] +* **🎉 feat(pdf):** switch to raleway default font - [[44e074db](https://github.com/Novout/betterwrite/commit/44e074db)] +* **🚧 chore:** input event - [[6774a351](https://github.com/Novout/betterwrite/commit/6774a351)] +* **🎉 feat(pdf):** center and size at heading - [[5742513e](https://github.com/Novout/betterwrite/commit/5742513e)] +* **🎉 feat(pdf):** break page in heading one - [[d0cd39c2](https://github.com/Novout/betterwrite/commit/d0cd39c2)] +* **🔧 fix(structure):** remove property in return - [[e3ed0e96](https://github.com/Novout/betterwrite/commit/e3ed0e96)] +* **🔧 fix(editor):** break lines in standard insert! - [[e63398c7](https://github.com/Novout/betterwrite/commit/e63398c7)] +* **🔧 fix(pdf):** font codes locally - [[d25ee62f](https://github.com/Novout/betterwrite/commit/d25ee62f)] +* **🚧 chore:** pdfmake optimize - [[a28a40e7](https://github.com/Novout/betterwrite/commit/a28a40e7)] +* **🚧 chore(deps):** remove vite-eslint - [[bc445901](https://github.com/Novout/betterwrite/commit/bc445901)] +* **🎉 feat:** pdf generator - [[b4064cd3](https://github.com/Novout/betterwrite/commit/b4064cd3)] +* **🔧 fix:** broken vuelidade in vite otimize - [[1ec218fa](https://github.com/Novout/betterwrite/commit/1ec218fa)] +* **🚧 chore(deps):** some new packages - [[88912d0e](https://github.com/Novout/betterwrite/commit/88912d0e)] +* **🎨 style(create):** a new project - [[f18edda0](https://github.com/Novout/betterwrite/commit/f18edda0)] +* **🎨 style:** popover in paragraph - [[c77620fc](https://github.com/Novout/betterwrite/commit/c77620fc)] +* **🚩 refactor(ts):** new types - [[29d582ec](https://github.com/Novout/betterwrite/commit/29d582ec)] +* **🚩 refactor:** simple removes - [[2dd720f2](https://github.com/Novout/betterwrite/commit/2dd720f2)] +* **🚩 refactor(context):** delete and switcher - [[5043c925](https://github.com/Novout/betterwrite/commit/5043c925)] +* **🔧 fix(editor):** header defines - [[f39a6ee1](https://github.com/Novout/betterwrite/commit/f39a6ee1)] +* **🔧 fix(editor):** hover popover - [[0386f3fd](https://github.com/Novout/betterwrite/commit/0386f3fd)] +* **🚧 chore(tailwind):** font sizes - [[02d44197](https://github.com/Novout/betterwrite/commit/02d44197)] +* **🚧 chore(deps):** vue-toastification added - [[6fd4de98](https://github.com/Novout/betterwrite/commit/6fd4de98)] +* **🎨 style:** scrollbar - [[c30f105f](https://github.com/Novout/betterwrite/commit/c30f105f)] +* **🎉 feat:** paste contents and dev mode - [[811c86b6](https://github.com/Novout/betterwrite/commit/811c86b6)] +* **🚧 chore(tailwind):** minify bundle with specific colors - [[60d401ce](https://github.com/Novout/betterwrite/commit/60d401ce)] +* **🔧 fix(build):** i18n runtime only - [[021d57c8](https://github.com/Novout/betterwrite/commit/021d57c8)] +* **🚧 chore(vite):** otimize deps - [[32c2429a](https://github.com/Novout/betterwrite/commit/32c2429a)] +* **🔧 fix(i18n):** cache path - [[9925efd9](https://github.com/Novout/betterwrite/commit/9925efd9)] +* **🚧 chore:** vite addons - [[f97df0bf](https://github.com/Novout/betterwrite/commit/f97df0bf)] +* **🗿 ci:** new ci for gh-pages deploy - [[2ba527bf](https://github.com/Novout/betterwrite/commit/2ba527bf)] +* **🚧 chore:** append app - [[bd36b8d3](https://github.com/Novout/betterwrite/commit/bd36b8d3)] +* **🔧 fix:** remove ci - [[c34bf657](https://github.com/Novout/betterwrite/commit/c34bf657)] +* **🚧 chore:** version - [[47315163](https://github.com/Novout/betterwrite/commit/47315163)] +* **🔧 fix(ci):** node 12 to node 14 - [[9f9c5596](https://github.com/Novout/betterwrite/commit/9f9c5596)] +* **🔧 fix:** correct message and size text - [[909e051b](https://github.com/Novout/betterwrite/commit/909e051b)] +* **🔧 fix(router):** base path - [[d174d7ee](https://github.com/Novout/betterwrite/commit/d174d7ee)] +* **🚧 chore:** settings - [[e225a8c6](https://github.com/Novout/betterwrite/commit/e225a8c6)] +* **🗿 ci:** github deploy - [[e42965d6](https://github.com/Novout/betterwrite/commit/e42965d6)] +* **🚧 chore:** scroll to new page - [[5be5b924](https://github.com/Novout/betterwrite/commit/5be5b924)] +* **🎨 style:** wb-icon insert - [[f3f788d0](https://github.com/Novout/betterwrite/commit/f3f788d0)] +* **🎉 feat(editor):** delete page - [[9635f4ba](https://github.com/Novout/betterwrite/commit/9635f4ba)] +* **🚧 chore:** graph defines - [[ce37de4b](https://github.com/Novout/betterwrite/commit/ce37de4b)] +* **🎉 feat(editor):** switch pages - [[003f3a39](https://github.com/Novout/betterwrite/commit/003f3a39)] +* **🎉 feat(editor):** draggable container - [[3edc4deb](https://github.com/Novout/betterwrite/commit/3edc4deb)] +* **🚧 chore(entity):** input entry - [[0b4c4bd4](https://github.com/Novout/betterwrite/commit/0b4c4bd4)] +* **🎉 feat(graph):** project name in title - [[29d5fd63](https://github.com/Novout/betterwrite/commit/29d5fd63)] +* **🚧 chore(graph):** new component - [[2de9b877](https://github.com/Novout/betterwrite/commit/2de9b877)] +* **🚧 chore(store):** page to entity in context - [[631c888c](https://github.com/Novout/betterwrite/commit/631c888c)] +* **🎉 feat(editor):** scroll items - [[f52c76a9](https://github.com/Novout/betterwrite/commit/f52c76a9)] +* **🎉 feat(graph):** entity in id - [[6d503b7c](https://github.com/Novout/betterwrite/commit/6d503b7c)] +* **🔧 fix(graph):** update contents - [[77fc650b](https://github.com/Novout/betterwrite/commit/77fc650b)] +* **🎉 feat(graph):** separate context and project - [[1a4c0a4f](https://github.com/Novout/betterwrite/commit/1a4c0a4f)] +* **🚧 chore(editor):** one heading in page - [[7b7bdd49](https://github.com/Novout/betterwrite/commit/7b7bdd49)] +* **🎨 style(graph):** lines - [[a0f1c85c](https://github.com/Novout/betterwrite/commit/a0f1c85c)] +* **🚧 chore:** readme - [[4222ce13](https://github.com/Novout/betterwrite/commit/4222ce13)] +* **🎨 style(editor):** popover define - [[2e5524e3](https://github.com/Novout/betterwrite/commit/2e5524e3)] +* **🎨 style(editor):** hover popover aux - [[a6904c19](https://github.com/Novout/betterwrite/commit/a6904c19)] +* **🎉 feat(editor):** transition entitys page - [[6f5c9c37](https://github.com/Novout/betterwrite/commit/6f5c9c37)] +* **🔧 fix(project):** clean project for another project - [[74007154](https://github.com/Novout/betterwrite/commit/74007154)] +* **🎉 feat(editor):** blocked editor - [[aa7d1e43](https://github.com/Novout/betterwrite/commit/aa7d1e43)] +* **🎉 feat(editor):** new project starting - [[9a38f9c3](https://github.com/Novout/betterwrite/commit/9a38f9c3)] +* **🎨 style(editor):** new project - [[12d1515c](https://github.com/Novout/betterwrite/commit/12d1515c)] +* **🔧 fix(show):** breaking in double click - [[1821a84f](https://github.com/Novout/betterwrite/commit/1821a84f)] +* **🔧 fix(editor):** aside breaking - [[62e20abd](https://github.com/Novout/betterwrite/commit/62e20abd)] +* **🎨 style(editor):** background svg - [[26f8d949](https://github.com/Novout/betterwrite/commit/26f8d949)] +* **🎨 style(editor):** exact height input size in edit - [[899d0864](https://github.com/Novout/betterwrite/commit/899d0864)] +* **🔧 fix(editor):** popover text edit position - [[2c8dbaeb](https://github.com/Novout/betterwrite/commit/2c8dbaeb)] +* **🔧 fix:** padding editor - [[b615687e](https://github.com/Novout/betterwrite/commit/b615687e)] +* **🎉 feat(editor):** aside commands example - [[e3b5f967](https://github.com/Novout/betterwrite/commit/e3b5f967)] +* **🚧 chore:** title - [[f828ef12](https://github.com/Novout/betterwrite/commit/f828ef12)] +* **🚧 chore:** package name - [[7cd19129](https://github.com/Novout/betterwrite/commit/7cd19129)] +* **🎉 feat(editor):** date formats in entity - [[b8948e29](https://github.com/Novout/betterwrite/commit/b8948e29)] +* **🚧 chore:** insert html lang - [[2c7d3beb](https://github.com/Novout/betterwrite/commit/2c7d3beb)] +* **🎉 feat(editor):** i18n switcher - [[0470d5dd](https://github.com/Novout/betterwrite/commit/0470d5dd)] +* **🚧 chore(editor):** commands insert in placeholder - [[6a557fb5](https://github.com/Novout/betterwrite/commit/6a557fb5)] +* **🔧 fix(raw):** break in other type - [[c5ba54a3](https://github.com/Novout/betterwrite/commit/c5ba54a3)] +* **🎉 feat:** italic and bold - [[34af87c9](https://github.com/Novout/betterwrite/commit/34af87c9)] +* **🎉 feat:** aside bar reactivity - [[4e33cead](https://github.com/Novout/betterwrite/commit/4e33cead)] +* **🔧 fix:** event click and tab indent - [[d5ce6306](https://github.com/Novout/betterwrite/commit/d5ce6306)] +* **🎉 feat(editor):** update content - [[53e4eed9](https://github.com/Novout/betterwrite/commit/53e4eed9)] +* **🎨 style:** correct justify - [[f0193de8](https://github.com/Novout/betterwrite/commit/f0193de8)] +* **🔧 fix:** justify text in show - [[16bce85a](https://github.com/Novout/betterwrite/commit/16bce85a)] +* **🚧 chore:** tasks - [[c2db3a7a](https://github.com/Novout/betterwrite/commit/c2db3a7a)] +* **🚧 chore:** vuex types - [[ab130b50](https://github.com/Novout/betterwrite/commit/ab130b50)] +* **🎨 style:** inset shadow in entity - [[cdfb914f](https://github.com/Novout/betterwrite/commit/cdfb914f)] +* **🎉 feat:** delete entitys - [[c373c1bd](https://github.com/Novout/betterwrite/commit/c373c1bd)] +* **🎉 feat:** show items - [[8ca73b2a](https://github.com/Novout/betterwrite/commit/8ca73b2a)] +* **🎉 feat:** dark theme switcher - [[6ba93f14](https://github.com/Novout/betterwrite/commit/6ba93f14)] +* **🎉 feat:** scroll correct overflow - [[8091a24d](https://github.com/Novout/betterwrite/commit/8091a24d)] +* **🎉 feat:** editor definitions - [[503d7203](https://github.com/Novout/betterwrite/commit/503d7203)] +* **🚧 chore:** format - [[99e60802](https://github.com/Novout/betterwrite/commit/99e60802)] +* **🎉 feat:** initial editor inserts - [[1a2ee274](https://github.com/Novout/betterwrite/commit/1a2ee274)] +* **🎉 feat:** editor tests - [[514b151f](https://github.com/Novout/betterwrite/commit/514b151f)] +* **🚧 chore:** base config - [[d00c4390](https://github.com/Novout/betterwrite/commit/d00c4390)] +* **🎉 feat:** license - [[4d433cc4](https://github.com/Novout/betterwrite/commit/4d433cc4)] +* **🎉 feat:** yep - [[c6ef66c0](https://github.com/Novout/betterwrite/commit/c6ef66c0)] diff --git a/lerna.json b/lerna.json index e91c0a57f..e82ba3cc3 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "0.17.14" -} \ No newline at end of file + "version": "1.0.0" +} diff --git a/packages/better-write-app/package.json b/packages/better-write-app/package.json index fe07516a7..5e0f6cdfe 100644 --- a/packages/better-write-app/package.json +++ b/packages/better-write-app/package.json @@ -1,6 +1,6 @@ { "name": "better-write-app", - "version": "0.17.14", + "version": "1.0.0", "repository": "https://github.com/Novout/betterwrite", "author": { "name": "Giovane Cardoso", @@ -51,20 +51,20 @@ "@vueuse/schema-org-vite": "1.1.0-beta.4", "@vueuse/shared": "9.3.0", "@zip.js/zip.js": "2.6.41", - "better-write-contenteditable-ast": "^0.17.14", - "better-write-extension": "^0.17.14", - "better-write-google-fonts-api": "^0.17.14", - "better-write-image-converter": "^0.17.14", - "better-write-languages": "^0.17.14", - "better-write-plugin-annotations": "^0.17.14", - "better-write-plugin-core": "^0.17.14", - "better-write-plugin-exporter-docx": "^0.17.14", - "better-write-plugin-exporter-html": "^0.17.14", - "better-write-plugin-exporter-pdf": "^0.17.14", - "better-write-plugin-exporter-txt": "^0.17.14", - "better-write-plugin-importer": "^0.17.14", - "better-write-plugin-theme": "^0.17.14", - "better-write-types": "^0.17.14", + "better-write-contenteditable-ast": "^1.0.0", + "better-write-extension": "^1.0.0", + "better-write-google-fonts-api": "^1.0.0", + "better-write-image-converter": "^1.0.0", + "better-write-languages": "^1.0.0", + "better-write-plugin-annotations": "^1.0.0", + "better-write-plugin-core": "^1.0.0", + "better-write-plugin-exporter-docx": "^1.0.0", + "better-write-plugin-exporter-html": "^1.0.0", + "better-write-plugin-exporter-pdf": "^1.0.0", + "better-write-plugin-exporter-txt": "^1.0.0", + "better-write-plugin-importer": "^1.0.0", + "better-write-plugin-theme": "^1.0.0", + "better-write-types": "^1.0.0", "destr": "1.2.2", "docx": "7.5.0", "drauu": "0.3.2", diff --git a/packages/better-write-contenteditable-ast/package.json b/packages/better-write-contenteditable-ast/package.json index 34d220841..d11bf9a17 100644 --- a/packages/better-write-contenteditable-ast/package.json +++ b/packages/better-write-contenteditable-ast/package.json @@ -1,6 +1,6 @@ { "name": "better-write-contenteditable-ast", - "version": "0.17.14", + "version": "1.0.0", "author": "Novout", "license": "MIT", "keywords": [ @@ -19,7 +19,7 @@ "lint": "prettier --write src/" }, "dependencies": { - "better-write-types": "^0.17.14" + "better-write-types": "^1.0.0" }, "files": [ "dist/**/*", diff --git a/packages/better-write-extension/package.json b/packages/better-write-extension/package.json index f51882c73..19e4470ba 100644 --- a/packages/better-write-extension/package.json +++ b/packages/better-write-extension/package.json @@ -1,6 +1,6 @@ { "name": "better-write-extension", - "version": "0.17.14", + "version": "1.0.0", "author": "Novout", "license": "MIT", "keywords": [ @@ -17,7 +17,7 @@ "lint": "prettier --write src/" }, "dependencies": { - "better-write-types": "^0.17.14" + "better-write-types": "^1.0.0" }, "files": [ "dist/**/*", diff --git a/packages/better-write-google-fonts-api/package.json b/packages/better-write-google-fonts-api/package.json index 4e10d77b3..bd0be612a 100644 --- a/packages/better-write-google-fonts-api/package.json +++ b/packages/better-write-google-fonts-api/package.json @@ -1,6 +1,6 @@ { "name": "better-write-google-fonts-api", - "version": "0.17.14", + "version": "1.0.0", "author": "Novout", "license": "MIT", "keywords": [ @@ -17,7 +17,7 @@ "lint": "prettier --write src/" }, "dependencies": { - "better-write-types": "^0.17.14" + "better-write-types": "^1.0.0" }, "files": [ "dist/**/*", diff --git a/packages/better-write-image-converter/package.json b/packages/better-write-image-converter/package.json index 34c5fc203..8642338d9 100644 --- a/packages/better-write-image-converter/package.json +++ b/packages/better-write-image-converter/package.json @@ -1,6 +1,6 @@ { "name": "better-write-image-converter", - "version": "0.17.14", + "version": "1.0.0", "author": "Novout", "license": "MIT", "keywords": [ @@ -18,7 +18,7 @@ "lint": "prettier --write src/" }, "dependencies": { - "better-write-types": "^0.17.14" + "better-write-types": "^1.0.0" }, "files": [ "dist/**/*", diff --git a/packages/better-write-languages/package.json b/packages/better-write-languages/package.json index 348fef606..087238f0f 100644 --- a/packages/better-write-languages/package.json +++ b/packages/better-write-languages/package.json @@ -1,6 +1,6 @@ { "name": "better-write-languages", - "version": "0.17.14", + "version": "1.0.0", "author": "Novout", "license": "MIT", "keywords": [ @@ -18,8 +18,8 @@ "lint": "prettier --write src/" }, "dependencies": { - "better-write-plugin-exporter-pdf": "^0.17.14", - "better-write-types": "^0.17.14" + "better-write-plugin-exporter-pdf": "^1.0.0", + "better-write-types": "^1.0.0" }, "files": [ "dist/**/*", diff --git a/packages/better-write-plugin-annotations/package.json b/packages/better-write-plugin-annotations/package.json index 71903c01e..2c8c3f1e3 100644 --- a/packages/better-write-plugin-annotations/package.json +++ b/packages/better-write-plugin-annotations/package.json @@ -1,6 +1,6 @@ { "name": "better-write-plugin-annotations", - "version": "0.17.14", + "version": "1.0.0", "author": "Novout", "license": "MIT", "main": "dist/index.js", @@ -18,8 +18,8 @@ "README.md" ], "dependencies": { - "better-write-plugin-core": "^0.17.14", - "better-write-types": "^0.17.14", + "better-write-plugin-core": "^1.0.0", + "better-write-types": "^1.0.0", "vue-demi": "latest" }, "peerDependencies": { diff --git a/packages/better-write-plugin-core/package.json b/packages/better-write-plugin-core/package.json index 34cd8c966..b6fa57d97 100644 --- a/packages/better-write-plugin-core/package.json +++ b/packages/better-write-plugin-core/package.json @@ -1,6 +1,6 @@ { "name": "better-write-plugin-core", - "version": "0.17.14", + "version": "1.0.0", "author": "Novout", "license": "MIT", "main": "dist/index.js", @@ -18,7 +18,7 @@ "README.md" ], "dependencies": { - "better-write-types": "^0.17.14", + "better-write-types": "^1.0.0", "vue-demi": "latest" }, "peerDependencies": { diff --git a/packages/better-write-plugin-exporter-docx/package.json b/packages/better-write-plugin-exporter-docx/package.json index 276470e7b..c097851a9 100644 --- a/packages/better-write-plugin-exporter-docx/package.json +++ b/packages/better-write-plugin-exporter-docx/package.json @@ -1,6 +1,6 @@ { "name": "better-write-plugin-exporter-docx", - "version": "0.17.14", + "version": "1.0.0", "author": "Novout", "license": "MIT", "main": "dist/index.js", @@ -18,9 +18,9 @@ "README.md" ], "dependencies": { - "better-write-contenteditable-ast": "^0.17.14", - "better-write-plugin-core": "^0.17.14", - "better-write-types": "^0.17.14", + "better-write-contenteditable-ast": "^1.0.0", + "better-write-plugin-core": "^1.0.0", + "better-write-types": "^1.0.0", "vue-demi": "latest" }, "peerDependencies": { diff --git a/packages/better-write-plugin-exporter-html/package.json b/packages/better-write-plugin-exporter-html/package.json index c2947f385..d462b5640 100644 --- a/packages/better-write-plugin-exporter-html/package.json +++ b/packages/better-write-plugin-exporter-html/package.json @@ -1,6 +1,6 @@ { "name": "better-write-plugin-exporter-html", - "version": "0.17.14", + "version": "1.0.0", "author": "Novout", "license": "MIT", "main": "dist/index.js", @@ -18,9 +18,9 @@ "README.md" ], "dependencies": { - "better-write-contenteditable-ast": "^0.17.14", - "better-write-plugin-core": "^0.17.14", - "better-write-types": "^0.17.14", + "better-write-contenteditable-ast": "^1.0.0", + "better-write-plugin-core": "^1.0.0", + "better-write-types": "^1.0.0", "vue-demi": "latest" }, "peerDependencies": { diff --git a/packages/better-write-plugin-exporter-pdf/package.json b/packages/better-write-plugin-exporter-pdf/package.json index cb6c9db63..f710da562 100644 --- a/packages/better-write-plugin-exporter-pdf/package.json +++ b/packages/better-write-plugin-exporter-pdf/package.json @@ -1,6 +1,6 @@ { "name": "better-write-plugin-exporter-pdf", - "version": "0.17.14", + "version": "1.0.0", "author": "Novout", "license": "MIT", "main": "dist/index.js", @@ -18,12 +18,12 @@ "README.md" ], "dependencies": { - "better-write-contenteditable-ast": "^0.17.14", - "better-write-google-fonts-api": "^0.17.14", - "better-write-image-converter": "^0.17.14", - "better-write-plugin-core": "^0.17.14", - "better-write-plugin-theme": "^0.17.14", - "better-write-types": "^0.17.14", + "better-write-contenteditable-ast": "^1.0.0", + "better-write-google-fonts-api": "^1.0.0", + "better-write-image-converter": "^1.0.0", + "better-write-plugin-core": "^1.0.0", + "better-write-plugin-theme": "^1.0.0", + "better-write-types": "^1.0.0", "vue-demi": "latest" }, "peerDependencies": { diff --git a/packages/better-write-plugin-exporter-txt/package.json b/packages/better-write-plugin-exporter-txt/package.json index a4a49f779..df7f97b51 100644 --- a/packages/better-write-plugin-exporter-txt/package.json +++ b/packages/better-write-plugin-exporter-txt/package.json @@ -1,6 +1,6 @@ { "name": "better-write-plugin-exporter-txt", - "version": "0.17.14", + "version": "1.0.0", "author": "Novout", "license": "MIT", "main": "dist/index.js", @@ -18,9 +18,9 @@ "README.md" ], "dependencies": { - "better-write-contenteditable-ast": "^0.17.14", - "better-write-plugin-core": "^0.17.14", - "better-write-types": "^0.17.14", + "better-write-contenteditable-ast": "^1.0.0", + "better-write-plugin-core": "^1.0.0", + "better-write-types": "^1.0.0", "vue-demi": "latest" }, "peerDependencies": { diff --git a/packages/better-write-plugin-importer/package.json b/packages/better-write-plugin-importer/package.json index 7caad3d6f..e68dfad53 100644 --- a/packages/better-write-plugin-importer/package.json +++ b/packages/better-write-plugin-importer/package.json @@ -1,6 +1,6 @@ { "name": "better-write-plugin-importer", - "version": "0.17.14", + "version": "1.0.0", "author": "Novout", "license": "MIT", "keywords": [ @@ -24,9 +24,9 @@ "README.md" ], "dependencies": { - "better-write-extension": "^0.17.14", - "better-write-plugin-core": "^0.17.14", - "better-write-types": "^0.17.14", + "better-write-extension": "^1.0.0", + "better-write-plugin-core": "^1.0.0", + "better-write-types": "^1.0.0", "vue-demi": "latest" }, "devDependencies": { diff --git a/packages/better-write-plugin-theme/package.json b/packages/better-write-plugin-theme/package.json index 9d886fb23..6e67665a3 100644 --- a/packages/better-write-plugin-theme/package.json +++ b/packages/better-write-plugin-theme/package.json @@ -1,6 +1,6 @@ { "name": "better-write-plugin-theme", - "version": "0.17.14", + "version": "1.0.0", "author": "Novout", "license": "MIT", "keywords": [ @@ -25,8 +25,8 @@ "README.md" ], "dependencies": { - "better-write-plugin-core": "^0.17.14", - "better-write-types": "^0.17.14", + "better-write-plugin-core": "^1.0.0", + "better-write-types": "^1.0.0", "vue-demi": "latest" }, "peerDependencies": { diff --git a/packages/better-write-types/package.json b/packages/better-write-types/package.json index 125ca10a6..8fcb73563 100644 --- a/packages/better-write-types/package.json +++ b/packages/better-write-types/package.json @@ -1,6 +1,6 @@ { "name": "better-write-types", - "version": "0.17.14", + "version": "1.0.0", "author": "Novout", "license": "MIT", "keywords": [