Skip to content

Releases: astudentinearth/darkwrite

v0.3.1-alpha.3

22 Dec 19:44
Compare
Choose a tag to compare

🌟 Features

  • Added markdown import

✨ Improvements and fixes

  • Notes no longer have an icon by default, you can add or remove it as you wish

v0.3.0-alpha.2

13 Dec 16:19
Compare
Choose a tag to compare

Quality of life release before moving onto 1.0.0-alpha. Next alpha builds may not be as stable as this one.

🌟 Features

  • Added Ctrl+n (or Cmd+n on macOS) shortcut to create new notes
  • Changed icon for development builds

v0.3.0-alpha.1

08 Dec 20:17
Compare
Choose a tag to compare

🌟 Features

  • You can now paste images directly to the editor
  • You can now drop image files directly. You can drop more than one image and all of them will be inserted to the page.
  • Links can now be edited
  • Editor now has a context menu
  • Added word count - you can view it by clicking the menu icon on the top right.
  • Added translations for Turkish
  • Images are now centered
  • Add undo and redo options to editor menu (it was possible to perform these with keyboard shortcuts previously)
  • Added option to follow system accent color on Windows and macOS

✨ Improvements and fixes

  • Removed the empty space to the right side of color pickers
  • Displaying dates in the recent notes view now follows correct locale
  • Added background blur to context menus, dropdowns, popovers and search
  • Disabled dropping into the title box, which should prevent you from accidentally dropping nodes there
  • Fixed low-resolution desktop icon on Windows.
  • Fixed inability to interact with other things when heading selector in the bubble is open

v0.2.0-alpha.4

29 Nov 19:55
Compare
Choose a tag to compare

⚠️ Minor breaking change

  • This release changes the directories in which Chromium session data is stored. This change means the following preferences will be lost:
    • Sidebar width
    • Whether sidebar was hidden or not
    • Whether spell checking was disabled or not
  • As these are local preferences and are not even persisted in backups, it shouldn't be a problem.

🌟 Features

  • When you collapse favorites or all notes views in the sidebar, that preference will be remembered

✨ Improvements and fixes

  • Fixed a bug where "this note is trashed" alert would go below the cover image
  • Chromium session data is now stored in directories called session-dev/ and session/ when running development and production builds respectively.
  • Added padding to editor's sides to make drag handles more accessible
  • Reduced margins above headings
  • Reduced padding between title and the page
  • Fixed the use of wrong destructive color in Catppuccin Frappé (it's not blue anymore)
  • Fixed a bug causing the emoji picker to always appear in dark mode, which caused unreadable text in light themes
  • Fixed a bug where exporting empty notes would fail when done from the context menu or the editor menu
  • Fixed a bug which caused trash contents to overflow down the container
  • Trash panel now has a bottom margin which prevents it from sticking close to the bottom
  • Top left corner of the editor is no longer rounded when sidebar is collapsed
  • Fixed a bug where changing the text color of a note would affect icons in formatting bubble
  • Fixed a bug where changing the text color of a note would also change the color of cover image buttons
  • Increased startup window size to 1000x700

v0.2.0-alpha.3

26 Nov 22:01
Compare
Choose a tag to compare

🌟 Features

  • Added striked text
  • Added image support
  • Added cover images

✨ Improvements and fixes

  • Titlebar buttons now have an active style
  • Fixed nodes being dragged using the wrong background style
  • Hitting down arrow on the note title now moves the cursor to the editor
  • Fixed code blocks using the wrong font
  • Added a divider below the title text

v0.2.0-alpha.2

24 Nov 18:49
Compare
Choose a tag to compare

🌟 Features

  • Added option to use native window frame
  • Added option to use custom window frame on macOS as an experimental feature
  • Notes can have custom background/text colors

✨ Improvements and fixes

  • Fixed potential performance issues when typing on the custom font box
  • Reworked note customization UI so it's not obnoxious anymore
  • Headings now follow the theme better

v0.2.0-alpha.1

23 Nov 19:51
Compare
Choose a tag to compare

⚠️ Breaking changes

  • Directories in which application data is stored has changed. App data will be stored in a subdirectory named darkwrite-data when running production builds, and darkwrite-data-nightly when running development builds. If you are upgrading from 0.1.0-alpha.x, navigate to Darkwrite's data directory (you can use the application menu for this), move data.db, settings.json and notes/ into darkwrite-data/.
  • Alternatively, create a backup before upgrading and restore from the backup after upgrading.

🌟 Features

  • Import and use custom themes
  • New dark themes: Catppuccin Macchiato, Frappé
  • New light themes: Catppuccin Latte (experimental)
  • Themes can now define the color for favorite stars

✨ Improvements and fixes

  • New backups now include a date in their file names by default.
  • Tweaked emoji picker styles to better follow theme preferences
  • Fixed overflow of file chooser button in restore dialog when a long path is chosen

🛠️ Technical changes

  • App data is now stored in an isolated folder, which opens the door to safe development sessions without risking data and simplifies the code responsible from backups.

v0.1.0-alpha.2

22 Nov 17:46
Compare
Choose a tag to compare
v0.1.0-alpha.2 Pre-release
Pre-release

🌟Features

  • Export entire workspace as HTML
  • Create backup of all settings and notes
  • Restore from backups
  • Added an even darker theme

✨Improvements and fixes

  • Tweaked default font settings to match different systems
    • Default UI font is now empty, meaning it will follow system by default
    • Other fonts now include fallbacks to system defaults
  • Tweaked font settings to preview the font as you type
  • Home and settings pages are now more responsive
  • Tweaked dates in home page
  • Fixed unreachable drag handle bug

🛠️Technical changes

  • Created an experimental build script (darkwrite-builder.js)
    • Automates the build process by checking for the operating system and handles rebuilds by removing old artifacts

Darkwrite 0.1.0 Alpha 1

19 Nov 20:47
Compare
Choose a tag to compare
Pre-release

image

🎉 First alpha of Darkwrite

This build only includes a Windows installer, however next ones will include Linux and macOS builds as well.
This build of Darkwrite includes all basic features, however some features may not work or they are straight up disabled.

Features (that work)

  • Creating, editing, deleting and moving notes
  • Adding notes to favorites
  • Reordering all notes on the sidebar as well as your favorites
  • Keeping notes in the trash before removing them permanently
  • The editor, included blocks, and the formatting bubble
  • Comes with 2 themes: Darkwrite's default theme and Catppuccin Mocha
  • Pick your own accent color
  • All fonts are customizable
  • Search
  • HTML import and export

Features that don't work

  • You can't change background/text colors yet
  • Any button/text box/switch that is disabled are features that are not implemented yet