mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-25 17:15:58 +03:00
[PR #154] [MERGED] Release v1.1.3 #465
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#465
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Clipy/Clipy/pull/154
Author: @Econa77
Created: 3/1/2017
Status: ✅ Merged
Merged: 3/1/2017
Merged by: @Econa77
Base:
master← Head:release/v1.1.3📝 Commits (10+)
c06591f🚀 Refactoring clip manager3ee12e2🔥 Remove observe interval settingsa59a126🔥 Remove unused propertybf5b767🚀 Refactoring hotkey manager1c579b8🚀 Refactoring history manager15efdbf🐛 Fix thread error82f3373🐛 Fix image reading from NSPasteboardd33c502🐛 Fix create image thumbnail5fc4adf🐛 Fix types order keepingc9bc766🎨 Implement color code preview📊 Changes
641 files changed (+20479 additions, -15077 deletions)
View changed files
📝
Clipy.xcodeproj/project.pbxproj(+59 -31)📝
Clipy/Sources/AppDelegate.swift(+13 -21)📝
Clipy/Sources/Constants.swift(+1 -1)📝
Clipy/Sources/Enums/MenuType.swift(+12 -12)➕
Clipy/Sources/Extensions/Collection+Safe.swift(+15 -0)➕
Clipy/Sources/Extensions/NSCoding+Archive.swift(+21 -0)➕
Clipy/Sources/Extensions/NSColor+Hex.swift(+70 -0)➕
Clipy/Sources/Extensions/NSImage+NSColor.swift(+19 -0)📝
Clipy/Sources/Extensions/Realm+Migration.swift(+1 -1)➖
Clipy/Sources/Managers/ClipManager.swift(+0 -206)➖
Clipy/Sources/Managers/ExcludeAppManager.swift(+0 -67)➖
Clipy/Sources/Managers/HistoryManager.swift(+0 -107)➖
Clipy/Sources/Managers/HotKeyManager.swift(+0 -200)📝
Clipy/Sources/Managers/MenuManager.swift(+34 -25)➖
Clipy/Sources/Managers/PasteboardManager.swift(+0 -103)📝
Clipy/Sources/Models/CPYClip.swift(+1 -0)📝
Clipy/Sources/Models/CPYClipData.swift(+28 -8)📝
Clipy/Sources/Models/CPYFolder.swift(+2 -2)📝
Clipy/Sources/Preferences/Panels/CPYExcludeAppPreferenceViewController.swift(+5 -5)📝
Clipy/Sources/Preferences/Panels/CPYShortcutsPreferenceViewController.swift(+9 -9)...and 80 more files
📄 Description
Enhancements
Bugfixes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.