Releases: Longridge-High-School/net-doc
Releases · Longridge-High-School/net-doc
v3.0.0
Breaking Changes
- #49 - Split Prisma Schema. This causes relative database paths to change. A Database URL of
./data/netdoc.db
would need to be changed to../data/netdoc.db
to maintain the database connection.
New
Fixes
v2.2.0
v2.1.1
v2.1.0
v2.0.0
BREAKING CHANGES
This release changes how docker is used, and needs a rewrite of the docker-compose file. The remix app and worker now run in separate containers. There is now an nginx reverse proxy at the front which also serves the static assets directly.
The new compose file can be found in the docs.
This gives a platform to easily expand in the future, without another full breaking change.
v1.1.1
v1.1.0
Fixes
- 81671cc Fix an issue where if you tried to save an asset with no existing name field and fields displayed on the table.
New Features
- #38 A new dashboard box with a users recent items.
- #40
Ctrl + k
to open a search modal. This modal will auto navigate to the first result if there is only 1 result.
Others
- Update date-fns to 4.x
- Update @epic-web/totp to 2.x