[PR #214] [MERGED] Release v1.1.4 #496

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

📋 Pull Request Information

Original PR: https://github.com/Clipy/Clipy/pull/214
Author: @Econa77
Created: 10/1/2017
Status: Merged
Merged: 10/1/2017
Merged by: @Econa77

Base: masterHead: develop


📝 Commits (10+)

📊 Changes

827 files changed (+31443 additions, -22182 deletions)

View changed files

📝 .github/CONTRIBUTING.md (+13 -19)
📝 Clipy.xcodeproj/project.pbxproj (+149 -45)
Clipy/Resources/it.lproj/Localizable.strings (+47 -0)
📝 Clipy/Sources/AppDelegate.swift (+38 -36)
📝 Clipy/Sources/Constants.swift (+8 -3)
Clipy/Sources/Environments/AppEnvironment.swift (+76 -0)
Clipy/Sources/Environments/Environment.swift (+41 -0)
📝 Clipy/Sources/Extensions/NSColor+Hex.swift (+9 -3)
📝 Clipy/Sources/Extensions/NSImage+AssetCatalog.swift (+21 -21)
Clipy/Sources/Extensions/Rx/Observable+Void.swift (+48 -0)
📝 Clipy/Sources/Managers/MenuManager.swift (+78 -52)
Clipy/Sources/Preferences/Base.lproj/CPYPreferencesWindowController.xib (+432 -0)
📝 Clipy/Sources/Preferences/CPYPreferencesWindowController.swift (+16 -17)
Clipy/Sources/Preferences/Panels/Base.lproj/CPYBetaPreferenceViewController.xib (+156 -0)
📝 Clipy/Sources/Preferences/Panels/Base.lproj/CPYExcludeAppPreferenceViewController.xib (+15 -7)
📝 Clipy/Sources/Preferences/Panels/Base.lproj/CPYGeneralPreferenceViewController.xib (+21 -21)
📝 Clipy/Sources/Preferences/Panels/Base.lproj/CPYMenuPreferenceViewController.xib (+38 -38)
📝 Clipy/Sources/Preferences/Panels/Base.lproj/CPYShortcutsPreferenceViewController.xib (+81 -25)
📝 Clipy/Sources/Preferences/Panels/Base.lproj/CPYTypePreferenceViewController.xib (+12 -6)
📝 Clipy/Sources/Preferences/Panels/Base.lproj/CPYUpdatesPreferenceViewController.xib (+14 -9)

...and 80 more files

📄 Description

No description provided


🔄 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/214 **Author:** [@Econa77](https://github.com/Econa77) **Created:** 10/1/2017 **Status:** ✅ Merged **Merged:** 10/1/2017 **Merged by:** [@Econa77](https://github.com/Econa77) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`1c470ef`](https://github.com/Clipy/Clipy/commit/1c470efbac4c3e37b957bc00b87b139515673dc9) Add backers and sponsors from Open Collective - [`37ed3af`](https://github.com/Clipy/Clipy/commit/37ed3af49dc062ea714f98b89e78faa950e7966b) fotKey/forKey type - [`2da3091`](https://github.com/Clipy/Clipy/commit/2da3091cef79727e07bea51124c93a9f669e07d9) :bug: Fix create status item thread (#156) - [`9f52fe3`](https://github.com/Clipy/Clipy/commit/9f52fe3738297106caa3cf78fef9a3f6842a72f7) Update libraries (#171) - [`ae51f28`](https://github.com/Clipy/Clipy/commit/ae51f28ed150709d6557245dc5ff41d6f9ea7d63) Fix warnings (#172) - [`cbbe397`](https://github.com/Clipy/Clipy/commit/cbbe397065bf2c9941a38ef678a893976859782b) Localization easily (#155) - [`e64216f`](https://github.com/Clipy/Clipy/commit/e64216fae5610e1cd2398f3b65b0d9d2e6f0de8c) Changed the commit message style as PR merge style was changed to Squash and merge. - [`60e86ef`](https://github.com/Clipy/Clipy/commit/60e86ef20ab461b09ca9c792a9e6c585f2af45d7) Fix English localization. Thanks @Roccobot (#173) - [`a756147`](https://github.com/Clipy/Clipy/commit/a75614741831cb6f6d4c0fa836d11d34fc3fecf4) Add supporting color code format (#174) - [`dc4af99`](https://github.com/Clipy/Clipy/commit/dc4af99de782cd6bdda577d42dec6a74d282eeb9) Fix paste plain text (#176) ### 📊 Changes **827 files changed** (+31443 additions, -22182 deletions) <details> <summary>View changed files</summary> 📝 `.github/CONTRIBUTING.md` (+13 -19) 📝 `Clipy.xcodeproj/project.pbxproj` (+149 -45) ➕ `Clipy/Resources/it.lproj/Localizable.strings` (+47 -0) 📝 `Clipy/Sources/AppDelegate.swift` (+38 -36) 📝 `Clipy/Sources/Constants.swift` (+8 -3) ➕ `Clipy/Sources/Environments/AppEnvironment.swift` (+76 -0) ➕ `Clipy/Sources/Environments/Environment.swift` (+41 -0) 📝 `Clipy/Sources/Extensions/NSColor+Hex.swift` (+9 -3) 📝 `Clipy/Sources/Extensions/NSImage+AssetCatalog.swift` (+21 -21) ➕ `Clipy/Sources/Extensions/Rx/Observable+Void.swift` (+48 -0) 📝 `Clipy/Sources/Managers/MenuManager.swift` (+78 -52) ➕ `Clipy/Sources/Preferences/Base.lproj/CPYPreferencesWindowController.xib` (+432 -0) 📝 `Clipy/Sources/Preferences/CPYPreferencesWindowController.swift` (+16 -17) ➕ `Clipy/Sources/Preferences/Panels/Base.lproj/CPYBetaPreferenceViewController.xib` (+156 -0) 📝 `Clipy/Sources/Preferences/Panels/Base.lproj/CPYExcludeAppPreferenceViewController.xib` (+15 -7) 📝 `Clipy/Sources/Preferences/Panels/Base.lproj/CPYGeneralPreferenceViewController.xib` (+21 -21) 📝 `Clipy/Sources/Preferences/Panels/Base.lproj/CPYMenuPreferenceViewController.xib` (+38 -38) 📝 `Clipy/Sources/Preferences/Panels/Base.lproj/CPYShortcutsPreferenceViewController.xib` (+81 -25) 📝 `Clipy/Sources/Preferences/Panels/Base.lproj/CPYTypePreferenceViewController.xib` (+12 -6) 📝 `Clipy/Sources/Preferences/Panels/Base.lproj/CPYUpdatesPreferenceViewController.xib` (+14 -9) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <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:41 +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#496
No description provided.