Commit graph

  • 7e4a366ba3
    Merge pull request #15 from Ai-Jani:work main 1.2.0 Ai-Jani 2025-07-16 00:11:54 +0900
  • f62aaeb6a9 chore(release): bump version to 1.2.0 Ai-Jani 2025-07-16 00:07:40 +0900
  • 52dc00c6e9
    Merge pull request #14 from Ai-Jani/work Ai-Jani 2025-07-15 23:51:15 +0900
  • f15ca38db2 feat: Display the names of icons already set as placeholders in icon suggester. Ai-Jani 2025-07-15 23:45:18 +0900
  • 3a825e2cfc feat: Notify when "Add actions to the empty file view (new tab)" setting is changed. Ai-Jani 2025-07-15 23:36:34 +0900
  • 06fbe64df1 refactor: Adjusting the appearance of the Settings tab. Ai-Jani 2025-07-15 23:26:05 +0900
  • 354ea2e27c
    Merge pull request #13 from Ai-Jani/work Ai-Jani 2025-07-12 22:12:27 +0900
  • e842113c93 feat: add appearance settings with vertical centering and layout controls Ai-Jani 2025-07-12 22:02:47 +0900
  • 9ce5920a92 fix: typo (adopt cspell) Ai-Jani 2025-06-14 17:49:31 +0900
  • ed5a0d9ddc refactor: Refactor CSS and constants for improved empty file view styling Ai-Jani 2025-06-01 19:58:30 +0900
  • 9bb40b657b
    Merge pull request #11 from Ai-Jani:work 1.1.0 Ai-Jani 2025-04-24 18:37:25 +0900
  • d2a1aedc83 chore(release): bump version to 1.1.0 Ai-Jani 2025-04-24 18:30:46 +0900
  • 14204ad76d docs: Rename "New tab" to "empty file view (new tab)" in README Ai-Jani 2025-04-24 18:07:14 +0900
  • 0008e79ebb fix: Clarify error message for button addition failure Ai-Jani 2025-04-24 17:49:37 +0900
  • 2741d83fbe feat: Update text in UI (Response to sentence case, etc.) Ai-Jani 2025-04-24 17:45:48 +0900
  • 3d4828d7d4 chore: Add license information to esbuild output and update dependencies Ai-Jani 2025-04-24 17:01:25 +0900
  • 5e9cca0ac9
    Merge pull request #10 from Ai-Jani:work 1.0.2 Ai-Jani 2025-03-30 22:33:35 +0900
  • 4fd342b5f3 chore(release): bump version to 1.0.2 Ai-Jani 2025-03-30 22:32:40 +0900
  • 26c75479c7 chore: Add dependencies section to README Ai-Jani 2025-03-30 22:28:25 +0900
  • df8f1c5409
    Merge pull request #9 from Ai-Jani:work Ai-Jani 2025-03-30 20:46:15 +0900
  • 5236cbf3e4 chore(release): bump version to 1.0.1 Ai-Jani 2025-03-30 20:44:58 +0900
  • a263120d62 docs: Improve description formatting Ai-Jani 2025-03-30 20:22:28 +0900
  • 03900d213f
    Merge pull request #8 from Ai-Jani:work Ai-Jani 2025-03-30 19:45:11 +0900
  • ba1baf72d3 chore(release): bump version to 1.0.0 Ai-Jani 2025-03-30 19:40:50 +0900
  • 797b69dfb0 feat: Reset all new tabs on unload Ai-Jani 2025-03-30 19:09:39 +0900
  • 189467e583 docs: Update README.md Ai-Jani 2025-03-30 15:16:24 +0900
  • f464cbfbee feat: Add icon-text gap setting Ai-Jani 2025-03-30 14:46:38 +0900
  • 62dda5e1f2 Add release workflow Ai-Jani 2025-03-28 17:42:28 +0900
  • 8277caef1d chore: Update manifest and versions for Obsidian 1.8.4 compatibility Ai-Jani 2025-03-28 17:38:06 +0900
  • deb73e436d
    Merge pull request #7 from Ai-Jani:work Ai-Jani 2025-03-28 11:07:16 +0900
  • 84ec3328df docs: Add CHANGELOG and MaintenanceReport Ai-Jani 2025-03-28 11:00:38 +0900
  • 2eec54f371 refactor: Move loggerOnError to commons.ts Ai-Jani 2025-03-28 10:31:15 +0900
  • ad3a79e025 refactor: Move to action-basic.ts from commons.ts Ai-Jani 2025-03-28 10:24:12 +0900
  • 3dfcef150b refactor: Move action settings UI elements to action-settings.ts Ai-Jani 2025-03-28 10:11:57 +0900
  • 8d2f4e6222 refactor: Extract action editing logic to action-edit.ts Ai-Jani 2025-03-28 09:56:38 +0900
  • 935f241097 refactor: Rename actionSettingsModal.ts Ai-Jani 2025-03-28 09:36:23 +0900
  • 79915d6d38 refactor: Rename action.ts to action-basic.ts Ai-Jani 2025-03-28 09:34:45 +0900
  • dbabd80d3a feat: Implement close all new tabs functionality Ai-Jani 2025-03-27 22:58:04 +0900
  • a423cdedc1 refactor: Improve new tab action button handling Ai-Jani 2025-03-27 13:59:07 +0900
  • 73544b7e35
    Merge pull request #6 from Ai-Jani:work Ai-Jani 2025-03-26 23:45:56 +0900
  • 7f2e8c9fc0 fix: Correct "New Tab" to "New tab" in UI strings Ai-Jani 2025-03-26 23:39:44 +0900
  • 0e4de487b2 refactor: Remove UNSAFE_PROPERTIES and improve type safety Ai-Jani 2025-03-26 23:31:48 +0900
  • 2b99176803 refactor: Rename UNSAFE_EMPTY_PROPERTIES to UNSAFE_EMPTY_PROPS Ai-Jani 2025-03-26 21:59:04 +0900
  • c6b40c668c refactor: Rename UNSAFE_EMPTY_VIEW_PROPERTIES and improve typing Ai-Jani 2025-03-26 11:44:45 +0900
  • 9a750335f2 refactor: Divide UNSAFE_EMPTY_VIEW_PROPERTIES in unsafe.ts and update main.ts Ai-Jani 2025-03-26 11:17:46 +0900
  • 1303c3df5e refactor: Move unsafe constants to unsafe.ts Ai-Jani 2025-03-26 11:08:48 +0900
  • 8a25b58909 refactor: Move unsafe types to unsafe.ts Ai-Jani 2025-03-26 11:00:35 +0900
  • d888d79cc8 refactor: Remove EmptyObjectType and EmptyArrayType Ai-Jani 2025-03-26 10:53:41 +0900
  • c0ccce270f
    Merge pull request #5 from Ai-Jani:work Ai-Jani 2025-03-26 10:47:23 +0900
  • 6058120a1e docs: Add ToDo section to README Ai-Jani 2025-03-26 10:34:30 +0900
  • 6081228e49 docs: Improve README documentation and add screenshots Ai-Jani 2025-03-26 10:22:17 +0900
  • 837027a2b9 chore: Update @types/estree and @types/node Ai-Jani 2025-03-24 23:13:32 +0900
  • 7f6b12ccce
    Merge pull request #4 from Ai-Jani/work Ai-Jani 2025-03-24 18:13:13 +0900
  • e3b9fd0b82 fix: Escape quotes in manifest and package descriptions Ai-Jani 2025-03-24 18:09:19 +0900
  • 68cbf74d20 chore: Update dependencies and ESLint configuration Ai-Jani 2025-03-24 12:54:57 +0900
  • 035207a057
    Merge pull request #3 from Ai-Jani:work Ai-Jani 2025-03-23 16:08:15 +0900
  • d49bc56b66 feat: Exchange ask behavior on command and file actions callback Ai-Jani 2025-03-23 15:46:51 +0900
  • 564e4dc7f8
    Update README.md Ai-Jani 2025-03-22 19:11:44 +0900
  • e33b85534a
    Merge pull request #2 from Ai-Jani:work Ai-Jani 2025-03-22 19:04:33 +0900
  • 0b2d583b75 chore: Rename plugin and update descriptions Ai-Jani 2025-03-22 19:00:38 +0900
  • 17fc8c756a docs: Improve README.md Ai-Jani 2025-03-22 18:35:23 +0900
  • 4117b4005d Moving to a public repository Ai-Jani 2025-03-21 11:14:12 +0900
  • 3cb17b1439
    Merge pull request #1 from Ai-Jani/work Ai-Jani 2025-03-21 10:56:31 +0900
  • 68e5db0137
    Create LICENSE Ai-Jani 2025-03-21 10:53:43 +0900
  • 17a1e8d2b7 first commit Ai-Jani 2025-03-21 10:46:58 +0900