From 0f23948227edcc93da97765fb7bcbf6714ea46a2 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Mon, 4 Jun 2018 10:07:42 -0400 Subject: [PATCH] move changelog to file --- CHANGELOG | 22 ++++++++++++++++++++++ README.md | 22 ---------------------- 2 files changed, 22 insertions(+), 22 deletions(-) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..03bf972 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,22 @@ +## CHANGELOG + +- 2018-06-04 [Tyrel Souza] Move to gitlab, bump to 1.0.1 +- 2018-03-01 [Tyrel Souza] Release Version 1.0.0 +- 2018-02-01 [Tyrel Souza] Bump versions to django 1.11 and testing with Python3 +- 2017-05-10 [Pamela McA'Nulty] Have save overwrite existing files +- 2017-02-06 [Tyrel Souza] Set primary key to `id` not `name`, this involves a lot of migrations, so I've kept them in multiple files +- 2017-01-27 [Tyrel Souza] Get rid of filehash +- 2017-01-26 [Tyrel Souza] Check filehash and filename, not just hash when checking if it needs to be saved. +- 2017-01-25 [Tyrel Souza] Keeping Filename on upload. +- 2017-01-23 [Tyrel Souza] Add Modified Time to storage support +- 2017-01-23 [Tyrel Souza] Everything should return a "filename" even if it's generated. Make the filename be the hash + ext. (fall back to .txt) +- 2017-01-20 [Tyrel Souza] Make path return None if no file +- 2017-01-20 [Tyrel Souza] Make path return filename +- 2017-01-20 [Tyrel Souza] Add another migration, and redo all the initial migrations. +- 2017-01-20 [Tyrel Souza] Make sure migrations is actually there. +- 2017-01-20 [Tyrel Souza] Split filename and filehash. +- 2016-12-09 [Tyrel Souza] Add signing key to readme. +- 2016-12-09 [Tyrel Souza] Update Tests, add some cleanup. +- 2016-12-08 [Tyrel Souza] Add more documentation. +- 2016-12-07 [Tyrel Souza] Update Readme, move to github, gitlab wasn't functioning properly. +- 2016-12-07 [Tyrel Souza] Initial commits and basic project setup diff --git a/README.md b/README.md index 93fb105..effa37b 100644 --- a/README.md +++ b/README.md @@ -61,25 +61,3 @@ You can find my signing key at [TyrelSouza.com](https://tyrelsouza.com/koken/?/p I will sign everything with 0x769A1BC78A2DDEE2 -## CHANGELOG - -- 2018-06-04 [Tyrel Souza] Move to gitlab, bump to 1.0.1 -- 2018-03-01 [Tyrel Souza] Release Version 1.0.0 -- 2018-02-01 [Tyrel Souza] Bump versions to django 1.11 and testing with Python3 -- 2017-05-10 [Pamela McA'Nulty] Have save overwrite existing files -- 2017-02-06 [Tyrel Souza] Set primary key to `id` not `name`, this involves a lot of migrations, so I've kept them in multiple files -- 2017-01-27 [Tyrel Souza] Get rid of filehash -- 2017-01-26 [Tyrel Souza] Check filehash and filename, not just hash when checking if it needs to be saved. -- 2017-01-25 [Tyrel Souza] Keeping Filename on upload. -- 2017-01-23 [Tyrel Souza] Add Modified Time to storage support -- 2017-01-23 [Tyrel Souza] Everything should return a "filename" even if it's generated. Make the filename be the hash + ext. (fall back to .txt) -- 2017-01-20 [Tyrel Souza] Make path return None if no file -- 2017-01-20 [Tyrel Souza] Make path return filename -- 2017-01-20 [Tyrel Souza] Add another migration, and redo all the initial migrations. -- 2017-01-20 [Tyrel Souza] Make sure migrations is actually there. -- 2017-01-20 [Tyrel Souza] Split filename and filehash. -- 2016-12-09 [Tyrel Souza] Add signing key to readme. -- 2016-12-09 [Tyrel Souza] Update Tests, add some cleanup. -- 2016-12-08 [Tyrel Souza] Add more documentation. -- 2016-12-07 [Tyrel Souza] Update Readme, move to github, gitlab wasn't functioning properly. -- 2016-12-07 [Tyrel Souza] Initial commits and basic project setup