Skip to content

Commit c4fe20d

Browse files
committed
feat: changelog
1 parent 88b0eb5 commit c4fe20d

3 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

Config.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENABLE_HARDENED_RUNTIME = YES
88
SWIFT_VERSION = 5.0
99

1010
MACOSX_DEPLOYMENT_TARGET = 10.15
11-
MARKETING_VERSION = 0.9.0
11+
MARKETING_VERSION = 1.0.0
1212
PRODUCT_NAME = QLArchives
1313
PRODUCT_BUNDLE_IDENTIFIER = de.relikd.QLArchives
1414
CURRENT_PROJECT_VERSION = 1142

QLArchives.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
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 */
@@ -99,6 +100,7 @@
99100
547BC7DA2F7FC23600A47955 = {
100101
isa = PBXGroup;
101102
children = (
103+
547F3D752F8527050053288C /* CHANGELOG.md */,
102104
547BC85A2F8272EC00A47955 /* README.md */,
103105
547BC8072F7FC33200A47955 /* Config.xcconfig */,
104106
547BC8082F7FC33200A47955 /* Config-debug.xcconfig */,

0 commit comments

Comments
 (0)