passepartout-apple/CHANGELOG.md

398 lines
17 KiB
Markdown
Raw Normal View History

2018-10-11 07:13:19 +00:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
2020-07-07 21:34:42 +00:00
## Added
- Child Safe VPN provider.
## Changed
- Use active profile name in iOS settings.
2020-06-12 08:03:08 +00:00
## 1.11.5 (2020-06-23)
2020-06-11 14:04:34 +00:00
### Fixed
- Skip DNS resolution of provider servers without a hostname (e.g. ProtonVPN "Secure Core").
2020-06-03 21:09:39 +00:00
## 1.11.4 (2020-06-03)
2020-05-23 17:06:44 +00:00
### Added
- Customize host endpoint.
### Fixed
- Invisible buttons in document browser. [#145](https://github.com/passepartoutvpn/passepartout-ios/issues/145)
2020-05-20 18:45:10 +00:00
## 1.11.3 (2020-05-21)
2020-05-15 11:31:48 +00:00
### Added
- TorGuard provider (Jorrit Visser). [api-source#5](https://github.com/passepartoutvpn/api-source/issues/5)
### Fixed
- Persistent crash on launch after "Add new provider > Update list".
2020-05-12 20:12:51 +00:00
## 1.11.2 (2020-05-12)
2020-05-11 20:53:09 +00:00
### Changed
- Relax keyboard for host titles.
### Fixed
- In-app purchase unavailable for new providers. [#141](https://github.com/passepartoutvpn/passepartout-ios/issues/141)
2020-05-11 20:53:09 +00:00
- Hosts may be renamed to same title. [#140](https://github.com/passepartoutvpn/passepartout-ios/issues/140)
2020-05-10 21:41:21 +00:00
## 1.11.1 (2020-05-11)
2020-05-09 21:14:36 +00:00
### Added
- Hide.me provider.
2020-04-29 19:15:50 +00:00
## 1.11.0 (2020-04-29)
2020-01-11 08:32:20 +00:00
### Changed
- Allow any character in host profile name. [#26](https://github.com/passepartoutvpn/passepartout-ios/issues/26)
2020-01-11 08:32:20 +00:00
### Fixed
- Programming error in some SoftEther negotiation (Grivus). [tunnelkit#143](https://github.com/passepartoutvpn/tunnelkit/pull/143)
- Default gateway not yet enforced for providers (e.g. TunnelBear). [passepartout-core-apple#4](https://github.com/passepartoutvpn/passepartout-core-apple/pull/4)
- Active profile lost after renaming. [#128](https://github.com/passepartoutvpn/passepartout-ios/issues/128)
- Handle server shutdown/restart (remote `--explicit-exit-notify`). [tunnelkit#131](https://github.com/passepartoutvpn/tunnelkit/issues/131)
- Handle explicit IPv4/IPv6 protocols (`4` or `6` suffix in `--proto`). [tunnelkit#153](https://github.com/passepartoutvpn/tunnelkit/issues/153)
2020-05-09 12:49:13 +00:00
- IPv6 traffic broken on Mojave. [tunnelkit#146](https://github.com/passepartoutvpn/tunnelkit/issues/146), [#169](https://github.com/passepartoutvpn/tunnelkit/pull/169)
- Transient connected state upon connection failure (rob-patchett). [tunnelkit#128](https://github.com/passepartoutvpn/tunnelkit/pull/128)
2020-01-11 08:32:20 +00:00
2019-12-24 08:50:01 +00:00
## 1.10.1 (2019-12-24)
2019-12-22 11:16:21 +00:00
### Fixed
- Provider purchases were not properly recognized/restored. [#124](https://github.com/passepartoutvpn/passepartout-ios/pull/124)
2019-12-19 15:41:51 +00:00
## 1.10.0 (2019-12-19)
2019-11-19 23:54:04 +00:00
2019-11-21 14:44:26 +00:00
### Added
2019-12-11 13:07:54 +00:00
- Dynamic providers, refresh supported list in real time.
2019-11-21 14:44:26 +00:00
- Favorite provider locations. [#118](https://github.com/passepartoutvpn/passepartout-ios/issues/118)
- Polish translations (Piotr Książek).
2019-11-21 14:44:26 +00:00
### Changed
2019-11-21 09:28:14 +00:00
- "Trusted networks" settings are now saved per profile. [#114](https://github.com/passepartoutvpn/passepartout-ios/issues/114)
- Require explicit `--ca` and `--cipher` in .ovpn configuration file.
- Revert fallback to CloudFlare DNS when no servers provided. [#116](https://github.com/passepartoutvpn/passepartout-ios/issues/116)
- German translations (Theodor Tietze).
2019-11-19 23:54:04 +00:00
### Fixed
- Only show pushed server configuration.
2019-11-20 18:41:09 +00:00
- Adjust UI to device text size. [#117](https://github.com/passepartoutvpn/passepartout-ios/pull/117)
2019-12-06 11:03:43 +00:00
- Restore provider flow after purchase.
- Improved some translations.
2019-11-19 23:54:04 +00:00
2019-11-09 18:29:50 +00:00
## 1.9.1 (2019-11-10)
2019-11-09 17:30:00 +00:00
### Changed
- Polish purchase screen.
2019-11-05 17:27:59 +00:00
## 1.9.0 (2019-11-05)
2019-09-30 14:29:33 +00:00
### Added
- Import host via document picker.
2019-10-22 22:27:20 +00:00
- Support for `--ping-restart` (Robert Patchett). [tunnelkit#122](https://github.com/passepartoutvpn/tunnelkit/pull/122)
- Support for proxy auto-configuration URL (ThinkChaos). [tunnelkit#125](https://github.com/passepartoutvpn/tunnelkit/pull/125)
2019-10-23 10:01:36 +00:00
- Disclose server configuration and network settings in Diagnostics. [#101](https://github.com/passepartoutvpn/passepartout-ios/issues/101)
- Support multiple DNS search domains. [tunnelkit#127](https://github.com/passepartoutvpn/tunnelkit/issues/127)
2019-09-30 14:29:33 +00:00
### Changed
- Upgrade project to Xcode 11.
### Fixed
- Cannot enter IP addresses in some localizations. [#103](https://github.com/passepartoutvpn/passepartout-ios/issues/103)
2019-10-20 22:32:40 +00:00
- Cannot easily trust Wi-Fi networks in iOS 13. [#100](https://github.com/passepartoutvpn/passepartout-ios/issues/100)
- Infrastructures not updated in non-English locales.
2019-10-24 14:17:35 +00:00
- Default gateway not enforced for providers (e.g. TunnelBear).
2019-09-15 17:27:38 +00:00
## 1.8.1 (2019-09-15)
### Added
- Chinese (Simplified) translations (OnlyThen). [#95](https://github.com/passepartoutvpn/passepartout-ios/pull/95)
2019-09-02 17:51:21 +00:00
- Support for iOS 13 Dark Mode. [#93](https://github.com/passepartoutvpn/passepartout-ios/issues/93)
### Fixed
- Transparent navigation bar in iPadOS 13.
- Unable to open .ovpn files in iOS 13. [#99](https://github.com/passepartoutvpn/passepartout-ios/issues/99)
2019-09-02 22:31:20 +00:00
- Premature disconnection due to .staleSession error. [tunnelkit#120](https://github.com/passepartoutvpn/tunnelkit/issues/120)
2019-08-02 07:12:09 +00:00
## 1.8.0 (2019-08-01)
2019-07-04 18:23:29 +00:00
2019-07-05 07:04:44 +00:00
### Added
- "Custom DNS" preset for Mullvad. [api-source-mullvad#1](https://github.com/passepartoutvpn/api-source-mullvad/issues/1)
- Change app language from Settings in iOS 13. [#90](https://github.com/passepartoutvpn/passepartout-ios/issues/90)
2019-07-05 07:04:44 +00:00
2019-07-26 18:40:38 +00:00
### Changed
- Disconnect on "No buffer space available" rather than leaving a stale connection (improve later). [tunnelkit#104](https://github.com/passepartoutvpn/tunnelkit/issues/104)
2019-07-04 18:23:29 +00:00
### Fixed
- VPN staying active while it's not. [tunnelkit#106](https://github.com/passepartoutvpn/tunnelkit/issues/106)
- Disconnection on renegotiation. [tunnelkit#105](https://github.com/passepartoutvpn/tunnelkit/issues/105)
- Support third party apps when sending e-mails.
- Refreshed infrastructures are not retained. [passepartout-core-apple#1](https://github.com/passepartoutvpn/passepartout-core-apple/issues/1)
2019-07-04 18:23:29 +00:00
- Portuguese bound to Brazil region.
- German spelling of "Default gateway".
2019-07-26 18:19:25 +00:00
- Some French wording (Joel Gallant).
- Erroneous placeholders in Network Settings (Joel Gallant).
2019-07-04 18:23:29 +00:00
2019-05-29 09:18:04 +00:00
## 1.7.0 (2019-06-02)
2019-05-20 11:55:07 +00:00
### Added
- Dutch translations (Norbert de Vreede). [#81](https://github.com/passepartoutvpn/passepartout-ios/pull/81)
- Greek translations (Konstantinos Koukoulakis).
- French translations (Julien Laniel).
- Spanish translations (Davide De Rosa, Elena Vivó).
- Swedish translations (Henry Gross-Hellsen). [#82](https://github.com/passepartoutvpn/passepartout-ios/pull/82)
## 1.6.1 (2019-05-20)
2019-05-01 21:03:06 +00:00
### Added
- Override network settings. [#77](https://github.com/passepartoutvpn/passepartout-ios/pull/77)
2019-05-14 09:00:53 +00:00
- Support for `--redirect-gateway block-local` (partial). [tunnelkit#81](https://github.com/passepartoutvpn/tunnelkit/issues/81)
- Russian translations (Alexander Korobynikov).
2019-05-01 21:03:06 +00:00
### Changed
- Host compression framing and algorithm are now editable.
### Fixed
- NordVPN double servers not connecting out of the box. [#78](https://github.com/passepartoutvpn/passepartout-ios/issues/78)
2019-05-14 09:00:53 +00:00
- Authentication with OpenVPN AS. [tunnelkit#95](https://github.com/passepartoutvpn/tunnelkit/issues/95)
2019-05-14 10:06:51 +00:00
- TLS failed with some servers. [tunnelkit#97](https://github.com/passepartoutvpn/tunnelkit/issues/97)
## 1.6.0 (2019-05-01)
2019-04-25 21:36:36 +00:00
### Added
2019-04-26 12:25:06 +00:00
- VyprVPN provider. [#72](https://github.com/passepartoutvpn/passepartout-ios/pull/72)
2019-04-25 21:36:36 +00:00
- More infrastructure metadata.
2019-04-26 17:51:59 +00:00
- Portuguese translations (Helder Santana). [#70](https://github.com/passepartoutvpn/passepartout-ios/pull/70)
- German translations (Christian Lederer).
- Russian translations (Alexander Korobynikov).
2019-04-25 13:54:09 +00:00
### Changed
- Do not redirect all traffic to VPN unless `--redirect-gateway` specified. [#71](https://github.com/passepartoutvpn/passepartout-ios/pull/71)
2019-04-25 15:32:19 +00:00
### Fixed
2019-05-14 09:00:53 +00:00
- Fall back to CloudFlare DNS when no servers provided. [tunnelkit#84](https://github.com/passepartoutvpn/tunnelkit/issues/84)
- UDP may disconnect on high speeds. [tunnelkit#87](https://github.com/passepartoutvpn/tunnelkit/issues/87)
- SoftEther connects without VPN icon. [#69](https://github.com/passepartoutvpn/passepartout-ios/issues/69)
- Misleading Mullvad password suggestion. [#75](https://github.com/passepartoutvpn/passepartout-ios/issues/75)
- Leave digest editable despite cipher. [#74](https://github.com/passepartoutvpn/passepartout-ios/issues/74)
2019-05-14 09:00:53 +00:00
- TLS errors with passphrase-protected .ovpn profiles. [tunnelkit#91](https://github.com/passepartoutvpn/tunnelkit/issues/91)
- Issue with DNS-only VPN profiles. [#73](https://github.com/passepartoutvpn/passepartout-ios/issues/73)
2019-04-17 20:19:53 +00:00
## 1.5.0 (2019-04-17)
2019-04-11 13:34:27 +00:00
2019-04-11 17:14:18 +00:00
### Added
- NordVPN provider. [#65](https://github.com/passepartoutvpn/passepartout-ios/pull/65)
2019-05-14 09:00:53 +00:00
- Support for `dhcp-option PROXY_HTTP[S]`. [tunnelkit#74](https://github.com/passepartoutvpn/tunnelkit/issues/74)
2019-04-11 17:14:18 +00:00
2019-04-11 13:34:27 +00:00
### Fixed
- Regression in DNS configuration. [#68](https://github.com/passepartoutvpn/passepartout-ios/issues/68)
2019-05-14 09:00:53 +00:00
- SoftEther timing out. [tunnelkit#67](https://github.com/passepartoutvpn/tunnelkit/issues/67)
- VPN status cell doesn't always enter active profile. [#63](https://github.com/passepartoutvpn/passepartout-ios/issues/63)
2019-04-11 13:34:27 +00:00
- Masking preference not retained. [#64](https://github.com/passepartoutvpn/passepartout-ios/issues/64)
2019-05-14 09:00:53 +00:00
- Issues with very long PUSH_REPLY. [tunnelkit#71](https://github.com/passepartoutvpn/tunnelkit/issues/71)
2019-04-17 08:21:29 +00:00
- Missing app icon in Credits.
2019-04-11 13:34:27 +00:00
2019-04-11 12:31:18 +00:00
## 1.4.0 (2019-04-11)
2019-04-07 13:29:05 +00:00
2019-04-07 11:00:08 +00:00
### Added
- ProtonVPN provider. [#7](https://github.com/passepartoutvpn/passepartout-ios/issues/7)
- Italian translations. [#58](https://github.com/passepartoutvpn/passepartout-ios/pull/58)
2019-04-07 11:00:08 +00:00
- In-app donations.
2019-04-04 22:55:40 +00:00
- Provider logos. [#55](https://github.com/passepartoutvpn/passepartout-ios/pull/55)
2019-04-05 11:14:03 +00:00
- Country flags. [#56](https://github.com/passepartoutvpn/passepartout-ios/pull/56)
2019-04-10 14:53:53 +00:00
- VPN status shortcut, enters active profile on selection.
2019-04-04 22:55:40 +00:00
2019-04-05 14:50:40 +00:00
### Changed
2019-04-08 22:24:16 +00:00
- Automatic protocol defaults to UDP endpoints. [#61](https://github.com/passepartoutvpn/passepartout-ios/pull/61)
2019-04-05 14:50:40 +00:00
- Improved Account screen, footers were hardly tappable.
### Fixed
2019-04-08 22:24:16 +00:00
- Some providers may crash on VPN activation. [#57](https://github.com/passepartoutvpn/passepartout-ios/issues/57)
- Mullvad dying due to ping timeout. [#62](https://github.com/passepartoutvpn/passepartout-ios/issues/62)
- Pushing DOMAIN has no effect. [#48](https://github.com/passepartoutvpn/passepartout-ios/issues/48)
2019-04-02 21:21:31 +00:00
## 1.3.0 (2019-04-03)
### Added
- Windscribe provider. [#39](https://github.com/passepartoutvpn/passepartout-ios/issues/39)
### Fixed
- Support PKCS#8 encrypted cert keys. [#43](https://github.com/passepartoutvpn/passepartout-ios/issues/43)
2019-05-14 09:00:53 +00:00
- Handle PEM with preamble. [tunnelkit#78](https://github.com/passepartoutvpn/tunnelkit/issues/78)
2019-04-02 09:44:53 +00:00
- Infrastructures not retained after refresh. [#54](https://github.com/passepartoutvpn/passepartout-ios/issues/54)
2019-03-31 21:49:48 +00:00
## 1.2.0 (2019-04-01)
2019-03-25 23:43:01 +00:00
2019-03-27 22:51:25 +00:00
### Added
- Siri Shortcuts in-app manager. [#46](https://github.com/passepartoutvpn/passepartout-ios/pull/46)
2019-03-30 19:11:45 +00:00
- Background data count updates in diagnostics. [#51](https://github.com/passepartoutvpn/passepartout-ios/pull/51)
2019-03-31 21:49:48 +00:00
- Configure masking in debug log for improved diagnostics.
- Mullvad provider. [#45](https://github.com/passepartoutvpn/passepartout-ios/pull/45)
- Support for encrypted certificate private keys. [#43](https://github.com/passepartoutvpn/passepartout-ios/pull/43)
2019-03-27 22:51:25 +00:00
2019-03-30 22:23:08 +00:00
### Changed
- Upgraded to Swift 5.
2019-03-25 23:43:01 +00:00
### Fixed
- EKU not verified with providers (regression).
- Occasionally overlapping footers in organizer.
2019-03-25 23:43:01 +00:00
2019-03-22 17:39:06 +00:00
## 1.1.0 (2019-03-22)
2019-03-19 12:12:59 +00:00
### Added
- Support for LZO compression. [#32](https://github.com/passepartoutvpn/passepartout-ios/issues/32)
2019-03-18 21:34:37 +00:00
- Siri shortcuts. [#41](https://github.com/passepartoutvpn/passepartout-ios/pull/41)
- Custom intents, have a look at Spotlight suggestions for Passepartout. [#40](https://github.com/passepartoutvpn/passepartout-ios/pull/40)
2019-03-19 20:52:09 +00:00
- TunnelBear provider. [#35](https://github.com/passepartoutvpn/passepartout-ios/pull/35)
2019-03-09 10:11:04 +00:00
2019-03-22 17:39:06 +00:00
### Changed
- Normalize localization of provider locations.
2019-03-08 11:59:55 +00:00
### Fixed
2019-03-19 20:52:09 +00:00
- Profile not activating if none is active. [#42](https://github.com/passepartoutvpn/passepartout-ios/issues/42)
- EKU verification enabled when it shouldn't be.
2019-03-08 11:59:55 +00:00
- Incorrect VPN status after renaming. [#37](https://github.com/passepartoutvpn/passepartout-ios/issues/37)
- Profile change doesn't disconnect active VPN. [#38](https://github.com/passepartoutvpn/passepartout-ios/issues/38)
2019-03-08 12:38:30 +00:00
- Some reconnection issues encountered with TunnelBear and NordVPN.
- Hosts gone while connected (credit to Aston Martin). [#19](https://github.com/passepartoutvpn/passepartout-ios/issues/19)
2019-03-05 09:32:47 +00:00
## 1.0.3 (2019-03-06)
### Fixed
- Regression in profile activation. [#36](https://github.com/passepartoutvpn/passepartout-ios/issues/36)
2019-03-03 13:22:04 +00:00
## 1.0.2 (2019-03-04)
### Fixed
2019-03-03 13:22:04 +00:00
- Profile sometimes not connecting right after add.
- Custom DNS servers were not applied.
- Shut down if server uses compression at all.
2019-02-28 16:30:41 +00:00
- Broken link to SwiftGen license.
## 1.0.1 (2019-02-27)
2019-01-17 08:54:56 +00:00
2019-02-03 21:10:14 +00:00
### Added
2019-05-14 09:00:53 +00:00
- Override DNS servers via `dhcp-option DNS`. [tunnelkit#56](https://github.com/passepartoutvpn/tunnelkit/pull/56)
2019-02-03 21:10:14 +00:00
- About link to FAQ.
2019-02-23 11:12:59 +00:00
### Changed
2019-05-14 09:00:53 +00:00
- Only enable EKU verification if `remote-cert-tls server`. [tunnelkit#64](https://github.com/passepartoutvpn/tunnelkit/pull/64)
2019-02-23 11:12:59 +00:00
2019-01-17 08:54:56 +00:00
### Fixed
2019-05-14 09:00:53 +00:00
- Shut down if server pushes a compression directive. [tunnelkit#65](https://github.com/passepartoutvpn/tunnelkit/pull/65)
2019-01-17 08:54:56 +00:00
- Retain DNS reply order in resolved endpoint addresses. [#31](https://github.com/passepartoutvpn/passepartout-ios/pull/31)
2019-01-04 17:16:41 +00:00
## 1.0 (2019-01-16)
2018-12-10 11:49:04 +00:00
### Added
2018-12-10 11:49:04 +00:00
- Automated app rating mechanism.
2018-11-04 15:08:12 +00:00
- Dot as a legal character in host profile title. [#22](https://github.com/passepartoutvpn/passepartout-ios/issues/22)
- Host profiles can now be renamed. [#24](https://github.com/passepartoutvpn/passepartout-ios/issues/24)
- Explicit rejection of encrypted client certificate keys. [#15](https://github.com/passepartoutvpn/passepartout-ios/issues/15)
- Attach .ovpn when reporting a connectivity issue, stripped of sensitive data. [#13](https://github.com/passepartoutvpn/passepartout-ios/pull/13)
- iTunes File Sharing (skythedesu). [#14](https://github.com/passepartoutvpn/passepartout-ios/pull/14)
- Tunnel failure reporting in UI. [#8](https://github.com/passepartoutvpn/passepartout-ios/pull/8)
- Explicit "Reconnect" button. [#9](https://github.com/passepartoutvpn/passepartout-ios/pull/9)
- Option to revert host parameters to original configuration (Nicholas Caito). [#10](https://github.com/passepartoutvpn/passepartout-ios/pull/10)
- Support for TLS wrapping (tls-auth and tls-crypt). [#5](https://github.com/passepartoutvpn/passepartout-ios/pull/5)
2019-05-14 09:00:53 +00:00
- AES-GCM and new endpoints to PIA network preset. [tunnelkit#32](https://github.com/passepartoutvpn/tunnelkit/pull/32)
2018-10-27 22:07:20 +00:00
- Disclosure indicators in profile organizer (Samuel Michaels).
- Disclaimer for app usage.
2018-10-26 22:55:08 +00:00
2018-10-27 22:07:20 +00:00
### Removed
2018-10-27 13:05:45 +00:00
2018-12-15 10:05:23 +00:00
- "Test connectivity" until it's more transparent.
2018-10-27 22:07:20 +00:00
- Password confirmation field, redundant with authentication failure message.
### Changed
2018-12-15 10:05:23 +00:00
- Relocated API endpoints, better before first release.
- Reorganized credits page.
- Internal refactoring (nothing visible).
- Disconnect VPN by default when entering a trusted network. [#25](https://github.com/passepartoutvpn/passepartout-ios/pull/25)
- Host parameters are read-only if there isn't an original configuration to revert to.
- Overall serialization performance.
2018-10-27 22:07:20 +00:00
- Drive generic support requests on Reddit.
- Add current Wi-Fi to trusted networks list but don't trust it by default.
### Fixed
2018-12-15 10:05:23 +00:00
- Infrastructures not refreshed. [#29](https://github.com/passepartoutvpn/passepartout-ios/issues/29)
- Incorrect compression warnings when importing host configurations. [#20](https://github.com/passepartoutvpn/passepartout-ios/pull/20)
- Regression in provider endpoints, IPv4 appearing reversed. [#23](https://github.com/passepartoutvpn/passepartout-ios/pull/23)
2018-11-04 15:08:12 +00:00
- Handling of extra whitespaces in .ovpn (Mike Mayer). [#17](https://github.com/passepartoutvpn/passepartout-ios/issues/17)
2018-10-27 22:07:20 +00:00
- Glitches in import wizard flow, sometimes not even appearing.
2018-11-04 15:08:12 +00:00
- Warn about .ovpn containing potentially unsupported compression. [#16](https://github.com/passepartoutvpn/passepartout-ios/issues/16)
2018-10-27 22:07:20 +00:00
- Retain credentials of replaced host profile.
- Original configuration not saved after reset.
- Connection occasionally turning inactive after a while.
- Improved performance and privacy of debug log.
2018-11-04 15:08:12 +00:00
- .ovpn files could not be imported without OpenVPN Connect installed. [#6](https://github.com/passepartoutvpn/passepartout-ios/issues/6)
2019-05-14 09:00:53 +00:00
- Fixed Mullvad abrupt disconnection. [tunnelkit#30](https://github.com/passepartoutvpn/tunnelkit/issues/30)
2018-11-04 15:08:12 +00:00
- Credentials are now optional for host profiles. [#4](https://github.com/passepartoutvpn/passepartout-ios/pull/4)
- Can now import .ovpn files from Apple Files app. [#1](https://github.com/passepartoutvpn/passepartout-ios/pull/1)
- Reject unrecognized values for `cipher`, `auth` and `proto`. [#1](https://github.com/passepartoutvpn/passepartout-ios/pull/1)
2018-10-16 16:10:46 +00:00
- Alert unsupported configuration options.
- Use accent color for checkmarks in table cells.
2018-10-11 07:13:19 +00:00
## 1.0 beta 975 (2018-10-11)
First public beta release.