[PR #716] [MERGED] Added Check for Updates to About #1189

Closed
opened 2026-05-05 07:07:05 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/MonitorControl/MonitorControl/pull/716
Author: @waydabber
Created: 10/15/2021
Status: Merged
Merged: 10/15/2021
Merged by: @waydabber

Base: masterHead: experimental


📝 Commits (3)

  • 8973cc7 added Check for Updates to About, Added javascript for SU, removed untranslated languages
  • 323e40d Standardized info log level
  • 29ab972 Updated translations for About

📊 Changes

46 files changed (+164 additions, -2942 deletions)

View changed files

📝 MonitorControl.xcodeproj/project.pbxproj (+0 -35)
📝 MonitorControl/Info.plist (+3 -1)
📝 MonitorControl/Model/AppleDisplay.swift (+1 -1)
📝 MonitorControl/Model/Display.swift (+8 -8)
📝 MonitorControl/Support/AppDelegate.swift (+6 -6)
📝 MonitorControl/Support/DisplayManager.swift (+10 -10)
📝 MonitorControl/Support/IntelDDC.swift (+15 -15)
📝 MonitorControl/Support/MenuHandler.swift (+1 -1)
📝 MonitorControl/UI/Base.lproj/Main.storyboard (+34 -23)
📝 MonitorControl/UI/de.lproj/Localizable.strings (+0 -6)
📝 MonitorControl/UI/de.lproj/Main.strings (+8 -5)
📝 MonitorControl/UI/en.lproj/Localizable.strings (+0 -6)
📝 MonitorControl/UI/en.lproj/Main.strings (+8 -5)
MonitorControl/UI/es-419.lproj/InternetAccessPolicy.strings (+0 -8)
MonitorControl/UI/es-419.lproj/Localizable.strings (+0 -158)
MonitorControl/UI/es-419.lproj/Main.strings (+0 -377)
📝 MonitorControl/UI/fr.lproj/Localizable.strings (+0 -6)
📝 MonitorControl/UI/fr.lproj/Main.strings (+8 -5)
📝 MonitorControl/UI/hu.lproj/Localizable.strings (+0 -6)
📝 MonitorControl/UI/hu.lproj/Main.strings (+8 -5)

...and 26 more files

📄 Description

Hey @the0neyouseek

I added Check for updates to About, I think this one looks ok.

Screen Shot 2021-10-15 at 18 42 12

I also did some final touches:

  • Removed untranslated languages (as we promised for final release)
  • Enabled Javascript for Sparkle release notes
  • os_log levels were all over the place, changed all to .info

No change needed in translations.


🔄 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/MonitorControl/MonitorControl/pull/716 **Author:** [@waydabber](https://github.com/waydabber) **Created:** 10/15/2021 **Status:** ✅ Merged **Merged:** 10/15/2021 **Merged by:** [@waydabber](https://github.com/waydabber) **Base:** `master` ← **Head:** `experimental` --- ### 📝 Commits (3) - [`8973cc7`](https://github.com/MonitorControl/MonitorControl/commit/8973cc7fac6b561d7e1e7ec2cfcec4f159b229a8) added Check for Updates to About, Added javascript for SU, removed untranslated languages - [`323e40d`](https://github.com/MonitorControl/MonitorControl/commit/323e40d80f58019def30cec4b63350c7b9bb6394) Standardized info log level - [`29ab972`](https://github.com/MonitorControl/MonitorControl/commit/29ab972096cdfc70dbde589499fefc31362889d8) Updated translations for About ### 📊 Changes **46 files changed** (+164 additions, -2942 deletions) <details> <summary>View changed files</summary> 📝 `MonitorControl.xcodeproj/project.pbxproj` (+0 -35) 📝 `MonitorControl/Info.plist` (+3 -1) 📝 `MonitorControl/Model/AppleDisplay.swift` (+1 -1) 📝 `MonitorControl/Model/Display.swift` (+8 -8) 📝 `MonitorControl/Support/AppDelegate.swift` (+6 -6) 📝 `MonitorControl/Support/DisplayManager.swift` (+10 -10) 📝 `MonitorControl/Support/IntelDDC.swift` (+15 -15) 📝 `MonitorControl/Support/MenuHandler.swift` (+1 -1) 📝 `MonitorControl/UI/Base.lproj/Main.storyboard` (+34 -23) 📝 `MonitorControl/UI/de.lproj/Localizable.strings` (+0 -6) 📝 `MonitorControl/UI/de.lproj/Main.strings` (+8 -5) 📝 `MonitorControl/UI/en.lproj/Localizable.strings` (+0 -6) 📝 `MonitorControl/UI/en.lproj/Main.strings` (+8 -5) ➖ `MonitorControl/UI/es-419.lproj/InternetAccessPolicy.strings` (+0 -8) ➖ `MonitorControl/UI/es-419.lproj/Localizable.strings` (+0 -158) ➖ `MonitorControl/UI/es-419.lproj/Main.strings` (+0 -377) 📝 `MonitorControl/UI/fr.lproj/Localizable.strings` (+0 -6) 📝 `MonitorControl/UI/fr.lproj/Main.strings` (+8 -5) 📝 `MonitorControl/UI/hu.lproj/Localizable.strings` (+0 -6) 📝 `MonitorControl/UI/hu.lproj/Main.strings` (+8 -5) _...and 26 more files_ </details> ### 📄 Description Hey @the0neyouseek I added Check for updates to About, I think this one looks ok. <img width="798" alt="Screen Shot 2021-10-15 at 18 42 12" src="https://user-images.githubusercontent.com/37590873/137523224-0bb47fec-17d4-4f8c-b5aa-1aedfa84ba51.png"> I also did some final touches: - Removed untranslated languages (as we promised for final release) - Enabled Javascript for Sparkle release notes - os_log levels were all over the place, changed all to .info No change needed in translations. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 07:07:05 -06: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: github-starred/MonitorControl#1189
No description provided.