You've already forked focalboard
							
							
				mirror of
				https://github.com/mattermost/focalboard.git
				synced 2025-10-31 00:17:42 +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:
		
							
								
								
									
										2
									
								
								.github/workflows/build-mac.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build-mac.yml
									
									
									
									
										vendored
									
									
								
							| @@ -32,7 +32,7 @@ jobs: | ||||
|     - name: Build macOS | ||||
|       run: make mac-app | ||||
|       env: | ||||
|         DEVELOPER_DIR: /Applications/Xcode_12.3.app/Contents/Developer | ||||
|         DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer | ||||
|         BUILD_NUMBER: ${{ github.run_id }} | ||||
|  | ||||
|     - name: Upload macOS package | ||||
|   | ||||
							
								
								
									
										2
									
								
								.github/workflows/prod-release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/prod-release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -79,7 +79,7 @@ jobs: | ||||
|     - name: Build macOS | ||||
|       run: make mac-app | ||||
|       env: | ||||
|         DEVELOPER_DIR: /Applications/Xcode_12.3.app/Contents/Developer | ||||
|         DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer | ||||
|         BUILD_NUMBER: ${{ github.run_id }} | ||||
|  | ||||
|     - name: Upload macOS package | ||||
|   | ||||
| @@ -6,6 +6,8 @@ This changelog summarizes updates to our open source project. You can also find | ||||
|  | ||||
| ## [Work In Progress] - v0.7 Release - [Date TBD] | ||||
|  | ||||
| ## v0.6.5 Release - April 19, 2021 | ||||
|  | ||||
| * Key Updates: | ||||
|   * Focalboard now available on DockerHub at https://hub.docker.com/r/mattermost/focalboard. [#91](https://github.com/mattermost/focalboard/issues/91) Thanks @jwilander @obbardc! | ||||
|   * You can now contribute translations to Focalboard on https://translate.mattermost.com/. Thanks @jespino! | ||||
| @@ -21,13 +23,13 @@ This changelog summarizes updates to our open source project. You can also find | ||||
|   * Add docker-compose to run the whole service in containers. [#105](https://github.com/mattermost/focalboard/pull/105) Thanks @jbutler992! | ||||
|   * Added Gallery view. | ||||
|   * Added Checkbox content type. | ||||
|   * Added Selected cards duplication with CTRL+D. | ||||
|   * Added Search shortcut (ctrl+shift+f). | ||||
|   * Added Selected cards duplication with Ctrl+D. | ||||
|   * Added Search shortcut (Ctrl+Shift+F). | ||||
| * Requested Contributions | ||||
|   * Add more frontend unit test coverage. [#126](https://github.com/mattermost/focalboard/pull/126) Thanks @renjithgr! | ||||
|   * [GH-40](https://github.com/mattermost/focalboard/issues/40) - Add property type email [#84](https://github.com/mattermost/focalboard/pull/84). Thanks @renjithgr! | ||||
|  | ||||
| ## v0.6 Release - March 15, 2021 | ||||
| ## v0.6.1 Release - March 15, 2021 | ||||
|  | ||||
| * Focalboard Personal Desktop is now live in the App Stores: | ||||
|     * [Mac App Store](https://apps.apple.com/app/apple-store/id1556908618?pt=2114704&ct=changelog&mt=8) | ||||
|   | ||||
| @@ -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> | ||||
|   | ||||
| @@ -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. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user