Commit Graph

67 Commits

Author SHA1 Message Date
Miguel de la Cruz
e1c747d08b
Update Boards version to 7.3 (#3382) 2022-07-18 12:05:59 -06:00
Chen-I Lim
1207a22291
Cherry pick fix for #3268 (#3270) 2022-06-22 16:44:20 -07:00
Scott Bishel
073ef8af75 update to version 7.2.0 2022-05-11 17:25:46 -06:00
Scott Bishel
f4541630e7
update for v0.17.0 (#2943) 2022-04-28 14:41:38 -06:00
Chen-I Lim
2b3ed75b3b
Add readme for Mac and Win apps (#2757)
* Add readme for Mac and Win apps

* chore(Makefile): improve xcode error feedback

Co-authored-by: Paul Esch-Laurent <paul.esch-laurent@mattermost.com>
2022-04-12 09:20:36 -07:00
Scott Bishel
b41fd7b4e8
update to v0.16.0 (#2438) 2022-03-02 15:08:40 -07:00
Chen-I Lim
2a8d391bd6
Fix #2333. Handle export in Mac App (#2334) 2022-02-14 19:57:44 -08:00
Scott Bishel
50d62db683
Update to version 0.15.0 (#2231)
* update to version 0.15.0

* update month

* update snapshots

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-02-04 11:21:33 -07:00
Chen-I Lim
e6b286f056
Gh 2062 mac error sound (#2074)
* Fix #2062. Prevent funk error sound in Mac App.

* Update header
2022-01-07 14:30:18 -08:00
Scott Bishel
f0602a6eb6
Update version to 0.14.0 (#2057)
* update version to 0.13.0

* update to v0.14.0
2022-01-06 12:26:35 -07:00
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
048530549d Fix #117: Lower macOS min OS to 10.14 Mojave 2021-03-18 15:05:47 -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
b8f68336ff Update Mac bundle id case 2021-03-05 11:27:13 -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