Skip to content

Releases: DemocracyLab/CivicTechExchange

Release 1/9/2023

09 Jan 10:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.22.11.1...v0.23.1.1

Release 11/14/2022

19 Nov 17:25
2c5651d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.22.9.2...v0.22.11.1

Release 9/27/2022

27 Sep 09:10
bad9d7d
Compare
Choose a tag to compare

What's Changed

  • Volunteer Dismiss/Reject notices put project owners on blind carbon copy by @marlonkeating in #904

Full Changelog: v0.22.9.1...v0.22.9.2

Release 9/8/2022

08 Sep 19:05
Compare
Choose a tag to compare

Event Experience

Event Project Profile

  • Project owner can contact all rsvp-ed volunteers for Event Project
  • Project co-owner can edit

Bug Fixes

  • resolves #876
  • Volunteer for Project: Don't show hidden roles in role selector dropdown

Misc

Creative Commons

  • Removed copyright

Additional New Roles

  • SME: Government
  • SME: Nonprofits

What's Changed

Full Changelog: v0.22.8.1...v0.22.9.1

Release 8/2/2022

04 Aug 17:36
Compare
Choose a tag to compare

Markdown Support

  • Project, Group, and Project RSVP for event description fields now support markdown
  • Do not support headers, in order to preserve page header hierarchy

Admin Interface

Create Project

  • Admins can set custom slug for project url
  • Admins can mark project as private.

Create Group

  • Admins can set custom slug for group url
  • Admins can mark group as private.

Project Profile

  • Admins can contact volunteers, similar to project owners

Bug Fixes

Event Profile

  • New project RSVP's weren't showing

v0.22.7.1

06 Jul 04:54
Compare
Choose a tag to compare

Footer

Updated site footer with new links and format.

Privacy Policy / Terms of Use

Added separate page for both Privacy Policy and Terms of Use

Search

Refactored front-end search code, and fixed issue where navigating to Find Projects page with Organization Type filter in the url, would fail to apply the filter.

Full Changelog: v0.22.6.2...v0.22.7.1

Release 6/21/2022

22 Jun 07:13
5115403
Compare
Choose a tag to compare

Top Menu

Changes the desktop site navigation so that, when space allows, the nav will switch to a single row layout rather than two-row and otherwise operate unchanged.

Release 6/7/2022

08 Jun 06:47
Compare
Choose a tag to compare

UI

Icons

  • Upgrade Fontawesome version to 6.1.1
  • Add Figma icon

Verbiage

  • Remove 'Sign in to...' from buttons when not logged in

Security Updates

#845
#872
#804
#849

Release 5/13/2022

14 May 06:07
Compare
Choose a tag to compare

Site UI

Buttons

Revamped and standardized buttons across the site to adhere to our design system.

Event Management

After Event

It is no longer possible to join or leave event after the event has concluded

Deactivating Event Meetings

The event's meeting rooms can be deactivated by the following command:
python manage.py deactivate_event <event_id>

Project Management

Deleted Projects

Admins can use the Approve Project link in the original email sent when the project was created, to restore a deleted project.

Code Quality

Refactoring

Search code has been moved out of the main views.py file, reducing bloat in that file in anticipation of future search additions.

Release 1/28/2022

29 Jan 05:12
0693146
Compare
Choose a tag to compare

Companies Page

The Companies page has been visually refreshed, with updated verbiage.

Find Projects

Updated Role Taxonomy

Added new roles, and renamed several old roles.

Bug Fixes

  • Navigating to url with more than one filter in the same category no longer fails