From b2ceb4cf8eeaab0f465a33e7ffd126059f4eb28a Mon Sep 17 00:00:00 2001 From: Nutthapat Pongtanyavichai <59821765+Leomotors@users.noreply.github.com> Date: Wed, 18 May 2022 18:53:52 +0700 Subject: [PATCH] Update readme and changelog --- CHANGELOG.md | 11 ++++++++--- LICENSE | 2 +- README.md | 6 +++--- package.json | 4 ++-- yarn.lock | 8 ++++---- 5 files changed, 18 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bb5167..16dd08e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,18 +2,23 @@ All change except updating data will be noted here -## [1.3.???] - 2022-05-?? +## [1.3.116] - 2022-05-18 + +Preview Version but merged to main because it is now better than old version - This app is now rewritten in SvelteKit with TailwindCSS (Was Svelte SPA (Vite) and Bootstrap) -- Adjust layout of the website +- Adjust layout, design and structure of the website -- [In Progress] Responsive across devices and screen sizes + - The app now has many routes - Adjusted Color to match better the actual captcha - Finally, Added Animation! ✨✨✨ +- API & Related Technical Changes: + - /insight now use pre-generated data + ## [1.2.71] - 2022-05-10 - Fixed issues that prevent service worker from working diff --git a/LICENSE b/LICENSE index 4463f50..1a9f9e7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-2022 Nutthapat Pongtanyavichai +Copyright (c) 2021-2022 Leomotors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 0c052de..c21b16d 100644 --- a/README.md +++ b/README.md @@ -22,13 +22,13 @@ Recently, Anime Captcha has been rewritten for better developer and user experie - Now has many routes✨ -- [IN PROGRESS] Statistics and play history +- [COMING SOON] Statistics and play history -- [IN PROGRESS] Better responsiveness for mobile and various screen sizes +- [COMING SOON] Better responsiveness for mobile and various screen sizes - Miscellanous design changes -Full Changelog: [IN PROGRESS] +Changelog: [./CHANGELOG.md](./CHANGELOG.md) ## ➕ Want to Contribute? See Here! diff --git a/package.json b/package.json index 1daf654..0874311 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@leomotors/scripts": "^3.1.0", "@playwright/test": "^1.22.1", "@sveltejs/adapter-vercel": "^1.0.0-next.52", - "@sveltejs/kit": "1.0.0-next.334", + "@sveltejs/kit": "1.0.0-next.335", "@types/tailwindcss": "^3.0.10", "@typescript-eslint/eslint-plugin": "^5.25.0", "@typescript-eslint/parser": "^5.25.0", @@ -51,4 +51,4 @@ "typescript": "^4.6.4", "vite-plugin-pwa": "^0.12.0" } -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index 0c9c9e7..776c6d9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1062,10 +1062,10 @@ dependencies: esbuild "^0.14.21" -"@sveltejs/kit@1.0.0-next.334": - version "1.0.0-next.334" - resolved "https://registry.yarnpkg.com/@sveltejs/kit/-/kit-1.0.0-next.334.tgz#cd370dc010272ae4bed3179de2db54ebb73d4dca" - integrity sha512-HPMF1oYBfyOG6wfU0Y6F4SID8jphue9yF+PXJqVTDBL5Z2WBG2ogum6MavE8aWhq+g2H6w5y0jNT8+8DO2KTCA== +"@sveltejs/kit@1.0.0-next.335": + version "1.0.0-next.335" + resolved "https://registry.yarnpkg.com/@sveltejs/kit/-/kit-1.0.0-next.335.tgz#14bd4016633605b9edc8b7a77cd393ca778449db" + integrity sha512-iZutvIJSSNJJGceZOX2ZWqcyRqp9MIPnNWOgOLXqBG/Z/+KLoN8MRI0U79XIw232SAEXhhkwaJtB3UnXQSu85A== dependencies: "@sveltejs/vite-plugin-svelte" "^1.0.0-next.32" chokidar "^3.5.3"