Releases: shiroyasha9/teensy
Releases · shiroyasha9/teensy
v6
What's Changed
- Add changelog to blog by @anujjoshi63 in #27
- fix dark theme title a11y issue by @anujjoshi63 in #28
- Migrate to drizzle & other changes by @shiroyasha9 in #29
- V6 Update by @shiroyasha9 in #30
Full Changelog: https://github.com/shiroyasha9/teensy/compare/[email protected]@6
v5
What's Changed
- Fix swagger, confetti scroll, and bump packages by @shiroyasha9 in #21
- Migrate to shadcn by @shiroyasha9 in #22
- Migrate to App Router & shadcn by @shiroyasha9 in #23
Full Changelog: https://github.com/shiroyasha9/teensy/compare/[email protected]@5
v4.1.0
What's Changed
- add charts for analytics by @anujjoshi63 in #14
- Add Password Protection & Auto Delete Teensies Feature by @shiroyasha9 in #15
- Add multiple teensies feature by @anujjoshi63 in #17
- Ensures that prisma's latest version is used which has jsonProtocol enabled to ensure faster database access by @shiroyasha9 in #20
- Address #19 partially by adding ellipsis if the url exceeds 1 line @anujjoshi63 @shiroyasha9
- Ensures that empty spaces are not added to the slug (this was a big oof on my end) by @shiroyasha9 in #20
- Remove debounce logic for slug as that caused issue if submit button was pressed too quick by @shiroyasha9 in #20
New Contributors
- @anujjoshi63 made their first contribution in #14
Full Changelog: https://github.com/shiroyasha9/teensy/compare/[email protected]@4.1
v4.0.0
What's Changed
- Delete visited analytics on teensy delete by @shiroyasha9 in #11
- Add Global Site Level Analytics & QR Code Generator For Teensies by @shiroyasha9 in #12
Full Changelog: https://github.com/shiroyasha9/teensy/compare/[email protected]@4
v3.0.0
What's Changed
- Fix debouncing logic
- Overhaul my teensies table UI and add search functionality
- Add autofocus to create link by @shiroyasha9 in #8
- Code optimization and teensies analytics by @shiroyasha9 in #9
Full Changelog: https://github.com/shiroyasha9/teensy/compare/add...teensy@3
v2.0.0
What's Changed
- add a fix to include port no in short url if on localhost by @shiroyasha9 in #1
- add http/https to the copied url by @shiroyasha9 in #2
- Update packages by @shiroyasha9 in #3
- add rest api endpoints using trpc-openapi by @shiroyasha9 in #4
- Add navigation bar by @shiroyasha9 in #5
- Migrate to T3 and add login functionality by @shiroyasha9 in #6
- UI Overhaul by @shiroyasha9 in #7
New Contributors
- @shiroyasha9 made their first contribution in #1
Full Changelog: https://github.com/shiroyasha9/teensy/commits/add