1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-11-06 09:19:31 +02:00

Release 0.6.5 (#311)

* Fixed #269

* Fixing checkbox widht

* Fix #274. Add re-login button to error page.

* Fix #276. Login page title

* Rev Mac build version

* Update changelog for v0.6.5

* Rev Mac build number

* GitHub Actions: Build with Xcode 12.4

* Fix #297: Mac keybpard handling

* Rev Mac built to 12

Co-authored-by: Jesús Espino <jespinog@gmail.com>
This commit is contained in:
Chen-I Lim
2021-04-21 10:33:28 -07:00
committed by GitHub
parent ec1de1c9c2
commit 545fb64c00
5 changed files with 13 additions and 6 deletions

View File

@@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>0.6.5</string>
<key>CFBundleVersion</key>
<string>8</string>
<string>12</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key>

View File

@@ -33,6 +33,11 @@ class ViewController:
NotificationCenter.default.addObserver(self, selector: #selector(onServerStarted), name: AppDelegate.serverStartedNotification, object: nil)
}
override func viewDidAppear() {
super.viewDidAppear()
self.view.window?.makeFirstResponder(self.webView)
}
override var representedObject: Any? {
didSet {
// Update the view, if already loaded.