This website requires JavaScript.
Explore
Help
Sign In
obsidian-plugin
/
tmlnv_obsidian-telegram-bridge
Watch
1
Star
0
Fork
You've already forked tmlnv_obsidian-telegram-bridge
0
mirror of
https://github.com/tmlnv/obsidian-telegram-bridge.git
synced
2026-07-22 06:53:13 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
main
tmlnv_obsidian-telegram-bridge
/
versions.json
5 lines
43 B
JSON
Raw
Permalink
Normal View
History
Unescape
Escape
prepare plugin for obsidian community registry - rename plugin to telegram-bridge (drop 'obsidian' prefix per guidelines) - promote manifest.json + versions.json to repo root - replace settings h2/h3/h4 with Setting.setHeading() - drop plugin-name prefix from command titles, add reconnect and sign-out - wire SyncEngine polling through plugin.registerInterval - replace console.log with Notice in show-client-id - move inline usage-bar styles to CSS custom properties - gate status bar item on Platform.isDesktopApp - add first-run supabase requirement disclosure - add tag-triggered GitHub release workflow
2026-04-19 17:02:58 +00:00
{
fix: resolve obsidian community review issues for 0.1.1 - tsconfig: drop deprecated baseUrl and moduleResolution=node10 (node->bundler) that failed build verification on newer TypeScript - esbuild: replace builtin-modules dependency with node:module builtinModules - settings-tab: use createDiv/createSpan instead of createEl("div"/"span") - main: avoid globalThis; reference crypto.randomUUID directly - type Supabase rpc/select responses and loadData to remove unsafe-any flows (destructuring, assignment, member access, arguments) - template-engine: annotate replace() callback params to drop unsafe arguments - styles: drop !important; override via selector specificity - bump version to 0.1.1 (manifest, package, versions)
2026-06-29 20:06:08 +00:00
"0.1.0"
:
"1.5.0"
,
"0.1.1"
:
"1.5.0"
prepare plugin for obsidian community registry - rename plugin to telegram-bridge (drop 'obsidian' prefix per guidelines) - promote manifest.json + versions.json to repo root - replace settings h2/h3/h4 with Setting.setHeading() - drop plugin-name prefix from command titles, add reconnect and sign-out - wire SyncEngine polling through plugin.registerInterval - replace console.log with Notice in show-client-id - move inline usage-bar styles to CSS custom properties - gate status bar item on Platform.isDesktopApp - add first-run supabase requirement disclosure - add tag-triggered GitHub release workflow
2026-04-19 17:02:58 +00:00
}
Reference in a new issue
Copy permalink