[PR #67] [MERGED] Released v1.0.10 #415

Closed
opened 2026-03-03 01:12:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Clipy/Clipy/pull/67
Author: @Econa77
Created: 5/17/2016
Status: Merged
Merged: 5/17/2016
Merged by: @Econa77

Base: masterHead: release/1.0.10


📝 Commits (10+)

  • af4b06c Remove NMLoginItems and add LoginServiceKit
  • 0b84644 Merge pull request #56 from Clipy/feature/change-loginservice
  • f5067a3 Fix paste method
  • 02f8230 Merge pull request #62 from Clipy/feature/move-paste-method
  • 8eb8e37 Fix constants
  • c13048c Merge pull request #63 from Clipy/feature/fix-constants
  • 8bdea98 Update fastlane
  • 00a64d7 Update dependency libraries
  • e5dad4b Merge pull request #64 from Clipy/feature/update-libraries
  • a8a7703 Switch new setting window

📊 Changes

34 files changed (+341 additions, -2697 deletions)

View changed files

📝 Clipy.xcodeproj/project.pbxproj (+4 -50)
📝 Clipy/AppDelegate.swift (+17 -29)
Clipy/CPYConstants.swift (+0 -91)
📝 Clipy/Clipy-Bridging-Header.h (+0 -2)
Clipy/Constants.swift (+82 -0)
📝 Clipy/Extensions/NSMenuItem+Initialize.swift (+1 -1)
📝 Clipy/Info.plist (+2 -2)
Clipy/Libraries/DBPrefsWindowController/DBPrefsWindowController.h (+0 -37)
Clipy/Libraries/DBPrefsWindowController/DBPrefsWindowController.m (+0 -307)
Clipy/Libraries/NMLoginItems/NMLoginItems.h (+0 -74)
Clipy/Libraries/NMLoginItems/NMLoginItems.m (+0 -164)
📝 Clipy/Managers/CPYHotKeyManager.swift (+10 -10)
📝 Clipy/Managers/ClipManager.swift (+10 -10)
📝 Clipy/Managers/HistoryManager.swift (+1 -1)
📝 Clipy/Managers/MenuManager.swift (+29 -29)
📝 Clipy/Managers/PasteboardManager.swift (+17 -0)
📝 Clipy/Preferences/CPYPreferencesWindowController.swift (+1 -1)
📝 Clipy/Preferences/Panels/CPYShortcutsPreferenceViewController.swift (+7 -7)
📝 Clipy/Preferences/Panels/CPYTypePreferenceViewController.swift (+1 -1)
📝 Clipy/Preferences/Panels/en.lproj/CPYGeneralPreferenceViewController.xib (+2 -2)

...and 14 more files

📄 Description

  • Change login item manager
  • Change paste method
  • Fix freeze app bug 👍
  • Update libraries
  • New design preference window

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Clipy/Clipy/pull/67 **Author:** [@Econa77](https://github.com/Econa77) **Created:** 5/17/2016 **Status:** ✅ Merged **Merged:** 5/17/2016 **Merged by:** [@Econa77](https://github.com/Econa77) **Base:** `master` ← **Head:** `release/1.0.10` --- ### 📝 Commits (10+) - [`af4b06c`](https://github.com/Clipy/Clipy/commit/af4b06c6b51a3e37b9462e180e4d0ff0b20fa175) Remove NMLoginItems and add LoginServiceKit - [`0b84644`](https://github.com/Clipy/Clipy/commit/0b846449c6c2eda178ec7064f14a66863b0fe5b1) Merge pull request #56 from Clipy/feature/change-loginservice - [`f5067a3`](https://github.com/Clipy/Clipy/commit/f5067a312957bfaea9f895cefc535198fa6ed359) Fix paste method - [`02f8230`](https://github.com/Clipy/Clipy/commit/02f823022181ff475d97e38faad7819fc459f4d9) Merge pull request #62 from Clipy/feature/move-paste-method - [`8eb8e37`](https://github.com/Clipy/Clipy/commit/8eb8e37dd4dfb50401a16edc876d747568bd8f1c) Fix constants - [`c13048c`](https://github.com/Clipy/Clipy/commit/c13048caa8dc5717e0cbac7d6b4204d254785eb2) Merge pull request #63 from Clipy/feature/fix-constants - [`8bdea98`](https://github.com/Clipy/Clipy/commit/8bdea985073e6f7c005296479bcb8339c6e80ad4) Update fastlane - [`00a64d7`](https://github.com/Clipy/Clipy/commit/00a64d70ba5d4ce6d24192788664fe64690a898b) Update dependency libraries - [`e5dad4b`](https://github.com/Clipy/Clipy/commit/e5dad4b832029a49332821305e697f0b845cf534) Merge pull request #64 from Clipy/feature/update-libraries - [`a8a7703`](https://github.com/Clipy/Clipy/commit/a8a77030dcaf5195e6bb66cf9110a8af3114b53f) Switch new setting window ### 📊 Changes **34 files changed** (+341 additions, -2697 deletions) <details> <summary>View changed files</summary> 📝 `Clipy.xcodeproj/project.pbxproj` (+4 -50) 📝 `Clipy/AppDelegate.swift` (+17 -29) ➖ `Clipy/CPYConstants.swift` (+0 -91) 📝 `Clipy/Clipy-Bridging-Header.h` (+0 -2) ➕ `Clipy/Constants.swift` (+82 -0) 📝 `Clipy/Extensions/NSMenuItem+Initialize.swift` (+1 -1) 📝 `Clipy/Info.plist` (+2 -2) ➖ `Clipy/Libraries/DBPrefsWindowController/DBPrefsWindowController.h` (+0 -37) ➖ `Clipy/Libraries/DBPrefsWindowController/DBPrefsWindowController.m` (+0 -307) ➖ `Clipy/Libraries/NMLoginItems/NMLoginItems.h` (+0 -74) ➖ `Clipy/Libraries/NMLoginItems/NMLoginItems.m` (+0 -164) 📝 `Clipy/Managers/CPYHotKeyManager.swift` (+10 -10) 📝 `Clipy/Managers/ClipManager.swift` (+10 -10) 📝 `Clipy/Managers/HistoryManager.swift` (+1 -1) 📝 `Clipy/Managers/MenuManager.swift` (+29 -29) 📝 `Clipy/Managers/PasteboardManager.swift` (+17 -0) 📝 `Clipy/Preferences/CPYPreferencesWindowController.swift` (+1 -1) 📝 `Clipy/Preferences/Panels/CPYShortcutsPreferenceViewController.swift` (+7 -7) 📝 `Clipy/Preferences/Panels/CPYTypePreferenceViewController.swift` (+1 -1) 📝 `Clipy/Preferences/Panels/en.lproj/CPYGeneralPreferenceViewController.xib` (+2 -2) _...and 14 more files_ </details> ### 📄 Description - Change login item manager - Change paste method - Fix freeze app bug 👍 - Update libraries - New design preference window --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:12:18 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Clipy#415
No description provided.