[PR #15] [MERGED] v1.0.3 #392

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/15
Author: @Econa77
Created: 7/26/2015
Status: Merged
Merged: 7/27/2015
Merged by: @Econa77

Base: developHead: v1.0.3


📝 Commits (10+)

📊 Changes

21 files changed (+597 additions, -759 deletions)

View changed files

📝 Clipy.xcodeproj/project.pbxproj (+12 -0)
📝 Clipy/AppDelegate.swift (+6 -10)
📝 Clipy/CPYConstants.swift (+2 -1)
Clipy/Categories/NSImage+Resize.swift (+73 -0)
📝 Clipy/Clipy-Bridging-Header.h (+2 -0)
📝 Clipy/Info.plist (+2 -2)
📝 Clipy/MainMenu.xib (+1 -1)
📝 Clipy/Managers/CPYClipManager.swift (+79 -87)
📝 Clipy/Managers/CPYMenuManager.swift (+40 -33)
📝 Clipy/Managers/CPYSnippetManager.swift (+22 -23)
📝 Clipy/Models/CPYClip.swift (+6 -5)
📝 Clipy/Utility/CPYUtilities.swift (+3 -2)
📝 Clipy/Views/TableViews/CPYFolderTableView.swift (+11 -18)
📝 Clipy/WindowControllers/CPYPreferenceWindowController.swift (+1 -122)
📝 Clipy/WindowControllers/CPYSnippetEditorWindowController.swift (+92 -106)
📝 Clipy/WindowControllers/en.lproj/CPYPreferenceWindowController.xib (+119 -172)
📝 Clipy/WindowControllers/en.lproj/CPYSnippetEditorWindowController.xib (+2 -3)
📝 Clipy/WindowControllers/ja.lproj/CPYPreferenceWindowController.xib (+119 -172)
📝 Clipy/WindowControllers/ja.lproj/CPYSnippetEditorWindowController.xib (+1 -2)
📝 Podfile (+1 -0)

...and 1 more files

📄 Description

  • Bug fix
  • Supported thumbnail image #1

🔄 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/15 **Author:** [@Econa77](https://github.com/Econa77) **Created:** 7/26/2015 **Status:** ✅ Merged **Merged:** 7/27/2015 **Merged by:** [@Econa77](https://github.com/Econa77) **Base:** `develop` ← **Head:** `v1.0.3` --- ### 📝 Commits (10+) - [`7db05a5`](https://github.com/Clipy/Clipy/commit/7db05a54691bc9b836fbdd1b604bebe522439fb6) Delete exclude app list - [`249faa0`](https://github.com/Clipy/Clipy/commit/249faa0ea5ffe007f4b84042da998e9a4a273b6b) Change version 1.0.3 - [`990beb6`](https://github.com/Clipy/Clipy/commit/990beb65b28870bdb0d8656a790b6d2a329d9dac) Delete exclude list methods - [`14a19f5`](https://github.com/Clipy/Clipy/commit/14a19f5a9b7183cedff648bb8cd00a9e93e836d8) Modify centering snippet editor method - [`151d7c0`](https://github.com/Clipy/Clipy/commit/151d7c0e905343325cf4bd195b6652b2f42e0e80) Modify realm methods - [`9fd50d6`](https://github.com/Clipy/Clipy/commit/9fd50d674e48d9b5eadcd56b12b34061c52878c7) #1 Add thumbnail image property - [`758d7a3`](https://github.com/Clipy/Clipy/commit/758d7a30df42c49342302439ebbc0652cad6bdc6) Add PINCache - [`713ae01`](https://github.com/Clipy/Clipy/commit/713ae01c810d430989a8ebd6e74eed5310c68247) #1 Add resize image method - [`f86204a`](https://github.com/Clipy/Clipy/commit/f86204ad3598101baff89d6470b74a2f41fa23e3) Modify resize image method - [`62362e2`](https://github.com/Clipy/Clipy/commit/62362e2f4a30e98617d7a3ae402ea39a59872aca) Add show thumbnail setting ### 📊 Changes **21 files changed** (+597 additions, -759 deletions) <details> <summary>View changed files</summary> 📝 `Clipy.xcodeproj/project.pbxproj` (+12 -0) 📝 `Clipy/AppDelegate.swift` (+6 -10) 📝 `Clipy/CPYConstants.swift` (+2 -1) ➕ `Clipy/Categories/NSImage+Resize.swift` (+73 -0) 📝 `Clipy/Clipy-Bridging-Header.h` (+2 -0) 📝 `Clipy/Info.plist` (+2 -2) 📝 `Clipy/MainMenu.xib` (+1 -1) 📝 `Clipy/Managers/CPYClipManager.swift` (+79 -87) 📝 `Clipy/Managers/CPYMenuManager.swift` (+40 -33) 📝 `Clipy/Managers/CPYSnippetManager.swift` (+22 -23) 📝 `Clipy/Models/CPYClip.swift` (+6 -5) 📝 `Clipy/Utility/CPYUtilities.swift` (+3 -2) 📝 `Clipy/Views/TableViews/CPYFolderTableView.swift` (+11 -18) 📝 `Clipy/WindowControllers/CPYPreferenceWindowController.swift` (+1 -122) 📝 `Clipy/WindowControllers/CPYSnippetEditorWindowController.swift` (+92 -106) 📝 `Clipy/WindowControllers/en.lproj/CPYPreferenceWindowController.xib` (+119 -172) 📝 `Clipy/WindowControllers/en.lproj/CPYSnippetEditorWindowController.xib` (+2 -3) 📝 `Clipy/WindowControllers/ja.lproj/CPYPreferenceWindowController.xib` (+119 -172) 📝 `Clipy/WindowControllers/ja.lproj/CPYSnippetEditorWindowController.xib` (+1 -2) 📝 `Podfile` (+1 -0) _...and 1 more files_ </details> ### 📄 Description - Bug fix - Supported thumbnail image #1 --- <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#392
No description provided.