[PR #22] [MERGED] v1.0.5 #395

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

📋 Pull Request Information

Original PR: https://github.com/Clipy/Clipy/pull/22
Author: @Econa77
Created: 10/18/2015
Status: Merged
Merged: 10/18/2015
Merged by: @Econa77

Base: developHead: v1.0.5.1


📝 Commits (10+)

📊 Changes

21 files changed (+499 additions, -330 deletions)

View changed files

.travis.yml (+13 -0)
📝 Clipy.xcodeproj/project.pbxproj (+0 -6)
Clipy.xcodeproj/xcshareddata/xcschemes/Clipy.xcscheme (+112 -0)
📝 Clipy/AppDelegate.swift (+22 -6)
📝 Clipy/CPYConstants.swift (+1 -0)
📝 Clipy/Clipy-Bridging-Header.h (+0 -3)
📝 Clipy/Libraries/Realm/RLMSupport.swift (+27 -26)
📝 Clipy/Managers/CPYClipManager.swift (+30 -41)
📝 Clipy/Managers/CPYHistoryManager.swift (+6 -4)
📝 Clipy/Managers/CPYHotKeyManager.swift (+2 -2)
📝 Clipy/Managers/CPYMenuManager.swift (+18 -26)
📝 Clipy/Utility/CPYUtilities.swift (+29 -11)
Clipy/Utility/CPYUtilitiesObjC.h (+0 -17)
Clipy/Utility/CPYUtilitiesObjC.m (+0 -101)
📝 Clipy/Views/TableViewCell/CPYImageAndTextCell.swift (+5 -4)
📝 Clipy/Views/TableViews/CPYFolderTableView.swift (+1 -1)
📝 Clipy/Views/TableViews/CPYSnippetTableView.swift (+1 -1)
📝 Clipy/WindowControllers/CPYPreferenceWindowController.swift (+1 -1)
📝 Clipy/WindowControllers/CPYSnippetEditorWindowController.swift (+22 -23)
📝 Clipy/WindowControllers/en.lproj/CPYPreferenceWindowController.xib (+111 -35)

...and 1 more files

📄 Description

v1.0.5公開版


🔄 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/22 **Author:** [@Econa77](https://github.com/Econa77) **Created:** 10/18/2015 **Status:** ✅ Merged **Merged:** 10/18/2015 **Merged by:** [@Econa77](https://github.com/Econa77) **Base:** `develop` ← **Head:** `v1.0.5.1` --- ### 📝 Commits (10+) - [`52efc25`](https://github.com/Clipy/Clipy/commit/52efc2571ef42fad9ce5c97cc069f4bc3eff0619) Change paste method - [`eeb4e2c`](https://github.com/Clipy/Clipy/commit/eeb4e2cf35c137b998df92c56926d76b99de9a6d) Delete ObjC class - [`a8bb96a`](https://github.com/Clipy/Clipy/commit/a8bb96a6a060c70952dbb37c60a0faba475541e9) Add travis.yml - [`1ee154d`](https://github.com/Clipy/Clipy/commit/1ee154d5f0c3a0a2372973af2ee0ca3e3b229242) Change build setting - [`451b4bc`](https://github.com/Clipy/Clipy/commit/451b4bc3aa113bdfe375403d5b2a5a5fdb40a966) Supported Xcode7 and swift2.0 - [`5e176f2`](https://github.com/Clipy/Clipy/commit/5e176f22e141af351e6545f71a58dd2c21acd183) Remove unused methods - [`5345afd`](https://github.com/Clipy/Clipy/commit/5345afd0f12ee36d4a41efd14a7d6647d2816dfd) Modify deleteData method - [`4b1f4dd`](https://github.com/Clipy/Clipy/commit/4b1f4dd226cef5e7e8fe0ed1fb5532e7f27b0220) Modify clipboard observer - [`32c99a5`](https://github.com/Clipy/Clipy/commit/32c99a58379744d513d7e9d554400251be693bd0) Add sleep pc notification - [`0d20ca2`](https://github.com/Clipy/Clipy/commit/0d20ca2768309f232929d1de6d41d400f6fc2f33) Update .travis.yml ### 📊 Changes **21 files changed** (+499 additions, -330 deletions) <details> <summary>View changed files</summary> ➕ `.travis.yml` (+13 -0) 📝 `Clipy.xcodeproj/project.pbxproj` (+0 -6) ➕ `Clipy.xcodeproj/xcshareddata/xcschemes/Clipy.xcscheme` (+112 -0) 📝 `Clipy/AppDelegate.swift` (+22 -6) 📝 `Clipy/CPYConstants.swift` (+1 -0) 📝 `Clipy/Clipy-Bridging-Header.h` (+0 -3) 📝 `Clipy/Libraries/Realm/RLMSupport.swift` (+27 -26) 📝 `Clipy/Managers/CPYClipManager.swift` (+30 -41) 📝 `Clipy/Managers/CPYHistoryManager.swift` (+6 -4) 📝 `Clipy/Managers/CPYHotKeyManager.swift` (+2 -2) 📝 `Clipy/Managers/CPYMenuManager.swift` (+18 -26) 📝 `Clipy/Utility/CPYUtilities.swift` (+29 -11) ➖ `Clipy/Utility/CPYUtilitiesObjC.h` (+0 -17) ➖ `Clipy/Utility/CPYUtilitiesObjC.m` (+0 -101) 📝 `Clipy/Views/TableViewCell/CPYImageAndTextCell.swift` (+5 -4) 📝 `Clipy/Views/TableViews/CPYFolderTableView.swift` (+1 -1) 📝 `Clipy/Views/TableViews/CPYSnippetTableView.swift` (+1 -1) 📝 `Clipy/WindowControllers/CPYPreferenceWindowController.swift` (+1 -1) 📝 `Clipy/WindowControllers/CPYSnippetEditorWindowController.swift` (+22 -23) 📝 `Clipy/WindowControllers/en.lproj/CPYPreferenceWindowController.xib` (+111 -35) _...and 1 more files_ </details> ### 📄 Description v1.0.5公開版 - #19 - #20 --- <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:12 +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#395
No description provided.