|
| 1 | +# v1.2208011017 |
| 2 | + |
| 3 | +Thing release fixes a bunch of issues with search, which should now function |
| 4 | +as expected. |
| 5 | + |
| 6 | +Also included are unread counts on the sidebar, and on MacOS the an initial |
| 7 | +implementation of notifications for new emails and badge counts. |
| 8 | + |
| 9 | +Changes: |
| 10 | +- Fix JSON in HTML attributes |
| 11 | +- Display search match counts in sidebar folder links |
| 12 | +- Remove redundant assignment |
| 13 | +- Setup prettier with eslint |
| 14 | +- Git blame ignore prettier commit |
| 15 | +- Install & run prettier on all JS(X) |
| 16 | +- Use cache to indicate if a folder exists, or used to exist, on start |
| 17 | +- Style fixes for search mode & sidebar |
| 18 | +- Refactor handling of email store search mode/control |
| 19 | +- Remove beta text in sidebar |
| 20 | +- Use bundled certifi CA file for SSL IMAP & SMTP connections |
| 21 | +- Misc cleanup & logging improvements |
| 22 | +- Send notifications for newly synced inbox emails |
| 23 | +- Show unread badge & inbox sidebar link counts |
| 24 | +- Add notification API & implement MacOS notifications |
| 25 | +- Add debug log at the end of route handling |
| 26 | +- Use sentinel object to detect missing values |
| 27 | +- Cleanup old requirements code |
| 28 | +- Add `.git-blame-ignore-revs` file |
| 29 | +- Use poetry for Python dependency management |
| 30 | +- Run black & isort |
| 31 | +- Move window file into module |
| 32 | +- Use common prefix for window management endpoints |
| 33 | +- Update MacOS dev requirements |
| 34 | + |
1 | 35 | # v1.2206171827 |
2 | 36 |
|
3 | 37 | Changes: |
|
0 commit comments