Commit graph

  • a7428dcbea
    Version 0.6.2 main 0.6.2 Mike Farr 2026-05-17 06:54:17 -0400
  • bd5494721e
    Address issues surfaced by Obsidian plugin review (PR #27) Mike Farr 2026-05-17 06:34:29 -0400
  • 8721cf6c9a
    Use latest checkout and setup-node actions Mike Farr 2026-05-16 08:11:03 -0400
  • 77bffe4dcb
    Add workflow_dispatch trigger to release action Mike Farr 2026-05-16 07:50:33 -0400
  • 317b503aac
    Add file attestation to release artifacts Mike Farr 2026-05-16 07:35:55 -0400
  • 5d3307ed79
    Remove unused totalArchived variable Mike Farr 2026-05-15 08:07:21 -0400
  • 802067179e
    Address issues raised by plugin review Mike Farr 2026-05-15 07:25:36 -0400
  • 36b85192b5
    Add Claude Code GitHub Workflow (#25) Mike Farr 2026-04-11 11:41:58 -0400
  • fdb37bfe44 "Update Claude Code Review workflow" Mike Farr 2026-04-11 11:40:16 -0400
  • 850deef687 "Update Claude PR Assistant workflow" Mike Farr 2026-04-11 11:40:15 -0400
  • f0a66bf194
    Version 0.6.1 0.6.1 Mike Farr 2026-04-09 07:37:31 -0400
  • 22e54c1381
    Version 0.6.0 Mike Farr 2026-04-06 10:00:47 -0400
  • b1b1106638
    Version 0.6.0 Mike Farr 2026-04-06 09:59:13 -0400
  • 1791d59567
    Add auto-archive feature (#21) John Alberts 2026-04-06 06:52:34 -0700
  • 7079ab7602
    Fixed: - withTimeout doesn't actually prevent ReDoS - No concurrency guard on processAutoArchiveRules() - autoArchiveFrequency not validated in settings migration - Exceptions from archiveFile() abort the rest of the cycle silently John Alberts 2026-04-03 12:03:32 -0700
  • b41f8f4316
    Merge 7d0c14c422 into 92085da3a7 Gareth Evans 2026-04-01 21:49:51 +0000
  • cde602ea57
    Merge 81456eb01f into 92085da3a7 Gareth Evans 2026-03-30 22:43:37 +0000
  • 92085da3a7
    Add claude GitHub actions 1774542556683 (#22) Mike Farr 2026-03-26 12:35:20 -0400
  • a156a91eb0 "Claude Code Review workflow" add-claude-github-actions-1774542556683 Mike Farr 2026-03-26 12:29:18 -0400
  • 78780426b4 "Claude PR Assistant workflow" Mike Farr 2026-03-26 12:29:17 -0400
  • 08f3919878
    Move the lastAutoArchiveRunAt key from data.json to a dedicated autoarchive_data.json file. This will allow anyone using this plugin with the obsidian-git plugin to be able to add autoarchive_data.json to thier .gitignore and not have this temporary value that changes constantly to be synced. John Alberts 2026-03-25 10:37:50 -0700
  • e2de034c1a
    Fix eslint warnings John Alberts 2026-03-09 13:31:21 -0700
  • d01b0ace85
    Fix problems in auto-archive modal that allowed pressing ESC to bypass validation checks. Hitting ESC now cancels and doesn't save any changes. John Alberts 2026-03-09 13:15:55 -0700
  • 61aa68f632
    Add auto-archive feature John Alberts 2026-02-23 15:45:02 -0800
  • 7fd371c2e3
    Version 0.5.2 0.5.2 Mike Farr 2026-02-28 08:25:37 -0500
  • d2f0e49784
    Add auto-archive feature John Alberts 2026-02-23 15:45:02 -0800
  • aac53c74a3
    Fix leading zero preservation in unarchive operation (#16) Gareth Evans 2025-10-21 04:30:40 -0700
  • 06e1f02256
    Add rename option for file collisions during archive (#3) 0.6.0-test1 Gareth Evans 2025-10-16 00:13:59 -0700
  • 7d0c14c422
    Use originalName in error message for consistency ggfevans 2025-10-16 00:07:29 -0700
  • e0aba65173
    Merge main into feature/issue-18-rename-option ggfevans 2025-10-15 22:30:04 -0700
  • e97ec7458a
    Implement folder merge functionality for archive operations (#2) Gareth Evans 2025-10-15 22:22:04 -0700
  • 3808c9e136
    Fix leading zero preservation in unarchive operation (#1) Gareth Evans 2025-10-15 22:21:11 -0700
  • 5077bde53c
    Add rename option for file collisions during archive ggfevans 2025-10-15 00:10:36 -0700
  • 81456eb01f
    Implement folder merge functionality for archive operations ggfevans 2025-10-14 23:49:00 -0700
  • 6566f6785d
    Fix leading zero preservation in unarchive operation ggfevans 2025-10-14 21:31:25 -0700
  • e0af8a11a9
    Bump version to v0.5.1 0.5.1 Mike Farr 2025-07-01 10:00:38 -0400
  • 2d0e15754d
    Version 0.5.0 Mike Farr 2025-06-29 06:44:31 -0400
  • 1f3fa3a026
    Feature: Implement unarchive functionality for files (#13) Nicholas Lau 2025-06-29 22:27:41 +1200
  • 918918ea4a
    fix: ensure original folder is created only if file has parent level Nicholas Lau 2025-06-29 21:21:38 +1200
  • 0097ba4148
    feat: add command to move files out of archive with unarchive functionality Nicholas Lau 2025-06-28 16:45:43 +1200
  • 82aafc41dc
    feat: implement unarchive functionality for individual and multiple files Nicholas Lau 2025-06-28 16:45:29 +1200
  • 33eb4fb1b6
    feat: add unarchive functionality entry-point to file context menus Nicholas Lau 2025-06-28 16:28:00 +1200
  • cbdfa81b25
    refactor: file archiving checks to use isFileArchived method for improved readability Nicholas Lau 2025-06-28 16:27:02 +1200
  • 13b2d56f8a
    prepare dev environment on pnpm Nicholas Lau 2025-06-28 14:25:36 +1200
  • 90dd0c9ce8
    Update README Mike Farr 2025-04-18 08:26:45 -0400
  • a51cca64ec
    Update README Mike Farr 2025-04-18 08:25:03 -0400
  • 293f83b41a
    Version 0.4.0 0.4.0 Mike Farr 2025-04-18 08:09:48 -0400
  • 76d3d74748
    Provide option to overwrite existing archived files when archiving (#12) Mike Farr 2025-04-18 08:07:10 -0400
  • 2161956249
    Prompt to replace or cancel if same item exists in archive Mike Farr 2025-04-13 10:07:16 -0400
  • 5d1540fd8f
    Add SimpleArchiverPromptModal Mike Farr 2025-04-13 10:03:27 -0400
  • 40824ea6f5
    Refactor moveToArchive response to include message Mike Farr 2025-04-12 14:06:53 -0400
  • beeeaaa7d7
    Version 0.3.1 0.3.1 Mike Farr 2025-04-04 09:07:27 -0600
  • 6d0061ad49
    Normalize destination file path (#10) Mike Farr 2025-04-04 09:05:39 -0600
  • 708ebb5e6c
    Normalize destination file path Mike Farr 2025-04-04 09:02:58 -0600
  • d16c56bd1a
    Update README Mike Farr 2025-04-04 07:11:38 -0600
  • 1c28140d32
    Version 0.3.0 0.3.0 Mike Farr 2025-04-04 06:27:49 -0600
  • 4bd79f558d
    Validate archive folder name before saving (#8) Mike Farr 2025-04-04 06:14:03 -0600
  • dd79fc8783
    Validate archive folder name before saving Mike Farr 2025-04-03 07:28:22 -0600
  • d58e1bbb3d
    Version 0.2.0 0.2.0 Mike Farr 2025-03-29 08:56:15 -0400
  • 6b9d420def
    Allow multiple files to be archived (#3) Mike Farr 2025-03-29 08:51:10 -0400
  • 4b32808d43
    Update README Mike Farr 2025-03-29 08:50:01 -0400
  • e3648a657f
    Allow multiple files to be archived Mike Farr 2025-03-29 08:35:07 -0400
  • 9d2e8aa724
    Bump version to 0.1.1 0.1.1 Mike Farr 2025-03-20 06:40:29 -0400
  • a80a7d3208
    Fix casing on setting name Mike Farr 2025-03-20 06:28:42 -0400
  • 60ca598626
    Remove unused funding URL Mike Farr 2025-03-20 06:27:43 -0400
  • b5ff0836c8
    Add release workflow 0.1.0 Mike Farr 2025-03-09 15:21:10 -0400
  • 57cc3d009a
    Update version details Mike Farr 2025-03-09 15:13:22 -0400
  • 215557e417
    Remove obsidian from plugin name Mike Farr 2025-03-09 14:54:05 -0400
  • 92db98f125
    Clean up old promise code Mike Farr 2025-03-09 12:19:42 -0400
  • 7ac0a52fd4
    Normalize archive path setting Mike Farr 2025-03-09 12:14:20 -0400
  • 60c5be5caa
    Fix incorrect values in package-lock.json Mike Farr 2025-03-09 12:11:20 -0400
  • d8f83638a1
    Simplify existing file/folder check Mike Farr 2025-03-09 12:10:33 -0400
  • ee406989f7
    Add basic archiving functionality (#1) Mike Farr 2025-03-09 12:02:15 -0400
  • 3074267e59
    Add README Mike Farr 2025-03-09 11:59:03 -0400
  • aaae76e250
    Tidy up manifest.json Mike Farr 2025-03-09 11:58:37 -0400
  • 07af731cb6
    Check if item exists in archive before archiving Mike Farr 2025-03-09 11:58:10 -0400
  • 14ee7634a0
    Only allow archive if item isn't already archived Mike Farr 2025-03-09 11:52:52 -0400
  • da8aabd7c6
    Create destination folder if it doesn't exist Mike Farr 2025-03-08 11:15:02 -0500
  • 63cde5a4f2
    Remove unused sample code Mike Farr 2025-03-08 10:22:35 -0500
  • 15d0c475ce
    Initial archive implementation Mike Farr 2025-03-08 10:19:59 -0500
  • a69b1e6b0b
    Update package.json Mike Farr 2025-03-08 10:18:05 -0500
  • b49edccd05
    Add LICENSE Mike Farr 2025-03-08 09:23:43 -0500
  • daec2d4402
    Rename to Simple Archiver Mike Farr 2025-03-08 09:22:01 -0500
  • d8ac03415b
    Initial commit Mike Farr 2024-06-14 07:11:12 -0400