diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f829f9..77e4842 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog Changes listed according to the [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) standard. This project attempts to use [Semantic Versioning](https://semver.org/spec/v2.0.0.html), to the best of its author's ability. -## [Unreleased] +## [1.0.0] 2020-07-16 ### Added - Add 64-bit builds - Add Avisynth+ Linux and macOS support diff --git a/README.md b/README.md index a80ed24..5ae2a31 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ - - TurnsTile [![Build Status](https://dev.azure.com/robertmartens0491/TurnsTile/_apis/build/status/ItEndsWithTens.TurnsTile?repoName=ItEndsWithTens%2FTurnsTile&branchName=master)](https://dev.azure.com/robertmartens0491/TurnsTile/_build/latest?definitionId=4&repoName=ItEndsWithTens%2FTurnsTile&branchName=master) - =============== + TurnsTile + ========= A mosaic and palette effects plugin for [Avisynth](http://www.avisynth.nl). + [![Build Status](https://dev.azure.com/robertmartens0491/TurnsTile/_apis/build/status/ItEndsWithTens.TurnsTile?repoName=ItEndsWithTens%2FTurnsTile&branchName=master)](https://dev.azure.com/robertmartens0491/TurnsTile/_build/latest?definitionId=4&repoName=ItEndsWithTens%2FTurnsTile&branchName=master) + ### Requirements ### 1. Avisynth 2.6 or greater, or Avisynth+ 2. [**Windows**] Microsoft's Visual C++ 2019 Redistributable - [x64](https://aka.ms/vs/16/release/VC_redist.x64.exe) - [x86](https://aka.ms/vs/16/release/VC_redist.x86.exe) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6252650..ac961d8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -524,5 +524,5 @@ jobs: $(Pipeline.Workspace)/**/*.gz releaseNotesSource: 'inline' isDraft: true - isPreRelease: true + isPreRelease: false addChangeLog: false