Skip to content

Commit

Permalink
v0.21.0
Browse files Browse the repository at this point in the history
- UI Rework 🚀
  - The sidebar has received a visual upgrade.
  - Label Filters and Sorting were now moved to the board controls area.
  - You can now quickly access all board cards from the sidebar menu.
  - The search input is now inside the board controls area
- Fully clip long cards !
  - Long cards are now completely clipped only showing their title, date of update/creation and labels.
- Whenever a user activates a label filter,  it will automatically apear at the top of the label filters box.
- Removed board controls UI whenever a card is focused
- Reworked settings UI
- Generic theming improvements
  • Loading branch information
davidsmorais committed Jun 15, 2020
1 parent 6b084b0 commit 27cee73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdyna",
"version": "0.20.7",
"version": "0.21.0",
"description": "A notes application with markdown support, build with React and Electron",
"homepage": "https://mdyna.dev",
"main": "index.js",
Expand Down

0 comments on commit 27cee73

Please sign in to comment.