This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
Release v4.4.0 🎉
This version introduces public API endpoints and working documentation! For more information about the API endpoints go to our documentation.
We have also added the chunk-uploading service back, you can now upload large files without problems again.
✨ Features
- Api: add shortcut api routes (#442) (455cb54)
- Api: add pastebin api routes (#443) (2d2474d)
- Api: add files api routes (#444) (db04c45)
- Api: add chunk uploading (#445) (9c9e730)
- correctly enable proxy (e411d01)
🐛 Bug Fixes
- minor bug fixes (f844260)
- UrlsApi: incorrect method logging (4fe4b6b)
- Authentication: cookie setting not finished (6b366b9)
- incorrect protocol bug (0d3a72b)
📦 Code Refactoring
- Api: move internal routes to /api/internal (5535093)
♻️ chores
- deps: update all non-major dependencies (#432) (7061a73)
- deps: update dependency @types/node to v18.18.5 (#433) (ec86752)
- deps: update dependency superjson to v2 (#435) (e50e5c3)
- deps: update dependency lint-staged to v15 (#434) (68e4dcf)
- deps: update dependency lint-staged to ^15.0.1 (#436) (2cd1ea1)
- deps: update all non-major dependencies to v13.5.5 (#446) (2297a69)
- deps: update nextjs monorepo to ^13.5.5 (#447) (7b5be31)
- deps: update all non-major dev-dependencies (#448) (c96b591)
📚 Documentation
- Readme: update readme content [skip ci] (bc77e05)