Skip to content

Commit efbacd2

Browse files
committed
Add LaunchAtLogin helper script and SwiftyJSON resources
- Introduced a new script `copy-helper-swiftpm.sh` for managing the LaunchAtLogin helper application, including checksum verification and code signing. - Added `Info.plist` for the SwiftyJSON bundle, defining its metadata and supported platforms. - Included `PrivacyInfo.xcprivacy` for SwiftyJSON to specify privacy-related information. - Created a test document `Test-Document.md` to validate text editor performance and scrolling behavior. - Updated CodeResources for proper code signing and resource management.
1 parent 1b9aecd commit efbacd2

22 files changed

Lines changed: 662 additions & 4 deletions

File tree

releases/v1.1.2/RELEASE_NOTES.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Remi v1.1.2 Release Notes
2+
3+
## 🎉 New Features & Improvements
4+
5+
### Onboarding Experience Overhaul
6+
- **Completely redesigned onboarding flow** with a modern, compact design
7+
- **Enhanced visual consistency** across all onboarding steps
8+
- **Improved responsive layout** that fits perfectly within the app container
9+
- **Streamlined navigation** with better visual cues and smooth transitions
10+
11+
### UI/UX Enhancements
12+
- **Welcome Step**: Modern card-based layout with elegant typography
13+
- **Permissions Step**: Clean, full-height design with improved spacing
14+
- **Features Step**: Beautiful 2x2 grid layout showcasing key capabilities
15+
- **Completion Step**: Polished final step with properly styled action button
16+
17+
### Technical Improvements
18+
- Fixed button styling issues in the completion step
19+
- Removed unwanted TabView indicators for cleaner navigation
20+
- Optimized layouts to prevent overflow and clipping
21+
- Enhanced theme integration throughout the onboarding flow
22+
23+
## 🐛 Bug Fixes
24+
- Fixed gray border issue on the "Start using Remi" button
25+
- Resolved layout overflow problems in onboarding steps
26+
- Corrected spacing and padding inconsistencies
27+
- Fixed TabView indicator visibility issues
28+
29+
## 💻 Developer Experience
30+
- Cleaner, more maintainable onboarding code structure
31+
- Better separation of concerns between UI components
32+
- Improved code documentation and organization
33+
34+
---
35+
36+
**Download**: [Remi-v1.1.2-macOS.zip](./Remi-v1.1.2-macOS.zip)
37+
38+
**System Requirements**: macOS 14.5 or later
39+
40+
**Installation**: Download the zip file, extract it, and move the `remi.app` to your Applications folder.
5.64 MB
Binary file not shown.
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>BuildMachineOSBuild</key>
6+
<string>24D81</string>
7+
<key>CFBundleDevelopmentRegion</key>
8+
<string>en</string>
9+
<key>CFBundleDisplayName</key>
10+
<string>Remi - Quick Notes</string>
11+
<key>CFBundleExecutable</key>
12+
<string>remi</string>
13+
<key>CFBundleIconFile</key>
14+
<string>AppIcon</string>
15+
<key>CFBundleIconName</key>
16+
<string>AppIcon</string>
17+
<key>CFBundleIdentifier</key>
18+
<string>ashref.tn.remi</string>
19+
<key>CFBundleInfoDictionaryVersion</key>
20+
<string>6.0</string>
21+
<key>CFBundleName</key>
22+
<string>remi</string>
23+
<key>CFBundlePackageType</key>
24+
<string>APPL</string>
25+
<key>CFBundleShortVersionString</key>
26+
<string>1.1.2</string>
27+
<key>CFBundleSupportedPlatforms</key>
28+
<array>
29+
<string>MacOSX</string>
30+
</array>
31+
<key>CFBundleVersion</key>
32+
<string>5</string>
33+
<key>DTCompiler</key>
34+
<string>com.apple.compilers.llvm.clang.1_0</string>
35+
<key>DTPlatformBuild</key>
36+
<string>24C94</string>
37+
<key>DTPlatformName</key>
38+
<string>macosx</string>
39+
<key>DTPlatformVersion</key>
40+
<string>15.2</string>
41+
<key>DTSDKBuild</key>
42+
<string>24C94</string>
43+
<key>DTSDKName</key>
44+
<string>macosx15.2</string>
45+
<key>DTXcode</key>
46+
<string>1620</string>
47+
<key>DTXcodeBuild</key>
48+
<string>16C5032a</string>
49+
<key>LSApplicationCategoryType</key>
50+
<string>public.app-category.utilities</string>
51+
<key>LSMinimumSystemVersion</key>
52+
<string>14.5</string>
53+
<key>LSUIElement</key>
54+
<true/>
55+
</dict>
56+
</plist>
6.72 MB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
APPL????
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.env
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>BuildMachineOSBuild</key>
6+
<string>24D81</string>
7+
<key>CFBundleDevelopmentRegion</key>
8+
<string>en</string>
9+
<key>CFBundleIdentifier</key>
10+
<string>alamofire.Alamofire.resources</string>
11+
<key>CFBundleInfoDictionaryVersion</key>
12+
<string>6.0</string>
13+
<key>CFBundleName</key>
14+
<string>Alamofire_Alamofire</string>
15+
<key>CFBundlePackageType</key>
16+
<string>BNDL</string>
17+
<key>CFBundleSupportedPlatforms</key>
18+
<array>
19+
<string>MacOSX</string>
20+
</array>
21+
<key>DTCompiler</key>
22+
<string>com.apple.compilers.llvm.clang.1_0</string>
23+
<key>DTPlatformBuild</key>
24+
<string>24C94</string>
25+
<key>DTPlatformName</key>
26+
<string>macosx</string>
27+
<key>DTPlatformVersion</key>
28+
<string>15.2</string>
29+
<key>DTSDKBuild</key>
30+
<string>24C94</string>
31+
<key>DTSDKName</key>
32+
<string>macosx15.2</string>
33+
<key>DTXcode</key>
34+
<string>1620</string>
35+
<key>DTXcodeBuild</key>
36+
<string>16C5032a</string>
37+
<key>LSMinimumSystemVersion</key>
38+
<string>10.13</string>
39+
</dict>
40+
</plist>
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>NSPrivacyTracking</key>
6+
<false/>
7+
<key>NSPrivacyTrackingDomains</key>
8+
<array/>
9+
<key>NSPrivacyCollectedDataTypes</key>
10+
<array/>
11+
<key>NSPrivacyAccessedAPITypes</key>
12+
<array>
13+
<dict>
14+
<key>NSPrivacyAccessedAPIType</key>
15+
<string>NSPrivacyAccessedAPICategorySystemBootTime</string>
16+
<key>NSPrivacyAccessedAPITypeReasons</key>
17+
<array>
18+
<string>35F9.1</string>
19+
</array>
20+
</dict>
21+
</array>
22+
</dict>
23+
</plist>
73.5 KB
Binary file not shown.
763 KB
Binary file not shown.

0 commit comments

Comments
 (0)