[PR #82] [MERGED] Beta function #424

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

📋 Pull Request Information

Original PR: https://github.com/Clipy/Clipy/pull/82
Author: @Econa77
Created: 6/28/2016
Status: Merged
Merged: 6/28/2016
Merged by: @Econa77

Base: masterHead: feature/beta-function


📝 Commits (2)

📊 Changes

17 files changed (+321 additions, -12 deletions)

View changed files

📝 Clipy.xcodeproj/project.pbxproj (+18 -0)
📝 Clipy/Constants.swift (+5 -0)
📝 Clipy/Extensions/NSImage+AssetCatalog.swift (+2 -0)
Clipy/Images.xcassets/Prederences/pref_beta.imageset/Contents.json (+21 -0)
Clipy/Images.xcassets/Prederences/pref_beta.imageset/pref_beta_off@2x.png (+0 -0)
Clipy/Images.xcassets/Prederences/pref_beta_on.imageset/Contents.json (+21 -0)
Clipy/Images.xcassets/Prederences/pref_beta_on.imageset/pref_beta_on@2x.png (+0 -0)
📝 Clipy/Managers/PasteboardManager.swift (+21 -5)
📝 Clipy/Preferences/CPYPreferencesWindowController.swift (+11 -1)
Clipy/Preferences/Panels/CPYBetaPreferenceViewController.swift (+11 -0)
Clipy/Preferences/Panels/en.lproj/CPYBetaPreferenceViewController.xib (+69 -0)
📝 Clipy/Preferences/Panels/en.lproj/CPYUpdatesPreferenceViewController.xib (+2 -2)
Clipy/Preferences/Panels/ja.lproj/CPYBetaPreferenceViewController.xib (+70 -0)
📝 Clipy/Preferences/en.lproj/CPYPreferencesWindowController.xib (+31 -0)
📝 Clipy/Preferences/ja.lproj/CPYPreferencesWindowController.xib (+31 -0)
📝 Clipy/Utility/CPYUtilities.swift (+4 -0)
📝 Podfile.lock (+4 -4)

📄 Description

  • Add beta preference tab
  • Add paste as PlainText option 🎉
  • Related #70
  • Related #29

🔄 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/82 **Author:** [@Econa77](https://github.com/Econa77) **Created:** 6/28/2016 **Status:** ✅ Merged **Merged:** 6/28/2016 **Merged by:** [@Econa77](https://github.com/Econa77) **Base:** `master` ← **Head:** `feature/beta-function` --- ### 📝 Commits (2) - [`30f4d72`](https://github.com/Clipy/Clipy/commit/30f4d726f022a9c6fbc7bba37f600f68e587552a) Add beta access tab - [`e0aeee6`](https://github.com/Clipy/Clipy/commit/e0aeee6618827d14e25e8bdc38405431451d6d0b) Add paste plain text option ### 📊 Changes **17 files changed** (+321 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `Clipy.xcodeproj/project.pbxproj` (+18 -0) 📝 `Clipy/Constants.swift` (+5 -0) 📝 `Clipy/Extensions/NSImage+AssetCatalog.swift` (+2 -0) ➕ `Clipy/Images.xcassets/Prederences/pref_beta.imageset/Contents.json` (+21 -0) ➕ `Clipy/Images.xcassets/Prederences/pref_beta.imageset/pref_beta_off@2x.png` (+0 -0) ➕ `Clipy/Images.xcassets/Prederences/pref_beta_on.imageset/Contents.json` (+21 -0) ➕ `Clipy/Images.xcassets/Prederences/pref_beta_on.imageset/pref_beta_on@2x.png` (+0 -0) 📝 `Clipy/Managers/PasteboardManager.swift` (+21 -5) 📝 `Clipy/Preferences/CPYPreferencesWindowController.swift` (+11 -1) ➕ `Clipy/Preferences/Panels/CPYBetaPreferenceViewController.swift` (+11 -0) ➕ `Clipy/Preferences/Panels/en.lproj/CPYBetaPreferenceViewController.xib` (+69 -0) 📝 `Clipy/Preferences/Panels/en.lproj/CPYUpdatesPreferenceViewController.xib` (+2 -2) ➕ `Clipy/Preferences/Panels/ja.lproj/CPYBetaPreferenceViewController.xib` (+70 -0) 📝 `Clipy/Preferences/en.lproj/CPYPreferencesWindowController.xib` (+31 -0) 📝 `Clipy/Preferences/ja.lproj/CPYPreferencesWindowController.xib` (+31 -0) 📝 `Clipy/Utility/CPYUtilities.swift` (+4 -0) 📝 `Podfile.lock` (+4 -4) </details> ### 📄 Description - Add beta preference tab - Add paste as PlainText option 🎉 - Related #70 - Related #29 --- <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:20 +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#424
No description provided.