Commit Graph

43 Commits

Author SHA1 Message Date
102b05f534 Fix: Expand recurrences from event start but filter to last 7 days and iterate to 0.3.28
All checks were successful
Build SilverBullet Plug / build (push) Successful in 44s
2026-02-19 09:49:47 -08:00
5f9d062d09 Chore: Force update by iterating to 0.3.27
All checks were successful
Build SilverBullet Plug / build (push) Successful in 39s
2026-02-19 08:59:59 -08:00
08b5019452 Fix: Add 7-day lookback window for recurring events expansion and iterate to 0.3.26 2026-02-19 08:53:25 -08:00
9b54e2d8a8 Fix: Restore proven recursive date sanitization and unique indexing from deb30ab and iterate to 0.3.25
All checks were successful
Build SilverBullet Plug / build (push) Successful in 30s
2026-02-18 10:26:50 -08:00
3c69a3567b Fix: Sanitize event objects before indexing and iterate to 0.3.24
All checks were successful
Build SilverBullet Plug / build (push) Successful in 32s
2026-02-18 10:12:10 -08:00
53a3c0e5db Fix: Handle potential Date objects in event start and iterate to 0.3.23
All checks were successful
Build SilverBullet Plug / build (push) Successful in 29s
2026-02-18 10:04:54 -08:00
606fca25a8 Chore: Add debug logging and iterate to 0.3.22
All checks were successful
Build SilverBullet Plug / build (push) Successful in 24s
2026-02-18 09:58:22 -08:00
f06799419c Feat: Implement version sync and iterate to 0.3.21
All checks were successful
Build SilverBullet Plug / build (push) Successful in 27s
- Added a version sync orchestrator script to ensure consistent versioning across project files.
- Configured `deno task build` to automatically synchronize versions before compiling.
- Set the project version to 0.3.21 in `deno.json` and propagated it throughout the codebase.
2026-02-18 08:44:48 -08:00
1cd6fd490b Fix: Align plug versions and remove redundant version field
All checks were successful
Build SilverBullet Plug / build (push) Successful in 36s
- Updated  to version  to match  and ensure correct plug versioning.
- Removed the  field from  as it is redundant and can lead to version inconsistencies, with  now serving as the canonical source for the plug's version.
2026-02-18 07:14:00 -08:00
598b097b13 [fix] updating version to 0.3.20
All checks were successful
Build SilverBullet Plug / build (push) Successful in 34s
2026-02-18 05:49:47 -08:00
b786978804 Fix: Add requiredPermissions for legacy SB versions (v0.3.19)
All checks were successful
Build SilverBullet Plug / build (push) Successful in 25s
2026-02-17 18:09:27 -08:00
4030c3fef0 Fix: Unified plug identity to Library/sstent/icalendar (v0.3.18)
All checks were successful
Build SilverBullet Plug / build (push) Successful in 28s
2026-02-17 16:04:22 -08:00
2f4499a068 Fix: Final unified naming and permissions (v0.3.17)
All checks were successful
Build SilverBullet Plug / build (push) Successful in 26s
2026-02-17 15:03:00 -08:00
8ffdebb673 Fix: Align plug name in manifests to allow update (v0.3.16)
All checks were successful
Build SilverBullet Plug / build (push) Successful in 34s
2026-02-17 14:58:23 -08:00
5f9afac9d8 Fix: Add fetch permission and bump to v0.3.16
All checks were successful
Build SilverBullet Plug / build (push) Successful in 25s
2026-02-17 14:57:02 -08:00
03907f3789 Fix: Revert manifest structure to working baseline (v0.3.15)
All checks were successful
Build SilverBullet Plug / build (push) Successful in 21s
2026-02-17 14:53:30 -08:00
17f6308585 Fix: Final clean build v0.3.14 with verified mapping and name
All checks were successful
Build SilverBullet Plug / build (push) Successful in 19s
2026-02-17 14:51:47 -08:00
7d690cdb2a Fix: Final verified build v0.3.13 with explicit naming and mapping
All checks were successful
Build SilverBullet Plug / build (push) Successful in 25s
2026-02-17 14:48:51 -08:00
98c3b64659 Fix: Final working v0.3.12 build with populated function mapping
All checks were successful
Build SilverBullet Plug / build (push) Successful in 23s
2026-02-17 14:46:38 -08:00
70e6a4ef82 Fix: Final working v0.3.11 build with correct function mapping
All checks were successful
Build SilverBullet Plug / build (push) Successful in 33s
2026-02-17 14:39:39 -08:00
4aa83f4a0b Fix: Ensure PLUG.md and plug.js are at root (v0.3.1)
All checks were successful
Build SilverBullet Plug / build (push) Successful in 26s
2026-02-17 13:42:57 -08:00
9f7f1b6d2a Fix: Update plug name in manifest
All checks were successful
Build SilverBullet Plug / build (push) Successful in 25s
2026-02-17 13:28:25 -08:00
02e29e7da4 Fix: Add missing files entry to PLUG.md
All checks were successful
Build SilverBullet Plug / build (push) Successful in 25s
2026-02-17 13:24:49 -08:00
070b10843e Fix(timezone): Implement True UTC calculation and bump to v0.3.0
All checks were successful
Build SilverBullet Plug / build (push) Successful in 24s
2026-02-17 10:07:02 -08:00
66f60bc9ae Bump version to 0.2.14 and simplify date processing to native browser behavior
All checks were successful
Build SilverBullet Plug / build (push) Successful in 26s
2026-02-17 08:26:32 -08:00
81d5e8738e Bump version to 0.2.13 and improve date processing stability
All checks were successful
Build SilverBullet Plug / build (push) Successful in 23s
2026-02-17 08:21:34 -08:00
90f317be6e Bump version to 0.2.12 and fix Outlook timezone logic
All checks were successful
Build SilverBullet Plug / build (push) Successful in 24s
2026-02-17 08:16:06 -08:00
124a780b65 Bump version to 0.2.11 and add tzShift support
All checks were successful
Build SilverBullet Plug / build (push) Successful in 21s
2026-02-17 08:10:13 -08:00
9e54f0320e Bump version to 0.2.10 and add explicit date localization with logs
All checks were successful
Build SilverBullet Plug / build (push) Successful in 20s
2026-02-17 08:05:52 -08:00
ab0db17a47 Bump version to 0.2.9 and improve ISO localization logic
All checks were successful
Build SilverBullet Plug / build (push) Successful in 28s
2026-02-17 07:58:53 -08:00
56b6e7d0bf Bump version to 0.2.8 and add targeted logging for problematic UID
All checks were successful
Build SilverBullet Plug / build (push) Successful in 20s
2026-02-17 07:45:37 -08:00
80cd15c1b5 Bump version to 0.2.6
All checks were successful
Build SilverBullet Plug / build (push) Successful in 25s
2026-02-17 07:28:57 -08:00
45ab0e8d95 Bump version to 0.2.5 and add detailed date conversion logging
All checks were successful
Build SilverBullet Plug / build (push) Successful in 14s
2026-02-17 07:15:45 -08:00
86824991a6 Bump version to 0.2.4 and add timezone diagnostics
All checks were successful
Build SilverBullet Plug / build (push) Successful in 21s
2026-02-17 06:52:03 -08:00
e3fcf743f8 Update version to 0.2.3 in PLUG.md
All checks were successful
Build SilverBullet Plug / build (push) Successful in 14s
2026-02-16 11:23:48 -08:00
4d9943ed72 Revert to relative path in PLUG.md
All checks were successful
Build SilverBullet Plug / build (push) Successful in 22s
2026-02-16 09:36:54 -08:00
10286625cc Use full URL for JS file in PLUG.md
All checks were successful
Build SilverBullet Plug / build (push) Successful in 19s
2026-02-16 09:35:32 -08:00
7031d15833 Add version to PLUG.md
All checks were successful
Build SilverBullet Plug / build (push) Successful in 18s
2026-02-16 09:32:29 -08:00
ab303c694e Update PLUG.md name for Gitea
All checks were successful
Build SilverBullet Plug / build (push) Successful in 21s
2026-02-16 09:31:16 -08:00
31fdf3f42b Correct PLUG.md format based on template
All checks were successful
Build SilverBullet Plug / build (push) Successful in 28s
2026-02-16 08:23:07 -08:00
cb4f2c03c0 Switch PLUG.md back to table format for better compatibility
All checks were successful
Build SilverBullet Plug / build (push) Successful in 31s
2026-02-16 08:22:19 -08:00
6641f03519 Update PLUG.md
Some checks failed
Build SilverBullet Plug / build (push) Failing after 9s
2026-02-16 00:05:47 +00:00
651a1107d1 Align project structure with silverbullet-plug-template
Some checks failed
Build SilverBullet Plug / build (push) Failing after 11s
- Rename deno.jsonc to deno.json and update build tasks
- Add PLUG.md for SB v2 installation
- Update .gitignore to include .plug.js files
- Update README.md with new installation instructions
- Simplify GitHub workflow
2026-02-15 15:27:51 -08:00