Releases: CodeForPhilly/balancer-main
v1.1.4
Improvements
• [#309] Remove forced login; make app publicly accessible with admin features protected [#377] @StubberG3
• [#309] Add new logout page; restyle admin dropdown and logout button [#377] @StubberG3
• [#309] Allow viewing and downloading of PDFs to be public; edits remain admin only [#377] @StubberG3
• [#393] Switch between "View PDF" and "Download PDF" buttons based on authentication status @sahilds1
• [#387] Restructure chatbot prompt for clarity and context reinforcement [#419] @sahilds1
• [#416] Fix stuck spinner on protected routes by triggering auth verification [#422] @sahilds1
• [#416] Fix redirect issues for unauthorized users [#420] @sahilds1
• [#417] Simplify and make ProtectedRoute more robust [#417] @sahilds1
• Replace loading text with spinner component @sahilds1
• Save patient history data to sessionStorage instead of localStorage @sahilds1
• Fix clearing sessionStorage on every page load for unauthenticated users @sahilds1
• Add admin-only notice to login page @StubberG3
• Remove auth requirement for Chat in navigation @sahilds1
Technical
• [#309] Make riskWithSources endpoint public @StubberG3
• [#309] Disable JWT auth for newly public endpoints @StubberG3
• [#309] Separate public and admin API calls @StubberG3
• [#382] Add workaround for PostgreSQL crash with pgvector v0.6.1 on ARM64 [#391] @sahilds1
• [#407] Refactor Docker and Kubernetes deployments @themightychris
• feat(ci): update containers-publish workflow @themightychris
• fix(ci): remove DJANGO_ALLOWED_HOSTS from secret template @sahilds1
• chore: Update Kind configuration, refactor database and allowed hosts environment variable handling @sahilds1
• Fix Type mismatch in RootState @sahilds1
• Add comprehensive CLAUDE.md documentation @sahilds1
• Update environment configuration structure @sahilds1
v1.1.3
Improvements
Technical
v1.1.2
Improvements
Technical
v1.1.1
Technical
- refactor(ci): clean up docker and kubernetes deployments [#407] @themightychris
v1.1.0
Improvements
- Added handleForm to MdNavBar so Balancer logo triggers the function [#313] @annunziatoc
- [#300] Add Python linting checks for PRs using GitHub Actions [#305] @sahilds1
- ADD COLUMN for med sources table @taichan03
- hoping this fix all the errors this table is causing. @taichan03
- update @taichan03
- Standardized icon and Balancer logo sizes in the sidebar [#315] @annunziatoc
- [#262] Choose a model and prompt using evals [#306] @sahilds1
- [#317] Speed up LLM evals using asyncio [#318] @sahilds1
- Display source 08102025 [#334] @taichan03
- feat: #348 - Update responsive sizings for chat overlay [#353] @StubberG3
- feat: #339 - Add donate link to top nav, sidenav, and footer; restruc… [#351] @StubberG3
- feat: #337 - add 'Donate' button to the About page [#350] @StubberG3
- Balancer/336/feedback [#352] @StubberG3
- feat: #335 - edit wording of header banner [#349] @StubberG3
- [#307] Update the README [#308] @sahilds1
- Merge branch 'listOfMed' of https://github.com/CodeForPhilly/balancer-main into listOfMed @taichan03
- update zoom in the pdf reader @taichan03
- feat: #359 - Add animation to chat button [#365] @StubberG3
- feat: #358 - Add legal disclaimer to medication suggestion and footer [#360] @StubberG3
- feat: #340 - Display explanatory text when there are no options for each tier [#355] @StubberG3
- Balancer/357/about [#362] @StubberG3
- bugfix: #347 - Add any_pregnancy to clear form logic [#356] @StubberG3
- bugfix: #319 - Fix yesterday's date issue for publication date [#363] @StubberG3
- update the pdf reader @taichan03
- Merge branch 'listOfMed' of https://github.com/CodeForPhilly/balancer-main into listOfMed @taichan03
- re do sources so that it has buttons @taichan03
- Merge branch 'listOfMed' of https://github.com/CodeForPhilly/balancer-main into listOfMed @taichan03
- fixed the paitant panel where other info selected was not being diaplyed @taichan03
- [#345] Enable chatbot to search bipolar research docs [#364] @sahilds1
- BUGFIX: OpenAI model reasoning summary requires org verification [#386] @sahilds1
- save changes to insert sources in patent summary @taichan03
- feat: #335 - Edit wording on notice to introduce first release; remove hidden class on mobile so it's always displayed [#397] @StubberG3
- feat: #395 - Add balancer email to Data Sources page [#396] @StubberG3
- Balancer/392/euthymic [#398] @StubberG3
Technical
- Update deployment.yml @TineoC
- Update kustomization.yml @TineoC
- update dockerfile because of needing new image @taichan03
- feat(ci): update containers-publish workflow @themightychris
v0.1.3
v0.1.2
Technical
- fix(ci): add explicit write permission for packages @themightychris
v0.1.1
Improvements
- Add helm chart (in project root) and files for static demo server [#65] @themightychris
v0.1.0
Improvements
- feat(ci): add automated release workflow @themightychris
Additional Notes
Alongside the changes in this release, several GitHub configuration changes have been manually applied:
- Initialized
developbranch - Set up branch protections
developcan't be deletedmaincan't be deleted and can only be changed via PR
- Invited the
codeforphilly-botGitHub user to have write access to this repository - Created the
BOT_GITHUB_TOKENrepository secret in this repository with a unique PAT for thecodeforphilly-botGitHub user