Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #61 from cybertunnel/release/1.0
Browse files Browse the repository at this point in the history
Release/1.0
  • Loading branch information
cybertunnel authored Mar 9, 2020
2 parents ba0ac57 + e2816c2 commit 094c721
Show file tree
Hide file tree
Showing 68 changed files with 1,209 additions and 1,297 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# 1.0 Official Release
New Features:
- Fully 10.15 support
- New selections during loaner configuration
- Days
- Weeks
- Months
- Gmail support while requesting an extension
- Loan status in UI menu bar
- User information populated from Jamf Pro

Changes:
- Removed old functions
- Restructured the code
- Cleaner and sleek UI
- Code converted to Swift 5

Bugfixes:
- Justification not included in email
- Shared secret bug where it wasn't being properly cased
- Authentication was being performed more than once
- UI freezes during authentication

# 0.3 Beta Release
- Generic authentication supported now
- Uses a shared secret using SHA256 hash comparison
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>18G29g</string>
<string>19D62e</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -27,21 +27,21 @@
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>231</string>
<string>403</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>10E1001</string>
<string>11C504</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>18E219</string>
<string>19B90</string>
<key>DTSDKName</key>
<string>macosx10.14</string>
<string>macosx10.15</string>
<key>DTXcode</key>
<string>1020</string>
<string>1130</string>
<key>DTXcodeBuild</key>
<string>10E1001</string>
<string>11C504</string>
<key>LSMinimumSystemVersion</key>
<string>10.12</string>
<key>LSUIElement</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 094c721

Please sign in to comment.