Commit Graph

44 Commits

Author SHA1 Message Date
Chen-I Lim
ed2c916afa
Update to v0.12 (#1904) 2021-12-01 14:55:47 -08:00
Chen-I Lim
91dc9def9b
Update version to 0.11.0 (#1859) 2021-11-22 16:15:03 -08:00
Chen-I Lim
abee212d4c
Fix #1839. Update Mac App for v0.10.0 (#1842)
* Fix #1839. Update Mac App for v0.10.0

* Update what's new text
2021-11-16 10:54:54 -08:00
Chen-I Lim
ae552e260c
Update to v0.10 (#1633) 2021-10-22 13:59:05 -07:00
Chen-I Lim
33e717d9bc Update version to v0.9.1 2021-09-17 12:56:47 -07:00
Johannes Marbach
b6d32da68c
[GH-314] Export native app user settings on change (#380)
* [GH-314] Export native app user settings on change

This switches from exporting the native app user settings on window close to exporting
on settings change. This way the settings export remains independent of native application
life-cycle events.

This is a stop-gap towards enabling settings export on the native Linux app. The latter
does not have an easy way to catch window close events.

Relates to: #314

* Disable no-shadow rule to prevent false-positive

* Verify allowed localStorage keys

* Fix import order/spacing

* Treat JSON parsing errors as failed import

* Read known keys from the correct type 🤦

* Extend logging with imported keys and always include _current_ user settings

* Fixing eslint

Co-authored-by: Hossein <hahmadia@users.noreply.github.com>
Co-authored-by: Jesús Espino <jespinog@gmail.com>
2021-08-15 12:51:19 +02:00
Chen-I Lim
7d2a58081c Update version to v0.9.0 2021-08-06 10:37:28 -07:00
Chen-I Lim
73225e959b Merge release-0.8.0 2021-07-16 10:30:45 -07:00
Chen-I Lim
1b45e16e52 Update to v0.8.0 2021-07-09 09:36:57 -07:00
Chen-I Lim
b704fe3aea Mac: Update rate button text. 2021-06-15 15:11:24 -07:00
Johannes Marbach
e51aa2f601
[GH-443] Create new window when reopening without existing windows (#451)
* [GH-443] Create new window when reopening without existing windows

Fixes #443

* Return false when we handle the open ourselves
2021-06-04 14:07:50 -07:00
Chen-I Lim
4c3f14e027 Merge release-0.6.7 2021-05-24 09:59:30 -07:00
Chen-I Lim
5fe51a9c0c Update for v0.6.7 2021-05-10 12:22:42 -07:00
Haardik Dharma
45779382c0
[Fix - #332]: Disable TabBar (#369)
* Update AutoSaveWindowController.swift

* Update Main.storyboard

* Update AutoSaveWindowController.swift
2021-05-05 16:19:09 -07:00
Johannes Marbach
3fb078d612
[GH-314] Persist and reapply users settings in mac app (#331)
* [GH-314] Persist and reapply users settings in mac app

Relates to: #314

* Inject settings blob at document start, push base64 conversion into TS, use proper quotes

* Remove whitespace

* Rename base64 to blob for consistency
2021-04-27 15:09:26 -07:00
Guillermo Vayá
09f16b4c44
Add macOS quarantine (#317) 2021-04-22 15:45:15 -07:00
Chen-I Lim
e61ba4a7a8 Update to v0.6.6 2021-04-21 12:56:14 -07:00
Chen-I Lim
545fb64c00
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>
2021-04-21 10:33:28 -07:00
Jesús Espino
5ab3f8d3ce
Addining subpath support (#241)
* Addining subpath support

* Fixing a subpath problem in suburls

* Using the server root for allow subpaths

* Fixing baseURL variable name

* Some improvements

* Making it work in mattermost plugin

* Fixing eslint warnings

* Fixing cypress tests
2021-04-16 13:42:37 +02:00
Chen-I Lim
bc5787ff3a Update version to v0.6.5 2021-04-13 11:04:22 -07:00
Chen-I Lim
cae02a2ae2 Mac: What's new window 2021-04-12 14:02:22 -07:00
Chen-I Lim
37adf0a081 Fix #109: Use free port on Mac 2021-04-01 08:15:06 -07:00
Chen-I Lim
c47333948e Rev to v0.6.2 2021-03-31 11:59:07 -07:00
Chen-I Lim
b9667151fc Mac: Remove Print and unused menu items 2021-03-11 13:45:37 -08:00
Chen-I Lim
7856e4df3b Fix #70: Add background to Mac icon 2021-03-11 10:06:55 -08:00
Chen-I Lim
ade55a2b90 Rev Mac version 0.6.1 2021-03-11 09:08:23 -08:00
Chen-I Lim
6d26237906 Fix #69: Redraw Mac webview on first load 2021-03-10 19:03:21 -08:00
Chen-I Lim
c4be5e4939 Update Mac entitlements 2021-03-10 10:12:17 -08:00
Chen-I Lim
016d14a185 Info.plist 2021-03-09 18:37:48 -08:00
Chen-I Lim
1a7d11a4ae Update Mac entitlements 2021-03-09 17:36:22 -08:00
Chen-I Lim
8647dc38c8 Update Info.plist 2021-03-09 16:32:59 -08:00
Chen-I Lim
cb48c68cb8 CFBundleShortVersionString 2021-03-09 16:17:23 -08:00
Chen-I Lim
7895bc5bc0 Add LSApplicationCategoryType 2021-03-09 14:55:18 -08:00
Chen-I Lim
240e9c480e Fix #67: Load homepage on new Mac window 2021-03-08 18:38:50 -08:00
Chen-I Lim
0082fd0dd3 Move single-user-token to environment var 2021-02-11 10:13:17 -08:00
Chen-I Lim
13a611e833 Mac: single user token 2021-02-09 15:51:35 -08:00
Chen-I Lim
a904c4aa9f Mac: Cryptorandom session token 2021-02-09 12:42:57 -08:00
Chen-I Lim
13ca583e22 Mac: Hide webview until loaded 2021-02-09 12:34:45 -08:00
Chen-I Lim
0fe96ad7ed Check for single user token 2021-02-09 12:27:34 -08:00
Chen-I Lim
b72f5ced7d Rename focalboard-server binary 2021-01-28 14:23:52 -08:00
Chen-I Lim
3e33487981 Mac app icon 2021-01-28 09:25:15 -08:00
Chen-I Lim
a144fe113d Mac App support folder 2021-01-26 15:28:38 -08:00
Chen-I Lim
03ab512657 Archiver file extension 2021-01-26 11:23:20 -08:00
Chen-I Lim
3459f91984 Mac: Product name 2021-01-26 10:32:36 -08:00