Skip to content

Tags: inhumantsar/slurp

Tags

0.2.0b2

Toggle 0.2.0b2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add frontmatter-only mode with per-note override (#71)

* Initial plan

* Initial exploration complete - preparing to add metadata-only option

Co-authored-by: inhumantsar <[email protected]>

* Add metadata-only option to save frontmatter without page content

Co-authored-by: inhumantsar <[email protected]>

* Add checkbox to new note modal for per-note metadata-only override

Co-authored-by: inhumantsar <[email protected]>

* Use nullish coalescing operator for better readability

Co-authored-by: inhumantsar <[email protected]>

* Rename metadataOnly to frontmatterOnly and update UI labels

Co-authored-by: inhumantsar <[email protected]>

* Fix code style issues: use nullish coalescing and add missing semicolon

Co-authored-by: inhumantsar <[email protected]>

* Skip parseMarkdown when frontmatterOnly is true and update tests with mocks

Co-authored-by: inhumantsar <[email protected]>

* Remove unused frontmatterOnlyOverride parameter from slurpNewNoteCallback

Co-authored-by: inhumantsar <[email protected]>

* Update log message and rewrite tests to call slurp() with proper mocks

Co-authored-by: inhumantsar <[email protected]>

* Bump version to 0.2.0b2

Co-authored-by: inhumantsar <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: inhumantsar <[email protected]>
Co-authored-by: Shaun Martin <[email protected]>

0.2.0b1

Toggle 0.2.0b1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add mobile share menu integration (#70)

* Initial plan

* Initial commit - set up for Android share support

Co-authored-by: inhumantsar <[email protected]>

* Add Android share menu support for Slurp

Co-authored-by: inhumantsar <[email protected]>

* Change extendShareMenu default to true and reorder in settings

Co-authored-by: inhumantsar <[email protected]>

* Bump version to 0.2.0b1

Co-authored-by: inhumantsar <[email protected]>

* Change "Android" to "mobile" in share menu setting description

Co-authored-by: inhumantsar <[email protected]>

* Remove extendShareMenu setting - always enable share menu

Co-authored-by: inhumantsar <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: inhumantsar <[email protected]>

0.1.13

Toggle 0.1.13's commit message
release: 0.1.13

- chore: update deps
- setup basic flake for direnv

0.1.12

Toggle 0.1.12's commit message
release: 0.1.12

- fix: strip hash marks from file names (#20)
- fix: clean and dedupe tags (#23 #27)
- fix: ensure slurpedTime is formatted with its settings template (#33)

0.1.11

Toggle 0.1.11's commit message
release: 0.1.11

- fix: refactor new note modal, add validation (#21)
- fix: remove broken github link and useless log refresh button (#22)
- fix: avoid saving settings if no changes are detected

0.1.10

Toggle 0.1.10's commit message
release: 0.1.10

- fix: string formatter bug broke metadata parsing
- chore: automate release process a bit
- refactor: migrate to using npm package for file suggestion component

0.1.9

Toggle 0.1.9's commit message
fix: subdir issue with file suggestion component

chore: reorg code a bit more. more to come yet.
chore: update project metadata

0.1.8

Toggle 0.1.8's commit message
add recent logs to settings, fix property deletion bug, add folder su…

…ggestions to save location setting

0.1.7

Toggle 0.1.7's commit message
fix: path normalization issue, add recent logs and report issue link …

…to settings

0.1.6

Toggle 0.1.6's commit message
add setting for default save location