Skip to content

Commit

Permalink
bump to 4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Jul 19, 2022
1 parent 8b22f3f commit ffab63f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# Changelog

## Unreleased
## 4.6.1 2022-07-19

- Fix: dailycalls were not limited to 20 per user
- Now dailycalls are split by user, to speed up api calls
- Fix: some labels didn't notice that their input had focus
- Fix: menu icon buttons were taller
- Fix: Busy dialog allowed not introducing a date or no turn
- Fix: Using native date picker in modern browsers
- Most UI components turned into modules, using emotion to avoid css conflicts
- Removed load generator menu entry since it won't be used anymore
- Fix: dailycalls were not limited to 20 per user
- Now dailycalls are split by user, to speed up api calls
- Internal: Uses babel and emotion
- Internal: Components extracted as modules

- Update notes:
- npm install required (emotion and babel dependencies)
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": "4.6.0",
"version": "4.6.1",
"description": "Phone Support helper",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tomatic/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__='4.6.0'
__version__='4.6.1'

0 comments on commit ffab63f

Please sign in to comment.