Commit Graph

150 Commits

Author SHA1 Message Date
ffaef28332 conductor(checkpoint): Checkpoint end of Phase 3: Features 2026-02-19 07:05:02 -08:00
4128c046d0 conductor(plan): Mark phase 'Phase 2: Core Logic' as complete 2026-02-19 07:00:08 -08:00
10a6db5893 conductor(checkpoint): Checkpoint end of Phase 2: Core Logic 2026-02-19 07:00:01 -08:00
85691d1df5 conductor(plan): Mark phase 'Phase 1: Foundation' as complete 2026-02-19 06:57:25 -08:00
b8bf269de8 conductor(checkpoint): Checkpoint end of Phase 1: Foundation 2026-02-19 06:57:15 -08:00
b94ebd30a2 chore(conductor): Add conductor setup files and new track 'timezone_rrule_20260218' 2026-02-19 06:50:29 -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
35229aa941 Build: Updated compiled plug files for version 0.3.21
All checks were successful
Build SilverBullet Plug / build (push) Successful in 24s
2026-02-18 09:50:26 -08:00
8e6d0d9f88 Fix: Remove stray Library directory that contained an old plug version
All checks were successful
Build SilverBullet Plug / build (push) Successful in 28s
2026-02-18 09:18:16 -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
GitHub Action
d1079bd302 Build and update icalendar.plug.js [skip ci] 2026-02-18 16:08:24 +00:00
46d8e5f3a0 Fixing plugin build output location
All checks were successful
Build SilverBullet Plug / build (push) Successful in 27s
2026-02-18 08:04:11 -08:00
48e6e945e1 Feat: Increment version to 0.3.21
All checks were successful
Build SilverBullet Plug / build (push) Successful in 31s
- Iterated the patch version for the iCalendar plug from 0.3.20 to 0.3.21.
- Updated  and  with the new version.
- This change is intended to be built and deployed via Gitea Actions.
2026-02-18 07:47:17 -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
a11aecfd1b Chore: Add detailed logging to diagnose zero events issue (v0.3.20)
All checks were successful
Build SilverBullet Plug / build (push) Successful in 25s
2026-02-18 05:45:39 -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
1ea0e020f9 Cleanup: Remove redundant Library folder, keep only root PLUG.md
All checks were successful
Build SilverBullet Plug / build (push) Successful in 21s
2026-02-17 14:59:42 -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
GitHub Action
188cbf1254 Build and update icalendar.plug.js [skip ci] 2026-02-17 22:41:27 +00:00
d8f6f0396f Chore: Cleanup before rebase
All checks were successful
Build SilverBullet Plug / build (push) Successful in 33s
2026-02-17 14:40:48 -08:00
170de52e6b Chore: Add version consistency check to build process 2026-02-17 14:40:48 -08:00
GitHub Action
76be84b487 Build and update icalendar.plug.js [skip ci] 2026-02-17 22:40:24 +00: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
cd194de3f7 Fix: Provide files in Library/ path for Library Manager compatibility (v0.3.1)
All checks were successful
Build SilverBullet Plug / build (push) Successful in 30s
2026-02-17 13:56:48 -08:00
ced95d2a7a Fix: Final working v0.3.1 with fixed function mapping
All checks were successful
Build SilverBullet Plug / build (push) Successful in 25s
2026-02-17 13:55:31 -08:00
a7180995b0 Fix: Align internal plug name with Library Manager naming (v0.3.1)
All checks were successful
Build SilverBullet Plug / build (push) Successful in 34s
2026-02-17 13:46:41 -08:00
a11c6bd906 Cleanup: Remove unnecessary Library folder and keep plug files at root
All checks were successful
Build SilverBullet Plug / build (push) Successful in 31s
2026-02-17 13:45:09 -08:00
62d4ba1006 Build: Finally correctly building v0.3.1 with manifest update
All checks were successful
Build SilverBullet Plug / build (push) Successful in 29s
2026-02-17 13:44:19 -08:00
d4b8fea8f9 Build: Correctly build v0.3.1 with version bump in code
All checks were successful
Build SilverBullet Plug / build (push) Successful in 19s
2026-02-17 13:43:45 -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
bf90d8bda2 Fix: Final rebuild and version sync (v0.3.1)
All checks were successful
Build SilverBullet Plug / build (push) Successful in 34s
2026-02-17 13:34:50 -08:00
ae3935f048 Fix: Align repo structure with Library naming
All checks were successful
Build SilverBullet Plug / build (push) Successful in 24s
2026-02-17 13:32:35 -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
32933f9a34 Build: Use local deno in Makefile for CI compatibility
All checks were successful
Build SilverBullet Plug / build (push) Successful in 25s
2026-02-17 10:19:20 -08:00
GitHub Action
b53fc0acf8 Build and update icalendar.plug.js [skip ci] 2026-02-17 18:07:35 +00: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
GitHub Action
8d66834a48 Build and update icalendar.plug.js [skip ci] 2026-02-17 16:36:46 +00:00
6480b56875 Merge fixes and new dev tools
All checks were successful
Build SilverBullet Plug / build (push) Successful in 18s
2026-02-17 08:36:22 -08:00