Skip to content

Tags: sorokinvld/logseq

Tags

nightly

Toggle nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Improve error handling in `mkdir` function (logseq#9247)

* Improve error handling in `mkdir-if-not-exists` function
This PR improves the error handling in the `mkdir-if-not-exists` function by logging the "EEXIST" error (which indicates the directory already exists) instead of throwing it. Other errors will continue to be handled as before.
- [x] closes logseq#9182

* enhance: move error handling to fs/node.js

* fix: make EEXIST silent and only throw other errors

0.9.4

Toggle 0.9.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
tiny style fix: polish color circles in block context menu (logseq#9237)

* style: adapt bullet context menu color circles to theme highlight colors

* style: remove shadows for color circles in block context menu

* Revert "style: adapt bullet context menu color circles to theme highlight colors"

This reverts commit 6468115.

0.9.3

Toggle 0.9.3's commit message
fix(editor): wrong xml prettify implementation

Introduced: logseq#8968

0.9.2

Toggle 0.9.2's commit message
fix: whiteboard breadcrumb

0.9.1

Toggle 0.9.1's commit message
chore: release 0.9.1

0.9.0

Toggle 0.9.0's commit message
fix(ui): incorrect login entry from the settings pane

0.8.18

Toggle 0.8.18's commit message
chore(release): bump version 0.8.18

0.8.17

Toggle 0.8.17's commit message
fix(mobile): do not use newer regex flags

0.8.16

Toggle 0.8.16's commit message
chore: bump version 0.8.16

0.8.15

Toggle 0.8.15's commit message
fix: set default http server host to 127.0.0.1