Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ItEndsWithTens committed Jul 17, 2020
1 parent f08e252 commit 9174d07
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -524,5 +524,5 @@ jobs:
$(Pipeline.Workspace)/**/*.gz
releaseNotesSource: 'inline'
isDraft: true
isPreRelease: true
isPreRelease: false
addChangeLog: false

0 comments on commit 9174d07

Please sign in to comment.