Skip to content

Commit

Permalink
🏗️ bump to 5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Apr 12, 2024
1 parent 50c4fc1 commit 8584ff5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Changelog

## Unreleased
## 5.7.0 2024-04-12

- Only admins can edit others profile
- mithril callinfo files cleaned
- Migrated to React missing pages
- PBX page
- Persons page (color boxes version)
- Busy Editor
- Timetable Planner
- Mithril files cleaned up (just api left)
- Fix: minizinc planner reported launch times with offset (TZ problem)
- Fix: PersonEditor looped forever in reset
- Tomatic Says as a dialog
- Callinfo state manager uses more stable reactiveProps
- Improved dark mode colors in call log
- Fonts readability by not using polythene fonts family and size
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "somenergia-tomatic",
"version": "5.6.0",
"version": "5.7.0",
"description": "Phone Support Companion",
"dependencies": {
"@emotion/css": "^11.10.6",
Expand Down
2 changes: 1 addition & 1 deletion tomatic/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__='5.6.0'
__version__='5.7.0'

0 comments on commit 8584ff5

Please sign in to comment.