AlphaTab 1.4.0-alpha.1189

This is a prerelease version of AlphaTab.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package AlphaTab --version 1.4.0-alpha.1189                
NuGet\Install-Package AlphaTab -Version 1.4.0-alpha.1189                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AlphaTab" Version="1.4.0-alpha.1189" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AlphaTab --version 1.4.0-alpha.1189                
#r "nuget: AlphaTab, 1.4.0-alpha.1189"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AlphaTab as a Cake Addin
#addin nuget:?package=AlphaTab&version=1.4.0-alpha.1189&prerelease

// Install AlphaTab as a Cake Tool
#tool nuget:?package=AlphaTab&version=1.4.0-alpha.1189&prerelease                

AlphaTab

Official Site Documentation License MPL-2.0 Twitter Facebook Build

alphaTab is a cross platform music notation and guitar tablature rendering library. You can use alphaTab within your own website or application to load and display music sheets from data sources like Guitar Pro or the built in markup language named alphaTex.

alphaTab

Getting Started

To get started follow our guides and tutorials at:

Features

alphaTab mostly focuses on web based platforms allowing music notation to be embedded into websites and browser based apps but is also designed to be used on various other platforms like .net and Android either as a platform native integration or through runtime specific JavaScript engines.

alphaTab can load music notation from various sources like Guitar Pro 3-7, AlphaTex and MusicXML (experimental) and render them into beautiful music sheets right within your browser (or application). Using a built in midi synthesizer named alphaSynth the music sheets can also be played in your browser.

  • Load GuitarPro 3-5, GuitarPro 6, Guitar Pro 7, AlphaTex or MusicXML (experimental)
  • Render as SVG or Raster Graphics (raster graphics depends on platform: HTML5 canvas, GDI+, SkiaSharp, Android Canvas)...
  • Display single or multiple instruments as standard music notation and guitar tablatures consisting of song information, repeats, alternate endings, guitar tunints, clefs, key signatures, time signatures, notes, rests, accidentals, drum tabs, piano grand staff, tied notes, grace notes, dead notes, ghost notes, markers, tempos, lyrics, chords, vibratos, dynamics, tap/slap/pop, fade-in, let-ring, palm-mute, string bends, whammy bar, tremolo picking, strokes, slides, trills, pick strokes, tuplets, fingering, triplet feels,...
  • Adapt to your responsive design by dynamic resizing
  • Play the music sheet via built-in Midi+SoundFont2 Synthesizer (output depends on platform: HTML5 Web Audio, NAudio, Android AudioTrack)

Officially Supported Platforms

Platform Support Availability
Browsers using script includes (UMD) Full experience including low level APIs, Background Workers, Audio Playback, SVG and HTML5 rendering. UI level integration for user interaction and automatic resizing. 1.0-latest
Node.js using require (UMD) Access to all low level APIs and SVG rendering 1.0-latest
.net standard 2.0 Access to all low level APIs and multiple render engines (SVG, GDI+, SkiaSharp) 1.0-latest
.netcoreapp3.1 (WPF) Full experience including low level APIs, Background Workers, Audio Playback (through NAudio), SVG and HTML5 rendering. UI level integration for user interaction and automatic resizing. 1.0-1.2.2
.netcoreapp3.1 (WinForms) Full experience including low level APIs, Background Workers, Audio Playback (through NAudio), SVG and HTML5 rendering. UI level integration for user interaction and automatic resizing. Reduced UI level integration related to transparency and animations. 1.0-1.2.2
Browsers using ES6 Modules (ESM) Full experience including low level APIs, Background Workers, Audio Playback, SVG and HTML5 rendering. UI level integration for user interaction and automatic resizing. 1.3
Node.js using import (ESM) Access to all low level APIs and SVG rendering 1.3
.net8.0-windows (WPF) Full experience including low level APIs, Background Workers, Audio Playback (through NAudio), SVG and HTML5 rendering. UI level integration for user interaction and automatic resizing. 1.3
.net8.0-windows (WinForms) Full experience including low level APIs, Background Workers, Audio Playback (through NAudio), SVG and HTML5 rendering. UI level integration for user interaction and automatic resizing. Reduced UI level integration related to transparency and animations. 1.3
Android (Kotlin) Full experience including low level APIs, Background Workers, Audio Playback, Android Canvas and SVG rendering. UI level integration for user interaction and automatic resizing. Reduced UI level integration related to transparency and animations. 1.3

Thanks to...

... our friends of BrowserStack for a free plan. This allows me to test alphaTab on all browsers on all operating systems. Only with this I can ensure that alphaTab is shown to all your visitors as expected.

<p align="center"> <a href="https://www.browserstack.com" target="_blank"><img src="img/BrowserStack.png?raw=true" width="400" align="center"/></a> </p>

... our friends at JetBrains for a Open Source License of their products. This allows me to develop all the flavors of alphaTab with the latest and greatest coding and debugging assistance.

<p align="center"> <a href="https://www.jetbrains.com/" target="_blank"><img src="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.png" width="150" align="center"/></a><br /> Copyright © 2000-2022 JetBrains s.r.o. JetBrains and the JetBrains logo are registered trademarks of JetBrains s.r.o. </p>

... Bernhard Schelling the author of TinySoundFont and Steve Folta the author of SFZero for providing the core of the synthesis engine.

... all you people using alphaTab providing new feature ideas and bug reports.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on AlphaTab:

Package Downloads
AlphaTab.Windows

alphaTab is a cross platform music notation and guitar tablature rendering library.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.0-alpha.1306 35 2/16/2025
1.4.0-alpha.1304 42 2/14/2025
1.4.0-alpha.1301 48 2/11/2025
1.4.0-alpha.1300 40 2/10/2025
1.4.0-alpha.1299 57 2/9/2025
1.4.0-alpha.1294 52 2/4/2025
1.4.0-alpha.1287 37 1/28/2025
1.4.0-alpha.1189 71 10/22/2024
1.4.0-alpha.1182 57 10/15/2024
1.4.0-alpha.1180 60 10/13/2024
1.4.0-alpha.1175 60 10/8/2024
1.4.0-alpha.1168 65 10/1/2024
1.4.0-alpha.1161 65 9/24/2024
1.4.0-alpha.1155 79 9/18/2024
1.4.0-alpha.1154 73 9/17/2024
1.4.0-alpha.1147 61 9/10/2024
1.4.0-alpha.1140 57 9/3/2024
1.4.0-alpha.1138 60 9/1/2024
1.4.0-alpha.1133 60 8/27/2024
1.4.0-alpha.1132 62 8/26/2024
1.4.0-alpha.1131 76 8/25/2024
1.4.0-alpha.1130 70 8/24/2024
1.4.0-alpha.1126 79 8/20/2024
1.4.0-alpha.1123 72 8/17/2024
1.4.0-alpha.1118 78 8/12/2024
1.4.0-alpha.1117 65 8/12/2024
1.4.0-alpha.1116 72 8/11/2024
1.4.0-alpha.1112 57 8/8/2024
1.4.0-alpha.1109 58 8/6/2024
1.4.0-alpha.1107 46 8/4/2024
1.4.0-alpha.1102 46 7/30/2024
1.4.0-alpha.1095 62 7/23/2024
1.4.0-alpha.1088 61 7/16/2024
1.4.0-alpha.1085 61 7/13/2024
1.4.0-alpha.1080 64 7/9/2024
1.4.0-alpha.1073 67 7/2/2024
1.4.0-alpha.1071 59 6/30/2024
1.4.0-alpha.1066 66 6/25/2024
1.4.0-alpha.1059 60 6/18/2024
1.4.0-alpha.1057 64 6/16/2024
1.4.0-alpha.1052 62 6/11/2024
1.4.0-alpha.1045 70 6/4/2024
1.4.0-alpha.1044 63 6/3/2024
1.4.0-alpha.1038 62 5/28/2024
1.4.0-alpha.1031 72 5/21/2024
1.4.0-alpha.1026 58 5/16/2024
1.4.0-alpha.1025 66 5/16/2024
1.4.0-alpha.1024 61 5/15/2024
1.3.1 267 6/15/2024
1.3.0 138 5/15/2024
1.3.0-alpha.1023 66 5/15/2024
1.3.0-alpha.1022 64 5/14/2024
1.3.0-alpha.1019 70 5/11/2024
1.3.0-alpha.1015 78 5/7/2024
1.3.0-alpha.1008 77 4/30/2024
1.3.0-alpha.1006 58 4/28/2024
1.3.0-alpha.1005 68 4/28/2024
1.3.0-alpha.997 81 4/23/2024
1.3.0-alpha.990 82 4/16/2024
1.3.0-alpha.983 75 4/9/2024
1.3.0-alpha.976 67 4/2/2024
1.3.0-alpha.973 77 3/30/2024
1.3.0-alpha.969 75 3/26/2024
1.3.0-alpha.962 69 3/19/2024
1.3.0-alpha.955 68 3/12/2024
1.3.0-alpha.953 68 3/10/2024
1.3.0-alpha.947 68 3/5/2024
1.3.0-alpha.946 69 3/4/2024
1.3.0-alpha.945 68 3/3/2024
1.3.0-alpha.944 66 3/3/2024
1.3.0-alpha.942 65 3/2/2024
1.3.0-alpha.938 63 3/2/2024
1.3.0-alpha.933 75 2/27/2024
1.3.0-alpha.932 66 2/26/2024
1.3.0-alpha.926 70 2/20/2024
1.3.0-alpha.919 82 2/13/2024
1.3.0-alpha.912 94 2/6/2024
1.3.0-alpha.905 75 1/30/2024
1.3.0-alpha.898 78 1/23/2024
1.3.0-alpha.897 67 1/22/2024
1.3.0-alpha.891 83 1/16/2024
1.3.0-alpha.890 78 1/15/2024
1.3.0-alpha.884 86 1/9/2024
1.3.0-alpha.877 91 1/2/2024
1.3.0-alpha.876 87 1/1/2024
1.3.0-alpha.874 87 12/30/2023
1.3.0-alpha.873 85 12/29/2023
1.3.0-alpha.872 76 12/28/2023
1.3.0-alpha.870 92 12/26/2023
1.3.0-alpha.869 84 12/25/2023
1.3.0-alpha.863 84 12/19/2023
1.3.0-alpha.856 91 12/12/2023
1.3.0-alpha.854 88 12/10/2023
1.3.0-alpha.849 94 12/5/2023
1.3.0-alpha.848 89 12/4/2023
1.3.0-alpha.784 112 10/1/2023
1.3.0-alpha.783 83 10/1/2023
1.3.0-alpha.782 88 10/1/2023
1.3.0-alpha.776 98 9/26/2023
1.3.0-alpha.772 84 9/22/2023
1.3.0-alpha.769 83 9/19/2023
1.3.0-alpha.762 98 9/12/2023
1.3.0-alpha.760 92 9/10/2023
1.3.0-alpha.755 97 9/5/2023
1.3.0-alpha.748 114 8/29/2023
1.3.0-alpha.741 106 8/22/2023
1.3.0-alpha.734 90 8/15/2023
1.3.0-alpha.727 95 8/8/2023
1.3.0-alpha.726 89 8/8/2023
1.3.0-alpha.724 102 8/6/2023
1.3.0-alpha.719 116 8/1/2023
1.3.0-alpha.712 120 7/25/2023
1.3.0-alpha.705 119 7/18/2023
1.3.0-alpha.699 111 7/12/2023
1.3.0-alpha.694 118 7/7/2023
1.3.0-alpha.691 108 7/4/2023
1.3.0-alpha.684 104 6/27/2023
1.3.0-alpha.677 101 6/20/2023
1.3.0-alpha.675 105 6/18/2023
1.3.0-alpha.670 119 6/13/2023
1.3.0-alpha.663 104 6/6/2023
1.3.0-alpha.656 112 5/30/2023
1.3.0-alpha.650 108 5/24/2023
1.3.0-alpha.649 100 5/23/2023
1.3.0-alpha.642 92 5/16/2023
1.3.0-alpha.635 89 5/9/2023
1.3.0-alpha.630 93 5/4/2023
1.3.0-alpha.628 109 5/2/2023
1.3.0-alpha.621 99 4/25/2023
1.3.0-alpha.614 104 4/18/2023
1.3.0-alpha.609 100 4/13/2023
1.3.0-alpha.607 96 4/12/2023
1.3.0-alpha.606 99 4/12/2023
1.3.0-alpha.605 93 4/11/2023
1.3.0-alpha.598 106 4/4/2023
1.3.0-alpha.595 113 4/1/2023
1.3.0-alpha.591 116 3/28/2023
1.3.0-alpha.577 101 3/14/2023
1.3.0-alpha.570 101 3/7/2023
1.3.0-alpha.563 115 2/28/2023
1.3.0-alpha.561 103 2/26/2023
1.3.0-alpha.560 103 2/25/2023
1.3.0-alpha.559 101 2/24/2023
1.3.0-alpha.558 105 2/23/2023
1.3.0-alpha.557 99 2/22/2023
1.3.0-alpha.556 103 2/21/2023
1.3.0-alpha.555 102 2/20/2023
1.3.0-alpha.554 107 2/19/2023
1.3.0-alpha.553 98 2/18/2023
1.3.0-alpha.552 94 2/17/2023
1.3.0-alpha.551 100 2/16/2023
1.3.0-alpha.550 96 2/15/2023
1.3.0-alpha.549 98 2/14/2023
1.3.0-alpha.548 97 2/13/2023
1.3.0-alpha.547 101 2/12/2023
1.3.0-alpha.546 108 2/11/2023
1.3.0-alpha.545 102 2/10/2023
1.3.0-alpha.544 102 2/9/2023
1.3.0-alpha.543 109 2/8/2023
1.3.0-alpha.542 104 2/7/2023
1.3.0-alpha.541 107 2/6/2023
1.3.0-alpha.540 110 2/5/2023
1.3.0-alpha.539 104 2/4/2023
1.3.0-alpha.538 108 2/3/2023
1.3.0-alpha.537 123 2/2/2023
1.3.0-alpha.536 117 2/1/2023
1.3.0-alpha.535 115 1/31/2023
1.3.0-alpha.534 118 1/30/2023
1.3.0-alpha.533 104 1/29/2023
1.3.0-alpha.532 112 1/28/2023
1.3.0-alpha.531 117 1/27/2023
1.3.0-alpha.530 113 1/26/2023
1.3.0-alpha.529 117 1/25/2023
1.3.0-alpha.528 113 1/24/2023
1.3.0-alpha.527 110 1/23/2023
1.3.0-alpha.526 116 1/22/2023
1.3.0-alpha.525 108 1/21/2023
1.3.0-alpha.524 107 1/20/2023
1.3.0-alpha.523 109 1/19/2023
1.3.0-alpha.522 106 1/18/2023
1.3.0-alpha.521 107 1/17/2023
1.3.0-alpha.520 119 1/16/2023
1.3.0-alpha.519 115 1/15/2023
1.3.0-alpha.518 114 1/14/2023
1.3.0-alpha.517 109 1/13/2023
1.3.0-alpha.516 122 1/12/2023
1.3.0-alpha.515 110 1/11/2023
1.3.0-alpha.514 115 1/10/2023
1.3.0-alpha.513 114 1/9/2023
1.3.0-alpha.512 115 1/8/2023
1.3.0-alpha.511 117 1/7/2023
1.3.0-alpha.510 125 1/6/2023
1.3.0-alpha.509 109 1/5/2023
1.3.0-alpha.508 121 1/4/2023
1.3.0-alpha.507 115 1/3/2023
1.3.0-alpha.506 120 1/2/2023
1.3.0-alpha.505 112 1/1/2023
1.3.0-alpha.504 106 12/31/2022
1.3.0-alpha.503 106 12/30/2022
1.3.0-alpha.502 119 12/29/2022
1.3.0-alpha.501 115 12/28/2022
1.3.0-alpha.500 115 12/27/2022
1.3.0-alpha.499 106 12/26/2022
1.3.0-alpha.498 101 12/25/2022
1.3.0-alpha.497 99 12/24/2022
1.3.0-alpha.496 110 12/23/2022
1.3.0-alpha.495 109 12/22/2022
1.3.0-alpha.494 114 12/21/2022
1.3.0-alpha.493 101 12/20/2022
1.3.0-alpha.492 106 12/19/2022
1.3.0-alpha.491 117 12/18/2022
1.3.0-alpha.490 105 12/17/2022
1.3.0-alpha.489 106 12/16/2022
1.3.0-alpha.488 101 12/15/2022
1.3.0-alpha.487 101 12/14/2022
1.3.0-alpha.486 92 12/13/2022
1.3.0-alpha.485 99 12/12/2022
1.3.0-alpha.484 107 12/11/2022
1.3.0-alpha.483 97 12/10/2022
1.3.0-alpha.482 97 12/9/2022
1.3.0-alpha.481 100 12/8/2022
1.3.0-alpha.480 104 12/7/2022
1.3.0-alpha.479 103 12/6/2022
1.3.0-alpha.478 107 12/5/2022
1.3.0-alpha.477 97 12/4/2022
1.3.0-alpha.439 105 11/1/2022
1.3.0-alpha.432 110 10/25/2022
1.3.0-alpha.425 109 10/18/2022
1.3.0-alpha.424 117 10/17/2022
1.3.0-alpha.271 159 5/17/2022
1.3.0-alpha.264 134 5/10/2022
1.3.0-alpha.262 115 5/8/2022
1.3.0-alpha.257 123 5/3/2022
1.3.0-alpha.250 127 4/26/2022
1.3.0-alpha.243 137 4/19/2022
1.3.0-alpha.236 129 4/12/2022
1.3.0-alpha.229 134 4/5/2022
1.3.0-alpha.222 138 3/29/2022
1.3.0-alpha.221 130 3/28/2022
1.3.0-alpha.215 119 3/22/2022
1.3.0-alpha.208 136 3/15/2022
1.3.0-alpha.206 133 3/13/2022
1.3.0-alpha.205 125 3/13/2022
1.3.0-alpha.200 135 3/8/2022
1.3.0-alpha.194 131 3/2/2022
1.3.0-alpha.193 121 3/1/2022
1.3.0-alpha.189 133 2/26/2022
1.3.0-alpha.184 131 2/22/2022
1.3.0-alpha.182 124 2/20/2022
1.3.0-alpha.181 129 2/20/2022
1.3.0-alpha.180 132 2/20/2022
1.3.0-alpha.179 131 2/20/2022
1.3.0-alpha.177 131 2/18/2022
1.3.0-alpha.174 130 2/15/2022
1.3.0-alpha.173 131 2/14/2022
1.3.0-alpha.172 134 2/13/2022
1.3.0-alpha.170 130 2/11/2022
1.3.0-alpha.168 131 2/9/2022
1.3.0-alpha.167 130 2/8/2022
1.3.0-alpha.162 153 2/3/2022
1.3.0-alpha.161 143 2/2/2022
1.3.0-alpha.155 150 1/27/2022
1.3.0-alpha.154 142 1/26/2022
1.3.0-alpha.153 142 1/25/2022
1.3.0-alpha.150 136 1/22/2022
1.3.0-alpha.149 131 1/21/2022
1.3.0-alpha.148 148 1/20/2022
1.3.0-alpha.147 140 1/20/2022
1.3.0-alpha.146 145 1/20/2022
1.3.0-alpha.145 144 1/20/2022
1.3.0-alpha.144 142 1/16/2022
1.3.0-alpha.143 147 1/16/2022
1.3.0-alpha.142 153 1/15/2022
1.3.0-alpha.141 144 1/9/2022
1.3.0-alpha.140 144 12/29/2021
1.3.0-alpha.139 145 12/29/2021
1.3.0-alpha.138 144 12/29/2021
1.3.0-alpha.137 1,278 11/28/2021
1.3.0-alpha.136 1,171 11/28/2021
1.3.0-alpha.135 148 11/28/2021
1.3.0-alpha.134 189 11/7/2021
1.3.0-alpha.133 169 11/7/2021
1.3.0-alpha.132 158 11/3/2021
1.3.0-alpha.131 206 8/22/2021
1.3.0-alpha.130 200 8/22/2021
1.3.0-alpha.129 164 8/22/2021
1.3.0-alpha.128 156 8/16/2021
1.3.0-alpha.127 158 8/14/2021
1.3.0-alpha.126 156 8/14/2021
1.3.0-alpha.125 172 8/14/2021
1.3.0-alpha.124 170 8/14/2021
1.3.0-alpha.123 181 6/25/2021
1.3.0-alpha.122 301 5/23/2021
1.3.0-alpha.121 319 5/22/2021
1.3.0-alpha.117 258 4/4/2021
1.3.0-alpha.116 164 4/3/2021
1.3.0-alpha.115 176 4/2/2021
1.3.0-alpha.114 170 4/2/2021
1.3.0-alpha.113 209 4/2/2021
1.3.0-alpha.112 175 3/28/2021
1.3.0-alpha.111 180 3/21/2021
1.3.0-alpha.110 204 3/6/2021
1.3.0-alpha.109 193 2/28/2021
1.3.0-alpha.108 183 2/24/2021
1.3.0-alpha.107 180 2/13/2021
1.3.0-alpha.106 183 1/31/2021
1.3.0-alpha.105 166 1/29/2021
1.3.0-alpha.104 176 1/17/2021
1.2.3 887 10/16/2022
1.2.2 608 11/3/2021
1.2.1 598 4/2/2021
1.2.0 595 1/17/2021
1.2.0-alpha.103 188 1/17/2021
1.2.0-alpha.102 195 1/17/2021
1.2.0-alpha.101 205 1/17/2021
1.2.0-alpha.100 216 1/17/2021
1.2.0-alpha.99 223 1/16/2021
1.2.0-alpha.98 231 1/16/2021
1.2.0-alpha.97 232 1/16/2021
1.2.0-alpha.96 249 1/10/2021
1.2.0-alpha.95 191 1/10/2021
1.2.0-alpha.94 222 1/10/2021
1.2.0-alpha.93 258 1/10/2021
1.2.0-alpha.92 316 1/10/2021
1.2.0-alpha.91 193 1/9/2021
1.2.0-alpha.90 202 1/8/2021
1.2.0-alpha.89 199 1/8/2021
1.2.0-alpha.88 214 1/7/2021
1.2.0-alpha.87 235 1/7/2021
1.2.0-alpha.86 233 1/6/2021
1.2.0-alpha.85 210 1/6/2021
1.2.0-alpha.84 240 1/3/2021
1.2.0-alpha.83 236 1/3/2021
1.2.0-alpha.82 221 1/2/2021
1.2.0-alpha.81 241 12/31/2020
1.2.0-alpha.80 258 12/31/2020
1.2.0-alpha.79 170 12/31/2020
1.2.0-alpha.78 178 12/31/2020
1.2.0-alpha.77 184 12/31/2020
1.2.0-alpha.76 207 12/31/2020
1.2.0-alpha.75 223 12/30/2020
1.2.0-alpha.74 187 12/27/2020
1.2.0-alpha.69 287 12/13/2020
1.2.0-alpha.68 288 12/13/2020
1.2.0-alpha.67 226 12/9/2020
1.2.0-alpha.66 233 12/9/2020
1.2.0-alpha.65 258 12/9/2020
1.2.0-alpha.64 241 12/2/2020
1.2.0-alpha.63 205 11/29/2020
1.1.0 605 11/29/2020
1.0.1 756 7/25/2020