From 74e18d3d9cc1291fb2f2d29dcfbe40294ba83d1f Mon Sep 17 00:00:00 2001 From: nbitzz <77242831+nbitzz@users.noreply.github.com> Date: Fri, 27 Jan 2023 13:51:39 -0800 Subject: [PATCH] initial commit --- README.md | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d6602e9..bdc5bbf 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ TOKEN=KILL-YOURSELF.NOW - [X] 1.2.1 add file counter to main page - [X] 1.2.2 clean up this shitty code - [X] 1.2.3 bugfixes -- [ ] 1.2.4 add id locks, allowing you to set a key for a file that allows you to overwrite the file in the future -- [ ] 1.2.5 prevent cloning of local/private ip addresses -- [ ] 1.3.0 add simple moderation tools +- [ ] 1.3.0 new ui; accounts +- [ ] 1.3.1 disable cloning of local ips +- [ ] 1.4.0 admin panel - [ ] 2.0.0 rewrite using theUnfunny's code as a base/rewrite using monofile-core also todo: monofile-core (written in eris) diff --git a/package.json b/package.json index f3ccbe8..da42530 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "monofile", - "version": "1.2.3", + "version": "1.3.0", "description": "Discord-based file sharing", "main": "index.js", "scripts": { @@ -8,7 +8,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], - "author": "", + "author": "nbitzz", "license": "Unlicense", "engines": { "node": ">=v18"