Skip to content

Commit

Permalink
Update dependencies, use SSL certs for dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
Koopzington committed Sep 27, 2024
1 parent f5ac1ec commit d9abc14
Show file tree
Hide file tree
Showing 6 changed files with 169 additions and 130 deletions.
3 changes: 2 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
VITE_API_URL=https://backend.anitools.koopz.rocks
VITE_ANILIST_CLIENT_ID=1102
VITE_GITHUB_REPO=https://github.com/Koopzington/anitools
VITE_CANONICAL_URL=https://anitools.koopz.rocks
VITE_CANONICAL_URL=https://anitools.koopz.rocks
DEV_SSL_DOMAIN=localhost
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
# Changelog

## 2024-09-27
- Use selfsigned SSL certs for development environments
- Updated dependencies
- vite from 5.4.4 to 5.4.7
- datatables.net from 2.1.6 to 2.1.7
- datatables.net-dt from 2.1.6 to 2.1.7
- @fontsource-variable/inter from 5.0.21 to 5.1.0
- standard from 17.1.0 to 17.1.2

## 2024-09-12
- Staff in the Mapper is now directly linked for more convenience

## 2024-09-11
- Added a RegEx switch for the title and name filters
- Updated dependencies
- vite from 5.3.3 to 5.3.4
- vite from 5.3.3 to 5.4.4

## 2024-09-10
- Debounce inputs for sliders to improve user experience while entering numbers
Expand Down
Loading

0 comments on commit d9abc14

Please sign in to comment.