Skip to content

Commit

Permalink
Update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed May 18, 2022
1 parent fc5bb85 commit b2ceb4c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 13 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -51,4 +51,4 @@
"typescript": "^4.6.4",
"vite-plugin-pwa": "^0.12.0"
}
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1062,10 +1062,10 @@
dependencies:
esbuild "^0.14.21"

"@sveltejs/[email protected].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/[email protected].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"
Expand Down

1 comment on commit b2ceb4c

@vercel
Copy link

@vercel vercel bot commented on b2ceb4c May 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

anime-captcha – ./

anime-captcha-leomotors.vercel.app
anime-captcha-git-main-leomotors.vercel.app
anime-captcha.vercel.app

Please sign in to comment.