John Morabito
13c5c1e1b2
Merge PR #177 : Fixed status bar bug
...
Fixed bug where status bar commands would be deleted from the list when
the command stopped being available (e.g. from other plugins that hadn't
loaded yet at onLayoutReady time).
Co-authored-by: davidvkimball <davidvkimball@users.noreply.github.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-13 11:29:54 -04:00
johnny1093
f13537701f
Merge pull request #195 from jsmorabito/dependabot-alert-fixes
...
fix: pin esbuild-sass-plugin to 3.3.1 to resolve CI peer dep conflict
2026-06-04 20:39:14 -04:00
John Morabito
125306e4b1
fix: pin esbuild-sass-plugin to 3.3.1 to resolve CI peer dep conflict
...
esbuild-sass-plugin@^3.3.1 resolved to 3.7.0 in CI, which requires
esbuild>=0.27.3. Our esbuild is ^0.25.0, causing ERESOLVE. Pinning
to exactly 3.3.1 keeps compatibility with esbuild 0.25.x.
2026-06-04 20:31:56 -04:00
johnny1093
8a33a5a0fd
Merge pull request #194 from jsmorabito/dependabot-alert-fixes
...
Dependabot alert fixes
2026-06-04 20:24:19 -04:00
John Morabito
92653481f2
security: upgrade esbuild 0.15→0.25, esbuild-sass-plugin 2→3
...
Fixes moderate severity Dependabot alert:
- esbuild <=0.24.2: dev server could be queried by any website
(GHSA-67mh-4wv8-2f99)
Changes:
- esbuild: ^0.15.16 → ^0.25.0
- esbuild-sass-plugin: ^2.4.2 → ^3.3.1 (required for esbuild compat)
- sass-embedded: ^1.71.1 added (peer dep for esbuild-sass-plugin 3.x)
- scripts/esbuild.config.mjs: replaced removed watch:boolean option with
esbuild.context() + ctx.watch() API (changed in esbuild 0.17)
All changes are dev/build toolchain only and do not affect the
compiled main.js shipped to users.
2026-06-05 00:04:54 +00:00
John Morabito
3a9e8a8c3a
security: add npm overrides to fix 15 transitive dep vulnerabilities
...
All affected packages are development dependencies only and do not
affect the compiled plugin that users install.
Overrides added (minimum safe versions):
- ajv: ^6.14.0 (was 6.12.6, ReDoS)
- brace-expansion: ^1.1.13 (was 1.1.11, ReDoS)
- braces: ^3.0.3 (was 3.0.2, uncontrolled resource consumption)
- cross-spawn: ^7.0.5 (was mixed 6/7, ReDoS)
- flatted: ^3.4.2 (was 3.2.7, prototype pollution + DoS)
- immutable: ^4.3.8 (was 4.1.0, prototype pollution)
- js-yaml: ^4.1.1 (was 4.1.0, prototype pollution)
- micromatch: ^4.0.8 (was 4.0.5, ReDoS)
- minimatch: ^3.1.5 (was 3.1.2, ReDoS)
- nanoid: ^3.3.8 (was 3.3.4, predictable output)
- picomatch: ^2.3.2 (was 2.3.1, method injection + ReDoS)
- postcss: ^8.5.10 (was 8.4.20, parsing error + XSS)
- semver: ^7.5.2 (was mixed, ReDoS)
- word-wrap: ^1.2.4 (was 1.2.3, ReDoS)
- yaml: ^1.10.3 (was 1.10.2, stack overflow)
2026-06-04 23:59:10 +00:00
johnny1093
a3f6240f77
Update GitHub Sponsors username in FUNDING.yml
2026-04-21 10:51:54 -04:00
johnny1093
e26a450840
Update manifest.json
2026-04-12 19:06:22 -04:00
johnny1093
8ab02a116c
Merge pull request #164 from Moyf/add-zh-cn
...
chore: add missing localization for zh-cn
2026-04-12 19:01:46 -04:00
johnny1093
8ac02b72a7
Merge pull request #170 from Ace-Kyle/main
...
Add new suppport language for Vietnamese
2026-04-12 19:01:11 -04:00
johnny1093
aa3b14c214
Merge pull request #112 from grvn/patch-1
...
Added swedish locale
2026-04-12 19:00:46 -04:00
johnny1093
a63339b6a1
Merge pull request #150 from niaodan2b/patch-1
...
Update zh-cn.json
2026-04-12 19:00:14 -04:00
johnny1093
78fd1e702f
Merge pull request #156 from hartegg/patch-1
...
Create hr.json
2026-04-12 18:59:42 -04:00
David V. Kimball
513454bc2d
Fixed tooltip position for status bar commands.
2025-11-26 15:20:30 -08:00
David V. Kimball
7e38ed7169
Fixed bug where status bar commands would be deleted from the list when the command stopped being available.
2025-11-25 23:24:17 -08:00
TinyFox
ac754f08c1
Add new suppport language for Vietnamese
...
- Language: Vietnamese
- Language code: vi (vn)
2025-08-13 04:20:48 +07:00
Moy
8f30a624c5
chore: add missing localization for zh-cn
2025-07-03 13:17:00 +08:00
Phillip
27d0e167ce
chore: bump version
2025-06-12 11:31:42 +00:00
Phillip
11b829713d
Merge pull request #161 from Quorafind/main
...
Fix issue padding on mobile in 1.9.0
2025-06-12 13:29:03 +02:00
quorafind
119ccead08
style: revert the padding-bottom in AT-multirow
2025-06-12 19:15:39 +08:00
quorafind
a33189237d
Integrate Kevin Woo's iOS mobile toolbar fix
2025-06-12 19:07:01 +08:00
quorafind
1be36a83fb
Merge kevinawoo/patch-1: fix additional mobile toolbar space issue in iOS
2025-06-12 19:06:30 +08:00
quorafind
e5904608ed
revert: seems like set the padding-bottom to be zero should fix the issue that huge spacing of toolbar
2025-06-12 18:51:25 +08:00
quorafind
2f5b75df08
revert: back to typescript 4.9.3 to prevent issue with preact
2025-06-12 18:26:59 +08:00
quorafind
b394ec8037
fix: rebase issue
2025-06-12 18:22:54 +08:00
Kevin Woo
a6e9a972b2
fix: additional mobile toolbar space issue in 1.9.0
...
On iOS, the fix introduced in #158 , didn't actually fix it for me.
This resolves the issue for me on iOS, Obsidian v1.9.1 (207)
2025-06-12 00:48:02 -07:00
Phillip
3df5067e82
fix: release workflow
2025-06-12 06:52:27 +00:00
Phillip
3171e52a61
chore: bump version
2025-06-12 06:43:42 +00:00
Phillip
fd312506b6
Merge pull request #158 from Quorafind/main
...
fix: mobile toolbar space issue in 1.9.0
2025-06-12 08:40:12 +02:00
quorafind
9d539c0703
fix: type issue with typescript package version
2025-06-12 12:43:07 +08:00
quorafind
cb782f77d5
fix: mobile toolbar space issue in 1.9.0
2025-06-12 11:35:44 +08:00
hartegg
85423db72a
Create hr.json
2025-04-23 15:45:24 +02:00
niaodan2b
5c87eb10ed
Update zh-cn.json
...
fix typo
2024-12-26 17:40:03 +08:00
johnny1093
3546c74572
Merge pull request #141 from Quorafind/feat/new-icon-list
...
Support new icon set after Obsidian 1.7.3
2024-10-10 21:37:11 -04:00
quorafind
9d1ff5382c
revert: debug issue
2024-10-11 09:18:14 +08:00
quorafind
384ea5bdd4
chore: bump version
2024-10-11 09:17:28 +08:00
quorafind
6603ae9dc5
chore: update version
2024-10-11 09:16:41 +08:00
quorafind
160bb0e443
feat: support new icon-set after obsidian 1.7.3
2024-10-11 08:47:06 +08:00
Rickard
ef8db4ee61
Added swedish locale
2023-10-31 10:16:53 +01:00
Phillip
9a0b731b06
Update package.json
2023-10-22 11:23:45 +02:00
Phillip
4c87147c77
Update manifest.json
2023-10-22 11:23:30 +02:00
Phillip
3d597c6045
Merge pull request #111 from drannex42/main
...
Update for new mobile menu bar CSS class name
2023-10-22 11:22:25 +02:00
Phillip
191898cfd9
Merge pull request #102 from ondrahlavac/czech-translation
...
feat: Czech localization
2023-10-22 11:22:04 +02:00
Macleod Sawyer
53e9a91f75
Update advanced-toolbar.scss
2023-10-22 01:55:19 -05:00
Macleod Sawyer
327b37ddb2
Fix for new version of Obsidian Moboe, renaming mobile list container menu class name
2023-10-22 01:54:58 -05:00
Ondra Hlaváč
cafa4955b6
feat: Czech localization
2023-08-09 12:41:27 +02:00
Phillip
45f1a6f1af
Merge pull request #100 from Grisha06/patch-1
...
added russian translation
2023-08-08 10:03:11 +02:00
NezertorcheaT
ab6a75a074
Update ru.json
...
again forgot about the slash before the quotes
2023-08-01 16:39:21 +00:00
NezertorcheaT
c1b5119d88
Update ru.json
2023-07-28 17:25:22 +00:00
NezertorcheaT
c17058d976
Update ru.json
2023-07-28 17:21:15 +00:00