Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
Release notes, version update
Browse files Browse the repository at this point in the history
  • Loading branch information
xpouyat committed Sep 8, 2016
1 parent 08edca2 commit a67b83b
Show file tree
Hide file tree
Showing 8 changed files with 242 additions and 241 deletions.
2 changes: 1 addition & 1 deletion AMSExplorer/AssetInformation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ private void BuildLocatorsTree()
if (locator.Type == LocatorType.Sas)
{
TreeViewLocators.Nodes[indexloc].Nodes[0].Nodes.Add(new TreeNode(
string.Format("Container URL: {0}", locator.Path)
string.Format("Container Path: {0}", locator.Path)
));

TreeViewLocators.Nodes[indexloc].Nodes.Add(new TreeNode(AssetInfo._prog_down_https_SAS));
Expand Down
392 changes: 196 additions & 196 deletions AMSExplorer/Mainform.Designer.cs

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions AMSExplorer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.43.0.0")]
[assembly: AssemblyFileVersion("3.43.0.0")]
[assembly: AssemblyVersion("3.44.0.0")]
[assembly: AssemblyFileVersion("3.44.0.0")]
17 changes: 16 additions & 1 deletion AllReleaseNotes.html

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions AllReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Version 3.44.0.0 (September 8, 2016) brings the following features and improvements :

* New **Import from SAS Container Path** option
* AMS Explorer now generates SAS locators that include the list permission
* A SAS Container Path can be used to import an asset to the current AMS account. This is useful to share multiple files asset or a live archive with another user using only one URL.
* Additional **advanced features** with Media Encoder Standard (MES)
* Insert black video, non interleaved mode for audio streams
* Minor update to **Azure Media Analytics** (Redaction, Face detection)


Version 3.43.0.0 (August 26, 2016) brings the following features and improvements :

* Support for **Azure Media Telemetry** (Private Preview - activated on selected accounts)
Expand Down
28 changes: 8 additions & 20 deletions ReleaseNotes.html

Large diffs are not rendered by default.

26 changes: 7 additions & 19 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,8 @@
Version 3.43.0.0 (August 26, 2016) brings the following features and improvements :
Version 3.44.0.0 (September 8, 2016) brings the following features and improvements :

* Support for **Azure Media Telemetry** (Private Preview - activated on selected accounts)
* initial configuration, update and deletion (management menu)
* loading and displaying telemetry data for Streaming Endpoints and Channels
* Media Services Account ID field added to the logon window
* **Video Cropping** with Media Encoder Standard (MES)
* **Visual Region Editor**
* This editor displays the asset thumbnails and provides a way to define the cropping region for MES, and detection regions for Media Analytics OCR and Motion Detection
* Supports rectangles and polygones when available
* Uses the output of an "asset analysis job" which generates 100% resolution thumbnails. Settings can be changed in options.
* New **First Quality Bitrate for HLS** setting in filters
* New tab in job details that displays the input and output assets
* New **single asset output** option in advanced processing / process asset(s) with multiple processors
* Locators can be cloned (same ID) when copying an asset between two accounts in two regions
* Credentials can be exported and imported using **JSON** files
* Fixes an issue with displayed type of multi MP4 files asset
* FairPlay support is GA. Specific icon for FairPlay protected assets
* Updated the Media Services SDK to version 3.7.0.1
* Bug fixes and improvements
* New **Import from SAS Container Path** option
* AMS Explorer now generates SAS locators that include the list permission
* A SAS Container Path can be used to import an asset to the current AMS account. This is useful to share multiple files asset or a live archive with another user using only one URL.
* Additional **advanced features** with Media Encoder Standard (MES)
* Insert black video, non interleaved mode for audio streams
* Minor update to **Azure Media Analytics** (Redaction, Face detection)
4 changes: 2 additions & 2 deletions SetupAMSExplorer/SetupAMSExplorer.isl
Original file line number Diff line number Diff line change
Expand Up @@ -4469,9 +4469,9 @@ UwBpAG4AZwBsAGUASQBtAGEAZwBlAAEARQB4AHAAcgBlAHMAcwA=
<row><td>PROGMSG_IIS_ROLLBACKVROOTS</td><td>##IDS_PROGMSG_IIS_ROLLBACKVROOTS##</td><td/></row>
<row><td>PROGMSG_IIS_ROLLBACKWEBSERVICEEXTENSIONS</td><td>##IDS_PROGMSG_IIS_ROLLBACKWEBSERVICEEXTENSIONS##</td><td/></row>
<row><td>PROGRAMFILETOLAUNCHATEND</td><td>[INSTALLDIR]AMSExplorer.Primary output</td><td/></row>
<row><td>ProductCode</td><td>{1234B1CF-4802-4AEB-AB37-0317D52FC6A1}</td><td/></row>
<row><td>ProductCode</td><td>{3AFA367D-699E-4D84-BD17-51BAF9653B43}</td><td/></row>
<row><td>ProductName</td><td>Azure Media Services Explorer</td><td/></row>
<row><td>ProductVersion</td><td>3.43.0.0</td><td/></row>
<row><td>ProductVersion</td><td>3.44.0.0</td><td/></row>
<row><td>ProgressType0</td><td>install</td><td/></row>
<row><td>ProgressType1</td><td>Installing</td><td/></row>
<row><td>ProgressType2</td><td>installed</td><td/></row>
Expand Down

0 comments on commit a67b83b

Please sign in to comment.