Skip to content

v0.8.0 (2024-12-29)

Latest
Compare
Choose a tag to compare
@Belar Belar released this 29 Dec 15:43
· 11 commits to main since this release
ba61209

Features

  • Added light/dark mode support.
    Added the Theme setting that determines preferred user interface's colour scheme.

    Available options are:

    • Light - sets UI to the light theme,
    • Dark - sets UI to the dark theme,
    • System - sets UI to follow an operating system's theme,
    • Penpot - sets UI to follow a theme of the Penpot app in the active tab.
penpot-desktop-theme-change.mov

Internal

  • Moved the code base to ES Modules.
  • Added linting and formatting for code and commit messages.
    Added formatting for code and linting for code and commit messages. Formatting and lint issues are tested during commit and CI runs.

Full Changelog: v0.7.0...v0.8.0