File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Changelog
2+ All notable changes to this project will be documented in this file.
3+
4+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5+ and this project does adhere to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6+
7+
8+ ## [ 1.0.0] – 2026-04-07
9+ Added:
10+ - Checkbox to toggle visibility of directories (App + Preview)
11+ - Drag-n-drop onto document window (App) to open files
12+
13+
14+ ## [ 0.9.0] – 2026-04-06
15+ Initial release
16+
17+
18+ [ 1.0.0 ] : https://github.com/relikd/QLArchives/compare/v0.9.0...v1.0.0
19+ [ 0.9.0 ] : https://github.com/relikd/QLArchives/commit/11dffc8c5b44a157acf73dd999af3633065f35a9...v0.9.0
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ENABLE_HARDENED_RUNTIME = YES
88SWIFT_VERSION = 5.0
99
1010MACOSX_DEPLOYMENT_TARGET = 10.15
11- MARKETING_VERSION = 0.9 .0
11+ MARKETING_VERSION = 1.0 .0
1212PRODUCT_NAME = QLArchives
1313PRODUCT_BUNDLE_IDENTIFIER = de.relikd.QLArchives
1414CURRENT_PROJECT_VERSION = 1142
Original file line number Diff line number Diff line change 7373 547BC84B2F7FC81B00A47955 /* libarchive.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libarchive.tbd; path = usr/lib/libarchive.tbd; sourceTree = SDKROOT; };
7474 547BC8542F804C3500A47955 /* AppIcon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = AppIcon.icns; sourceTree = "<group>"; };
7575 547BC85A2F8272EC00A47955 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
76+ 547F3D752F8527050053288C /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
7677/* End PBXFileReference section */
7778
7879/* Begin PBXFrameworksBuildPhase section */
99100 547BC7DA2F7FC23600A47955 = {
100101 isa = PBXGroup;
101102 children = (
103+ 547F3D752F8527050053288C /* CHANGELOG.md */,
102104 547BC85A2F8272EC00A47955 /* README.md */,
103105 547BC8072F7FC33200A47955 /* Config.xcconfig */,
104106 547BC8082F7FC33200A47955 /* Config-debug.xcconfig */,
You can’t perform that action at this time.
0 commit comments