./misc/rust-kanban, Kanban board for the terminal

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.10.5, Package name: rust-kanban-0.10.5, Maintainer: pin

Kanban App for the terminal written in rust.

This kanban app will allow the user to be more productive by prioritizing tasks
and achieving goals faster.


Master sites:

Filesize: 167.654 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-08 11:11:13 by pin | Files touched by this commit (3) | Package updated
Log message:
misc/rust-kanban: update to 0.10.5

Updates
    Updated dependencies.
    Added LTO to the release build.

Fixes
    Clippy Fixes.

New Features
    Added ability to move boards (e.g. move a board to the left or right) with \ 
the command palette.
   2024-08-12 14:30:59 by pin | Files touched by this commit (3) | Package updated
Log message:
misc/rust-kanban: update to 0.10.4

Changes in Version 0.10.4
=========================

Fixes

- Fixed text selection not being visible.
- Fixed the close button being transparent (modifiers below the button were \ 
affecting its appearance).
- Fixed a crash when going up in debug mode (`cargo run`).
- Fixed size error text not wrapping in smaller terminal sizes.
- Fixed `cargo run` not showing debug messages.
- Fixed an invalid date format warning when editing and saving a card with no \ 
due date set.
- Fixed tags being converted to lowercase when viewed in the filter by tag view.

Updates

- The label for the progress bar on boards has been changed from a percentage to \ 
a number for better clarity.
- Added a highlight to the new board key text when no cards are present in a \ 
board for better visibility.
- Rendering the background is now over 6x faster, resulting in reducing the \ 
total render time by a few milliseconds.
- Removed the loading toast type as it was not being used.
- Updated Ratatui.
- Added a due date title in the new card form for better visibility.

New Features

- Added a tag picker to quickly add tags that you have used in other cards.
   2024-08-02 12:40:01 by pin | Files touched by this commit (3) | Package updated
Log message:
misc/rust-kanban: update to 0.10.3

Fixes
 - Fixed Incorrect styling for Debug logs, save theme prompt, and discard card \ 
changes prompt
 - Fixed Time picker wheel mouse highlight/focus being off by one for the minute \ 
and second wheels
 - Fixed crash when selecting a date with the date time picker popup while \ 
editing a card
 - Fixed not being able to open the date time picker when in user input mode
 - Fixed time not being recorded when configured date time format does not \ 
include time when creating a new card (causes and issue if format is later \ 
changed to show time as well)
 - Clippy Fixes

Updates
 - View card popup now respects configured date time format for card created, \ 
modified and completed fields
 - You can now switch between hour minute and seconds with the left and right \ 
Actions in addition to the switch focus keybinding
 - Updated Deps
   2024-07-29 09:28:53 by pin | Files touched by this commit (3) | Package updated
Log message:
misc/rust-kanban: update to 0.10.2

Fixes
    Fixed cannot go back from create Theme Ui Mode when clicking Close button \ 
with mouse
    Fixed several popups not going into inactive state when there is another \ 
popup higher in the z-stack
    Fixed Pressing "Stop User Input Mode button (Default \ 
"Insert")" will erase the custom keybinding
    Fixed Trying to edit a specific keybinding will not result in the \ 
appropriate popup being opened
    Fixed unintentionally being able to change config to edit when a popup is open

Misc
    Code quality Improvements
    Restructured Codebase for better maintainability
    Renamed UiMode to View
    Renamed PopupMode to Popup
   2024-07-19 11:47:13 by pin | Files touched by this commit (3) | Package updated
Log message:
misc/rust-kanban: update to 0.10.1

Changes in Version 0.10.1
Fixes
    Fixed a bug where the date picker would not open on the new card form when \ 
using the keyboard
    Fixed a bug where the date picker in the new card For was not anchored properly

Changes in Version 0.10.0
New Features
    New date picker widget!
    Updated debug panel to include "always on top" logs.
    Implemented z-stack for multiple popups.

Updates
    Improved Create Theme UI to be more intuitive (real-time colors).
    Updated dependencies.
    Custom RGB for Create Theme now working.
    Started Maintaining a changelog.

Fixes
    The widths of most emoticons and other non-ASCII characters are now properly \ 
accounted for. If not, please temporarily add an extra space to address this \ 
issue.
    Fixed modifiers not being applied in Create Theme UI mode.
    Fixed theme editor not being reset when going back from Create Theme UI mode.
    Fixed "no commands found" being displayed in the list of commands \ 
in the command palette.
    Fixed command palette state not being fully reset on exit.
    Minor spelling fixes.
    Added missing email validation and previous encryption key presence warning \ 
in the signup form.
    Fixed background modifiers affecting popups.

Misc
    Partial UI render code refactor for clarity.
   2024-06-04 08:46:15 by pin | Files touched by this commit (3) | Package updated
Log message:
misc/rust-kanban: update to 0.9.7

 - Unified all text input fields to have consistent behavior
 - reduced default toast duration
 - fixed visual bugs where theme background colors did not match inactive state color
 - fixed not getting an error when trying to go down when already at the last \ 
card in a board
 - added shortcuts to change card priority
 - removed unnecessary manual string implementations (used strum)
 - fixed reset password not working
 - appropriate error for invalid credentials while logging in
 - added future goals for the project in README
 - bump deps
 - fixes #16 and #17
   2024-05-12 10:38:06 by pin | Files touched by this commit (3) | Package updated
Log message:
misc/rust-kanban: update to 0.9.6

 - dependency bump + release for #13
   2024-04-23 05:35:15 by pin | Files touched by this commit (3) | Package updated
Log message:
misc/rust-kanban: update to 0.9.5

 - added path autocomplete for changing the save directory
 - bumped dependencies
 - refactored some code for readability
 - fixed card description not being saved when choosing to save changes from the \ 
"save changes to card" popup
 - fixed card description cursor not moving in new card form