Tags give the ability to mark specific points in history as being important
-
v9.1.75
1d4cbf8e · ·* Add data migration to archive campaigns with deleted groups * Fix rendering of campaigns with deleted groups * Improve styling on template list page
-
v9.1.74
5df1ca33 · ·* Update temba-components * Use timedate formatting for last_seen_on / created_on on contact list pages * Remove unused BRAND properties * Cleanup displaying of channel name, address and type
-
v9.1.73
95fbfeac · ·* Make Channel.name non-null and remove unused channel list view * Replace format_datetime and short_datetime tags with day or datetime filters
-
v9.1.72
8bdd966e · ·* Update temba-components * Add data migration to backfill empty channel names * Ensure Android channels get a default name when registering
-
-
v9.1.70
6232e504 · ·* Update flow editor * Remove unused option on assets endpoint to return environment
-
v9.1.69
001b9611 · ·* Remove no longer used template tag as_icon * Fix export blocking due to multiple users exporting at same time * Switch formax to expand vertically * Add ChannelEvent.status field and prevent creating channel events of unknown types from Android syncs
-
v9.1.68
c48f4b1a · ·* Use mailroom endpoints to create messages and events during Android syncing * Drop support for returning template components as dict
-
v9.1.67
0302198c · ·* Update template editor to work with comps as list * Add task to trim old channel events
-
-
-
-
-
v9.1.62
d45aee8e · ·* Make workspace selection use common event pattern * Truncate long template name to not break the page * Replace iso630 with iso639-lang package * Fix non Django 5 compatible code
-
-
v9.1.60
898e2dac · ·* Update to latest ruff, isort and djlint * Drop TemplateTranslation.comps_as_dict * Get rid of channel typed owned sync log views and use new channel view on HTTP log CRUDL * Convert templates views to actual CRUDL and fix permissions
-
v9.1.59
80f0e594 · ·* Move template code into templates app * Stop writing TemplateTranslation.comps_as_dict
-
v9.1.58
4c383f9c · ·* Some fixes for on-device mobile issues * Allow returning of components in list format from API endpoint * Update to latest black * Don't try to extract parameters from template url button component display values
-
v9.1.57
3471d4b6 · ·* Add name field also to template components * Tweak template list page to use components list instead of comps_as_dict
-
v9.1.56
30481dde · ·* Save TemplateTranslation.components as list, use comps_as_dict for API endpoint