]> git.seodisparate.com - SimpleArchiver/commitdiff
Add Changelog.md
authorStephen Seo <seo.disparate@gmail.com>
Tue, 8 Oct 2024 04:23:52 +0000 (13:23 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Tue, 8 Oct 2024 04:26:50 +0000 (13:26 +0900)
Changelog.md [new file with mode: 0644]

diff --git a/Changelog.md b/Changelog.md
new file mode 100644 (file)
index 0000000..3a7fea2
--- /dev/null
@@ -0,0 +1,24 @@
+# Changelog
+
+## Upcoming Changes
+
+## Version 1.0
+
+First release.
+
+Features:
+
+  - Can specify any command as de/compressor when archiving.
+      - The commands must accept file data in stdin and output processed data to
+        stdout.
+  - Can specify any command as decompressor when extracting to override the
+    simple-archive's stored decompressor.
+  - Archives/compresses into chunks to reduce overhead by compressing per chunk
+    instead of per file.
+  - Chunk size can be tweaked by a parameter setting.
+  - Can archive without de/compressor to be compressed separately.
+  - Supports pre-version-1 simple archiver file format (version 0).
+  - Archives regular files and symlinks.
+  - Keeps track of files and symlink permissions.
+  - Keeps track of file UID and GID (only set if extracting as root).
+  - Can be set to ignore absolute paths for symlinks by parameter setting.