Mike Farr
f0a66bf194
Version 0.6.1
2026-04-09 07:37:31 -04:00
Mike Farr
22e54c1381
Version 0.6.0
2026-04-06 10:00:47 -04:00
John Alberts
1791d59567
Add auto-archive feature ( #21 )
2026-04-06 09:52:34 -04:00
Mike Farr
92085da3a7
Add claude GitHub actions 1774542556683 ( #22 )
...
* "Claude PR Assistant workflow"
* "Claude Code Review workflow"
2026-03-26 12:35:20 -04:00
Mike Farr
7fd371c2e3
Version 0.5.2
2026-02-28 08:25:37 -05:00
Gareth Evans
aac53c74a3
Fix leading zero preservation in unarchive operation ( #16 )
...
Resolves issue where unarchiving files from folders with leading zeros
(e.g., 00-inbox) incorrectly stripped the leading zero, causing files
to be restored to wrong locations (e.g., 0-inbox).
Root cause: Unarchive operation was not normalizing paths before passing
them to Obsidian's file management APIs, unlike the archive operation
which consistently normalized all paths.
Changes:
- Added normalizePath() to folder creation in moveFileOutOfArchive()
- Added normalizePath() to file rename in moveFileOutOfArchive()
This ensures consistent path handling between archive and unarchive
operations, preventing leading zeros from being stripped.
Fixes #15
Tested scenarios:
- Single leading zero (00-inbox, 01-projects)
- Multiple leading zeros (000-archive)
- Single zero folders (0-temp)
- Deeply nested numeric folders
- Regular folders (regression test)
2025-10-21 07:30:40 -04:00
Mike Farr
e0af8a11a9
Bump version to v0.5.1
2025-07-01 10:00:38 -04:00
Mike Farr
2d0e15754d
Version 0.5.0
2025-06-29 06:47:17 -04:00
Nicholas Lau
1f3fa3a026
Feature: Implement unarchive functionality for files ( #13 )
2025-06-29 06:27:41 -04:00
Mike Farr
90dd0c9ce8
Update README
2025-04-18 08:26:45 -04:00
Mike Farr
a51cca64ec
Update README
2025-04-18 08:25:03 -04:00
Mike Farr
293f83b41a
Version 0.4.0
2025-04-18 08:09:48 -04:00
Mike Farr
76d3d74748
Provide option to overwrite existing archived files when archiving ( #12 )
...
Resolves #4
2025-04-18 08:07:10 -04:00
Mike Farr
beeeaaa7d7
Version 0.3.1
2025-04-04 09:07:27 -06:00
Mike Farr
6d0061ad49
Normalize destination file path ( #10 )
...
Fixes path issue when attempting to archive an item from the root of the vault by normalizing the destination file path.
Resolves #9
2025-04-04 09:05:39 -06:00
Mike Farr
d16c56bd1a
Update README
2025-04-04 07:11:38 -06:00
Mike Farr
1c28140d32
Version 0.3.0
2025-04-04 06:27:49 -06:00
Mike Farr
4bd79f558d
Validate archive folder name before saving ( #8 )
...
Validates the archive folder name by disallowing : characters, names that start with . and relative paths.
Resolves #7
2025-04-04 06:14:03 -06:00
Mike Farr
d58e1bbb3d
Version 0.2.0
2025-03-29 08:56:15 -04:00
Mike Farr
6b9d420def
Allow multiple files to be archived ( #3 )
2025-03-29 08:51:10 -04:00
Mike Farr
9d2e8aa724
Bump version to 0.1.1
2025-03-20 06:40:29 -04:00
Mike Farr
a80a7d3208
Fix casing on setting name
2025-03-20 06:28:42 -04:00
Mike Farr
60ca598626
Remove unused funding URL
2025-03-20 06:27:43 -04:00
Mike Farr
b5ff0836c8
Add release workflow
2025-03-09 15:21:10 -04:00
Mike Farr
57cc3d009a
Update version details
2025-03-09 15:13:22 -04:00
Mike Farr
215557e417
Remove obsidian from plugin name
2025-03-09 14:54:05 -04:00
Mike Farr
92db98f125
Clean up old promise code
2025-03-09 12:19:42 -04:00
Mike Farr
7ac0a52fd4
Normalize archive path setting
2025-03-09 12:14:20 -04:00
Mike Farr
60c5be5caa
Fix incorrect values in package-lock.json
2025-03-09 12:11:20 -04:00
Mike Farr
d8f83638a1
Simplify existing file/folder check
2025-03-09 12:10:33 -04:00
Mike Farr
ee406989f7
Add basic archiving functionality ( #1 )
2025-03-09 12:02:15 -04:00
Mike Farr
d8ac03415b
Initial commit
2024-06-14 07:11:12 -04:00