DecafDev
b37549b941
Dont load cookies ( #236 )
...
* fix: prevent cookies from being sent
* chore: bump version
2024-07-24 23:06:51 -06:00
DecafDev
0817fca688
Fix sometimes broken image ( #234 )
...
* chore: bump version
* fix: resolve broken image still appearing
2024-07-24 22:57:15 -06:00
DecafDev
7d0163e67c
chore: bump version
2024-07-24 22:29:47 -06:00
DecafDev
1848fa13a7
chore: bump version
2024-07-24 22:01:51 -06:00
DecafDev
a2df9c1ee3
chore: bump version
2024-07-24 21:39:36 -06:00
DecafDev
05dd3f1a23
Automatic cover image detection ( #227 )
...
* feat: add coverImageSource property
* feat: add cover image source setting
* feat: load first image from frontmatter
* fix: reload image when imageUrl changes
* feat: remove image url setting
* feat: add business logic for finding images
* feat: add image property setting
* fix: handle when social image is disabled
* test: update data.json for test vault
* fix: add reactivity for cover image source setting changes
* refactor: update setting name
2024-07-24 21:19:14 -06:00
DecafDev
270c5e4928
feat: add showTags to list view and set loadSocialMediaImage to true
2024-07-24 14:15:09 -06:00
DecafDev
d369a18bc4
chore: bump version
2024-07-24 13:15:26 -06:00
DecafDev
bfd291e7d6
Add social image cache ( #223 )
...
* feat: add social image cache
* feat: add cached entry expiration time
2024-07-24 13:14:32 -06:00
DecafDev
2c733540ef
Fix image url ( #221 )
...
* fix: fix loading of image url
* chore: bump version
2024-07-24 00:30:01 -06:00
DecafDev
5751bb55e5
chore: bump version
2024-07-24 00:20:47 -06:00
DecafDev
88c893b466
Add feed content filtering ( #218 )
...
* feat: remove markdown from feedback
* chore: bump version
* feat: add advanced feed settings
2024-07-16 03:31:42 -06:00
DecafDev
e879ac6f05
Update star icon background ( #215 )
...
* fix: add background to star icon
* chore: bump version
2024-07-16 01:00:07 -06:00
DecafDev
6dace1675b
Fix favorites error ( #213 )
...
* fix: add await to createFavoritesFile
* refactor: update message
* chore: bump version
2024-07-15 23:54:03 -06:00
DecafDev
afd7763966
chore: bump version
2024-07-15 23:46:03 -06:00
DecafDev
9e396dcc3d
Add to favorites option ( #206 )
...
* feat: add favorites button to context menu
* chore: bump version
* feat: add favorites store
* feat: filter by favoritesCache
2024-07-15 21:30:17 -06:00
DecafDev
6540e84c9f
chore: bump version
2024-07-15 09:04:51 -06:00
DecafDev
a6c7967f4e
chore: bump version
2024-07-14 13:05:08 -06:00
DecafDev
76c42ef2ae
chore: bump version
2024-07-14 11:13:32 -06:00
DecafDev
34a62c2ef7
chore: add svelte-check
2024-07-13 21:03:55 -06:00
DecafDev
87ea202047
chore: bump version
2024-07-10 17:30:50 -06:00
DecafDev
0d271216de
chore: bump version
2024-07-10 16:42:45 -06:00
DecafDev
02ec868d60
feat: rename to loadSocialMediaImage
2024-07-10 13:26:56 -06:00
DecafDev
5eaa2c2854
chore: bump version
2024-07-09 23:58:40 -06:00
DecafDev
8ce4096d1b
fix: keep resize handle at the end by default
2024-07-09 18:52:07 -06:00
DecafDev
f68f3f5c62
Feat fetch from url ( #171 )
...
* feat: add load image from url
* feat: fetch social media image for url
2024-07-09 16:31:52 -06:00
DecafDev
81e420140a
feat: add image support in grid card ( #164 )
2024-07-09 06:42:47 -06:00
DecafDev
33d3921461
chore: bump version
2024-07-06 15:59:33 -06:00
DecafDev
f551c00efc
chore: bump version
2024-07-06 15:32:35 -06:00
DecafDev
ebfd815630
Add file icons ( #155 )
...
* feat: add file icons setting
* feat: render file icons
2024-07-06 14:57:47 -06:00
DecafDev
c9d666a1f5
chore: bump version
2024-07-06 12:49:10 -06:00
DecafDev
171bcc3396
chore: bump version
2024-07-06 03:00:01 -06:00
DecafDev
0d6a6f16c9
chore: bump version
2024-07-06 02:47:45 -06:00
DecafDev
32cd396fe4
chore: bump version
2024-07-05 22:47:15 -06:00
DecafDev
d61b30e3cd
Update for quickstart ( #139 )
...
* feat: keep groups array empty
* fix: don't enable first group
* chore: bump version
2024-07-02 22:44:21 -06:00
DecafDev
ea3b0a5498
chore: bump version
2024-06-27 17:43:30 -06:00
DecafDev
135e3cd521
chore: bump version
2024-06-25 21:11:09 -06:00
DecafDev
1f52edaefb
Refactor migrations ( #133 )
...
* refactor: move migrations into their own class
* refactor: don't export old types
* test: fix failing test
* feat: add preform migrations function
* fix: delete creationDate prop
* chore: add ts-auto-guard
* test: make sure migrations work
2024-06-25 19:58:35 -06:00
DecafDev
ee36bffcce
Fix remove frontmatter block ( #130 )
...
* fix: resolve frontmatter sometimes appearing in content
* chore: bump version
2024-06-25 03:33:58 -06:00
DecafDev
aa8643f35d
Add view toggle settings ( #127 )
...
* chore: bump version
* feat: upgrade settings to support view toggles
* refactor: use base filter
* feat: update default settings
* feat: fix settings tab
* fix: use flat structure instead of global key
* feat: add view toggle settings
* refactor: rename to viewOrder
* refactor: use T as a type prefix
* fix: update current view on toggle switch
* fix: handle when all toggles are off
2024-06-25 03:13:36 -06:00
DecafDev
6d755ca3b4
chore: bump version
2024-06-24 03:31:28 -06:00
DecafDev
cadee1adc5
Add feed view ( #119 )
...
* chore: bump version
* feat: render feed view
* feat: add feed view
* fix: align center
* refactor: move pagination into its own component
* feat: wrapping of pagination indicator on window size shrink
* fix: move filters over 4px to align them with other content
* fix: handle events for all files
* feat: handle file modify event
2024-06-24 03:10:39 -06:00
DecafDev
ea3c071dba
Fix favorite filter value ( #117 )
...
* chore: bump version
* fix: set the favorite filter value
2024-06-23 20:07:38 -06:00
DecafDev
7323f0ff4b
Fix crash on group click ( #115 )
...
* fix: resolve crash on group click
* chore: bump version
2024-06-23 20:02:31 -06:00
DecafDev
7baa0d17a5
Add filter toggle settings ( #112 )
...
* chore: bump version
* feat: add toggle settings for all filters
* fix: delete onlyFavorites prop
* fix: export old settings
* feat: add default settings
* fix: load new settings
* refactor: move into SearchFilter component
* fix: make sure favorites is enabled on settings migration
* feat: render search filter conditionally
* feat: render favorites filter conditionally
* feat: render sort and timestamp filters conditionally
* feat: render custom filter conditionally
* fix: resolve groups not rendering
* docs: update FEATURES.md
* feat: filter toggle setting change event
2024-06-23 18:46:57 -06:00
DecafDev
aa7adb119b
Add group list scroll buttons ( #110 )
...
* feat: add left right scroll buttons to group list
* fix: resolve scrollable buttons sometimes not appearing
* chore: bump version
2024-06-23 16:35:11 -06:00
DecafDev
f4f5471ad7
Add clock updates setting ( #106 )
...
* feat: add enable clock updates setting
* feat: add event handler for clock updates change
* refactor: update description
* chore: bump version
2024-06-23 13:25:46 -06:00
DecafDev
8543d800aa
Only load markdown content ( #104 )
...
* fix: only load markdown content
* refactor: remove console log
* chore: bump version
2024-06-23 12:37:39 -06:00
DecafDev
691a814c6b
Support all files ( #102 )
...
* feat: support all file types
* chore: bump version
2024-06-23 12:30:57 -06:00
DecafDev
c2648f02de
chore: bump version
2024-06-23 00:08:28 -06:00