Skip to content

Latest commit

 

History

History
122 lines (74 loc) · 2.79 KB

File metadata and controls

122 lines (74 loc) · 2.79 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.6.0] - 2026-07-20

Changed

  • Redraw SVG icon to use optimal paths and no complex transformations
  • ~100% translation text coverage

Fixed

  • [#147] Fix rounding issue with marker placement

[1.5.0] - 2026-06-13

Added

  • [#123] Dark mode
  • [#117] Users can see their location on the post map
  • [#131] A message displays when an anonymous user clicks a heart

Changed

  • Map marker icon inherits the style of the Habitat logo

Fixed

  • Do not expect only database ID to be 1 for any entity

[1.4.0] - 2026-05-16

Added

  • [#42] Hyperlinks on posts and comments
  • [#135] RSS feed for latest posts

[1.3.0] - 2026-04-12

Added

  • [#118] Share links added to posts
  • [#119] Opengraph meta tags
  • [#104] Administrators can manually verify users
  • Further cypress tests, PHPUnit testing and CI

Changed

  • [#115] It is now possible to skip the mail configuration on setup

Fixed

  • [#120] Remove duplicate protocol from daily digest emails
  • The updated datetime gets modified when editing a post

[1.2.0] - 2026-03-21

Added

  • [#105] Change password settings
  • Setup login screen
  • [#111] Reset admin password console command

Changed

  • The administrator must maintain a logged in session to continue setup
  • [#101] Send test email process is clearer in both setup and admin pages
  • Removed conditions which warn about no encryption key - the encryption key is mandatory
  • Further translations added to the mail administration page

Fixed

  • Corrected mistakes in translation files

[1.1.0] - 2026-03-15

Added

  • [#14] Italian translation file
  • [#14] Language selection in setup and admin area
  • [#85] A map on the about page

Changed

  • The about page links to gethabitat.org

Fixed

  • [#95] Moderation filters are working

[1.0.2] - 2026-03-02

Fixed

  • [#86] SMTP settings can be saved and used without credentials

[1.0.1] - 2026-03-01

Fixed

  • Unbreak all javascript

[1.0.0] - 2026-03-01

Added

  • Habitat specification of location and size - enabling posts related to the local area
  • Home feed - Displays the most recent posts
  • Nearby feed - Displays posts sorted by proximity to the user
  • Create posts - Upload photos, set locations, comments
  • Categories - Location rules
  • Amazon S3 image storage option
  • Personalisation - Overrides Habitat defaults per user: kms/miles, hidden categories
  • Moderation tools - User, post, comment moderation, block email addresses
  • Announcements - Scheduled announcements
  • Public moderation log - Keep moderator actions visible for 30 days