Skip to content

Releases: hotosm/tasking-manager

TM v4.4.16

01 Jun 01:08
f3f1b69
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.4.15...v4.4.16

TM v4.4.15

11 May 01:08
f355e6c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.4.14...v4.4.15

TM v4.4.14

13 Apr 21:05
Compare
Choose a tag to compare

This release fixes an issue with frontend caching on the AWS Deployment, as well as a few small improvements.

Changelog:

  • Improve sorting for ‘My Tasks’ list #5075
  • Display error message for self intersecting AOI #5076
  • Do not cache html files in the browser #5084

Dependency Updates:

  • Bump marked from 2.1.3 to 4.0.12 in /frontend #4975
  • Bump sentry-sdk[flask] from 0.19.3 to 1.5.8 #5051

v4.4.13

06 Apr 00:42
Compare
Choose a tag to compare

This is our first release in collaboration with Kathmandu Living Labs, and we are really excited to see all the new features and fixes coming from the talented people on that team! And thanks to @zlavergne for the huge new RapiD integration!

Changelog

Added ~ New features:

Changes ~ Bug fixes and enhancement:

Known issues:

  • The embedded editor does not work when switching between RapiD and iD. Please save your work before changing your editor.
  • We are missing translations. See #5072

v4.4.12

11 Feb 19:00
3c12892
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.4.11...v4.4.12

v4.4.11

09 Dec 15:00
Compare
Choose a tag to compare

New Features and Enhancements:

  • #4931 Update iD version to 0.20.2 to fix Maxar Premium imagery in embedded iD
  • #4919 Add homepage banner for announcements (thank you @ethan-nelson!)

Bug Fixes:

  • #4860 Fix success message for contributers (already deployed)
  • #4867 Update apscheduler dependency (already deployed)

Addendum: ⚠️

  • Please clear site data for Tasking Manager or perform a hard-refresh (CTRL+SHIFT+R) for front-end changes to take effect

v4.4.10

03 Aug 20:52
Compare
Choose a tag to compare

Bug fixes:

  • Update internal links in dropdown menus to allow clicking on the entire span (#4782). Thank you, @zlavergne!
  • Retrieve default comment to fetch correct project stats (#4805)

Code maintenance, infrastructure, and translation:

  • Remove redundant User DTO fields (missingMapsProfile and osmProfile) (#4794). Thank you, @NatashaKSS!
  • Update translations (#4835)
  • Update frontend dependencies (#4824)

v4.4.9

18 Jun 20:56
Compare
Choose a tag to compare

New features and enhancements

  • Allow users to see existing projects' AOI during project creation (#4723)
  • Make it easier to switch between comments and activities on Task History (#4756)

Bug fixes

  • Set grey-light border on some input fields that had other colours (#4760)
  • Limit space available to usernames on the header (#4759)
  • Adjust bottom padding of project edit page's sidebar (#4771)
  • Avoid errors if onAdd and onRemove Dropdown functions are not defined (#4747)
  • Fix missing alt attribute in email template (#4749)

Code maintenance, infrastructure, translation and documentation

  • Update translation documentation and remove unneeded command on manage.py (#4745)
  • Refactor and test utils/fileFunctions.js (#4665)
  • Use forEach instead of map in an array that doesn't return a result (#4750)
  • Add sonarcloud integration and badge to Readme (#4758)
  • Update translations (#4741, #4769)
  • Update frontend dependencies

v4.4.8

08 Jun 23:50
Compare
Choose a tag to compare

New features and enhancements

  • Suggest usernames that contributed to a task when pressing @ in a comment field (#4704)
  • Improve status filters by making them independent on Manage Projects page (#4711)
  • Show loading icon on buttons during Edit Project API requests (#4693)

Bug fixes

  • Fix ordering of tasks on multiple tasks validation page (#4695, #4736)
  • Update charts tooltips configuration (#4734)
  • Add missing chart labels translations (#4734)
  • Fix responsivity and improve display logic for the buttons on My Tasks page (#4722)

Code maintenance, infrastructure, translation and documentation

  • Refactor Project Edit actions in order to use only the useAsync state (#4694)
  • Update translations (#4735, #4731)
  • Update frontend dependencies

Greetings

Thanks, @NatashaKSS, for submitting 3 pull requests!

v4.4.7

25 May 22:44
563a5a9
Compare
Choose a tag to compare

New features and enhancements

  • Remove Organization Managers from notifications triggered by the presence of #managers hashtag (#4669)
  • Allow clearing organizations, countries and campaigns filter fields on statistics and explore/manage projects pages (#4647)
  • Switch the focus automatically to the comment text area during multiple tasks validation (#4679)
  • Make the "Add Comment" button always visible during multiple tasks validation (#4679)

Bug fixes

  • Don't change map bounds when the user presses the "Draw polygon" button on the priority areas form (#4668)
  • Avoid error when loading the TaskHistory and add tests to the component (#4656)

Code maintenance, infrastructure, translation and documentation

  • Separate the tasks selection page's TabSelector in a new component and add tests (#4683)
  • Update translations (#4685)
  • Update frontend dependencies
  • Improve GitHub labeler action with additional labels (#4640)
  • Add opsgenie integration to CircleCI to push alerts there (#4418)