Releases: CodeChefVIT/papers-codechef
Releases · CodeChefVIT/papers-codechef
V3: QoL changes
What's Changed
- feat: fuzzy search on search subjects by @abhitrueprogrammer in #201
- fix: limit pdf to screen width by @abhitrueprogrammer in #203
- Chanegd footer for contact us section for suggestions by @shikhar-sahay in #213
- created fetch paper quantity function by @Advik-Gupta in #216
- Created new component to display users starred papers by @Advik-Gupta in #217
- Added a subscribe for updates button by @shikhar-sahay in #218
- Moved searchbar from sidebar to navbar by @shikhar-sahay in #223
- Staging by @abhitrueprogrammer in #224
- Subscribe to newsletter button by @abhitrueprogrammer in #225
- fix:patched answer key button not working by @shikhar-sahay in #228
- feat: added specific paper request page with search & filters along with a home page button by @shikhar-sahay in #229
- Feat: Added a count for papers in the searchbar-child.tsx by @koolaid06 in #226
- feat: add PWA install button by @rupeshhh007 in #230
- Create mobile responsive frontend by @Advik-Gupta in #227
- feat: Added back-end route and noti for specific paper request by @shikhar-sahay in #231
- Fixed merge issues and optimized variable names by @Advik-Gupta in #232
- feat: add PWA install button for desktop version by @rupeshhh007 in #233
- Staging by @abhitrueprogrammer in #236
- fixed bugs (mainly pinned) by @Advik-Gupta in #235
- fix : footer spacing and pwa in light mode by @shikhar-sahay in #241
- fixed bugs in sidebar, request page, footer by @Advik-Gupta in #240
- v3 by @abhitrueprogrammer in #242
- change alert to toast by @abhitrueprogrammer in #243
- search bar overflow and pinned search bug fix by @Advik-Gupta in #244
- fix: added back searchbar into navbar and added dropdown for buttons by @shikhar-sahay in #249
- Revert "fix: added back searchbar into navbar and added dropdown for buttons" by @abhitrueprogrammer in #251
- Feat: related subject tags by @abhitrueprogrammer in #247
- Feat: fixed ui bugs by @Advik-Gupta in #252
- merge prod to staging by @abhitrueprogrammer in #246
New Contributors
- @shikhar-sahay made their first contribution in #213
- @Advik-Gupta made their first contribution in #216
- @koolaid06 made their first contribution in #226
- @rupeshhh007 made their first contribution in #230
Full Changelog: 2.0.4...v3.0.0
2.0.4
2.0.3
2.0.2
What's Changed
- Staging by @upayanmazumder in #192
- Docker! by @upayanmazumder in #193
- prod release 2.0.2 by @Abh1noob in #195
Full Changelog: 2.0.1...2.0.2
2.0.1
What's Changed
- chores by @Abh1noob in #184
- fix: anskey filter by @kashyap-harshit in #186
- doc: changed url to only show domain name by @abhitrueprogrammer in #185
- fix: filter logic and add space in homepage text by @equestrian2296 in #187
- Enhanced PWA by @upayanmazumder in #188
- feat: change button placement in pdf toolbar by @abhitrueprogrammer in #190
- bug fixes by @Abh1noob in #191
New Contributors
- @equestrian2296 made their first contribution in #187
- @upayanmazumder made their first contribution in #188
Full Changelog: 2.0...2.0.1
2.0
What's Changed
- Search Optimization by @Abh1noob in #124
- Pdf viewer change by @abhitrueprogrammer in #126
- feat: answerKeyDetection and other updates by @vansh-chani in #128
- feat: answerkey send to backend N refactor by @abhitrueprogrammer in #129
- something crazy only by @Abh1noob in #130
- New UI for Card Component by @Abh1noob in #131
- homepage done by @samyamehta16 in #133
- fixed some changes required by @samyamehta16 in #134
- Changed filter to display slot alphabetically by @Soham-Maha in #135
- added the sidebar by @kashyap-harshit in #137
- fix: hookwebpack error by @abhitrueprogrammer in #138
- Build fix, refactor, search on click n responsiveness by @abhitrueprogrammer in #139
- Samya/viewpaper by @samyamehta16 in #140
- feat: upcoming Papers by @abhitrueprogrammer in #141
- filter on the frontend by @kashyap-harshit in #142
- fix:sidebar&CataloguePage by @abhitrueprogrammer in #143
- fix: subject search on sidebar by @abhitrueprogrammer in #144
- fix: make homepage cta not visible in mobile and card works on light mode by @abhitrueprogrammer in #152
- fix:download,card,lightmode-mobile by @aditisaxena259 in #154
- fix: footer links add, scroll smooth, build, homepage cta remove by @abhitrueprogrammer in #155
- fix: font, sidebar, footer by @kashyap-harshit in #156
- Fix: search suggestions by @abhitrueprogrammer in #157
- Added padding by @Soham-Maha in #158
- added error page by @Soham-Maha in #167
- filter issue by @samyamehta16 in #168
- Upload area fix by @abhitrueprogrammer in #169
- Staging by @kashyap-harshit in #172
- build fix by @kashyap-harshit in #174
- feat: add Papers logo favicon and PWA config by @abhitrueprogrammer in #175
- small fixes by @samyamehta16 in #176
- console.log cleanup by @vansh-chani in #177
- feat: display paper from both this and next slot by @abhitrueprogrammer in #178
- fonts changed by @samyamehta16 in #179
- feat: use react-pdf-viewer by @abhitrueprogrammer in #181
- feat: pdfviewer enchance and courousal faster by @abhitrueprogrammer in #182
- prod release v2.0 by @Abh1noob in #183
New Contributors
- @samyamehta16 made their first contribution in #133
- @Soham-Maha made their first contribution in #135
- @kashyap-harshit made their first contribution in #137
- @aditisaxena259 made their first contribution in #154
Full Changelog: 1.2.2...2.0
1.2.2
What's Changed
- bugfix: removed hardcoded courselist array by @abhitrueprogrammer in #109
Full Changelog: 1.2.1...1.2.2
1.2.1
What's Changed
- updated gemini model by @vansh-chani in #106
- Update Gemini Model by @Abh1noob in #107
Full Changelog: 1.2...1.2.1
AI based paper detail extraction and package updates
Dev Notes:
- Gemini API was used to extract important information from question paper like slot details, semester details, type of examination etc to reduce human effort and ease the paper upload process.
- Packages were updated to latest version.
What's Changed
- Changed upload logic to be more robust by @abhitrueprogrammer in #46
- search-console by @NishantGupt786 in #48
- Staging by @NishantGupt786 in #50
- fix:model issue on mongodb by @NishantGupt786 in #51
- readme and design by @afrin-k in #49
- Added admin model in addition to papers model by @abhitrueprogrammer in #53
- further design by @afrin-k in #54
- added ssr and metadata and a pdf download button for paper/id by @abhitrueprogrammer in #55
- Staging by @NishantGupt786 in #56
- rasied upload rate and added env vars for SSR by @abhitrueprogrammer in #57
- Staging by @NishantGupt786 in #58
- papers count api, metadata update for paper by id page, updated subject selection on upload page to be similar to one on homepage, server verification on form data and dynamic years dropdown by @abhitrueprogrammer in #59
- Staging by @NishantGupt786 in #60
- fix:og img by @NishantGupt786 in #61
- fix : FIxed the upload page issue by @vaibhav700c in #63
- Staging by @NishantGupt786 in #64
- Staging by @NishantGupt786 in #65
- upload button -> home button on /upload by @abhitrueprogrammer in #66
- Staging by @NishantGupt786 in #68
- update by @NishantGupt786 in #69
- fixed infinite loading on searchbar by @abhitrueprogrammer in #70
- Staging by @NishantGupt786 in #71
- Staging by @NishantGupt786 in #72
- fix:get by id light mode by @NishantGupt786 in #74
- feat:google analytics by @NishantGupt786 in #75
- fix:filter box closing by @vaibhav700c in #79
- Feat: Added 2 campus, answerKey and sem tag by @abhitrueprogrammer in #80
- Mistral__test by @guth01 in #81
- feat: AI upload is now functional by @abhitrueprogrammer in #82
- enhance: add fuzzy and regex finding to make ai results correspond to ones that we have in our dbs by @abhitrueprogrammer in #83
- Chore: fix build errors and UI text changes by @abhitrueprogrammer in #84
- BugFix, Enchancement: Better errors in paper-by-id and fixed schema by @abhitrueprogrammer in #85
- chore: Seperated the mapping of AI tags to pre declared ones into a function by @abhitrueprogrammer in #86
- semester&year incorporation by @guth01 in #88
- Connected year and semester ai results with backend by @abhitrueprogrammer in #89
- chore: year search fix and upload pointer changed to hand file toast when file select and bugfixes by @abhitrueprogrammer in #90
- added file name by @abhitrueprogrammer in #91
- Added qr and copy button by @abhitrueprogrammer in #92
- removed sorting on order by @abhitrueprogrammer in #93
- feat: upload files based on file lastmodified order by @abhitrueprogrammer in #94
- Staging branch minus AI Features by @abhitrueprogrammer in #96
- Winter -> win + Sem in upload + Width increase by @abhitrueprogrammer in #97
- Changed Fall-> Fall Semester. Winter-> Winter Semester etc by @abhitrueprogrammer in #98
- fall-> fallback by @abhitrueprogrammer in #99
- Update Banner.tsx to show shorter text by @abhitrueprogrammer in #100
- Update Banner.tsx by @abhitrueprogrammer in #101
- Remove banner by @abhitrueprogrammer in #102
- Cloudinary round robin by @abhitrueprogrammer in #103
- feat: added gemini ai upload - untested by @vansh-chani in #104
- AI paper parsing for detail extraction and package updates by @Abh1noob in #105
New Contributors
- @vaibhav700c made their first contribution in #63
- @guth01 made their first contribution in #81
- @vansh-chani made their first contribution in #104
Full Changelog: 1.0.1...1.2
1.0.1
Full Changelog: v1.0.0...1.0.1