Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
author = 'Real-Time Innovations, Inc.'

# The full version, including alpha/beta/rc tags
release = '1.0.0'
version = '1.0.0'
release = '1.1.0'
version = '1.1.0'

master_doc = 'index'
primary_domain = 'js'
Expand Down
12 changes: 6 additions & 6 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ Supported Platforms
*Connector* uses a native C library that works on most Windows®, Linux® and
macOS® platforms. It has been tested on the following systems:

**Linux**
**Linux**
* CentOS™ 6.0, 6.2-6.4, 7.0 (x64)
* Red Hat® Enterprise Linux 6.0-6.5, 6.7, 6.8, 7, 7.3, 7.5, 7.6, 8 (x64)
* SUSE® Linux Enterprise Server 12 SP2 (x64)
* Ubuntu® 14.04, 18.04, 20.04 LTS (x64)
* Ubuntu 18.04 LTS (64-bit Arm® v8)
* Ubuntu 18.04 LTS (32-bit Arm v7)
* Wind River® Linux 8 (Arm v7) (Custom-supported platform)
**macOS**

**macOS**
* macOS 10.13-10.15 (x64)
**Windows**

**Windows**
* Windows 8 (x64)
* Windows 10 (x64)
* Windows Server 2012 R2 (x64)
Expand All @@ -44,7 +44,7 @@ Support added for Node.js version 12
""""""""""""""""""""""""""""""""""""
.. CON-173

Previously, Node.js version 12 was not supported *Connector* for JavaScript.
Previously, Node.js version 12 was not supported in *Connector* for JavaScript.
Support has been added for Node.js version 12 (the current LTS), and support has
been dropped for Node.js version 8 (which has been deprecated). Note that Node.js
version 12.19.0 is incompatible with Connector for JavaScript due to a regression
Expand Down
4 changes: 4 additions & 0 deletions docs/static/theme_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
white-space: initial;
}

.wy-side-nav-search {
background: #004C97;
}

/* override table width restrictions */
@media screen and (min-width: 767px) {

Expand Down