├── .github ├── FUNDING.yml └── ISSUE_TEMPLATE │ ├── feature_request.md │ └── bug_report.md ├── assets ├── logo.png └── black-and-white.png ├── README.md ├── supporters.md └── release-notes.md /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | patreon: stacks_rocks 2 | custom: https://paypal.me/barlutiu 3 | -------------------------------------------------------------------------------- /assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacks-task-manager/stacks/HEAD/assets/logo.png -------------------------------------------------------------------------------- /assets/black-and-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stacks-task-manager/stacks/HEAD/assets/black-and-white.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |

2 | Stacks Logo 3 |

4 | 5 | # Stacks 6 | Stacks is an easy to use task manager that helps to organize your tasks in an elegant and intuitive way. Using a kanban paradigm for managing your projects Stacks offers a flexible and visual way to organize tasks with ease. Combining powerfull features like tags, task grouping, quick search and attachments with a beautifull user interface, Stacks aims to make task management both easy and fun. 7 | 8 |

9 | Stacks 10 |

-------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Feature request 3 | about: Suggest an idea for this project 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | **Is your feature request related to a problem? Please describe.** 11 | A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 12 | 13 | **Describe the solution you'd like** 14 | A clear and concise description of what you want to happen. 15 | 16 | **Describe alternatives you've considered** 17 | A clear and concise description of any alternative solutions or features you've considered. 18 | 19 | **Additional context** 20 | Add any other context or screenshots about the feature request here. 21 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Bug report 3 | about: Create a report to help us improve 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | **Describe the bug** 11 | A clear and concise description of what the bug is. 12 | 13 | **To Reproduce** 14 | Steps to reproduce the behavior: 15 | 1. Go to '...' 16 | 2. Click on '....' 17 | 3. Scroll down to '....' 18 | 4. See error 19 | 20 | **Expected behavior** 21 | A clear and concise description of what you expected to happen. 22 | 23 | **Screenshots** 24 | If applicable, add screenshots to help explain your problem. 25 | 26 | **Desktop (please complete the following information):** 27 | - OS: [e.g. macOS, Windows, Linux] 28 | - Browser [e.g. chrome, safari] 29 | - Version [e.g. 0.2.x] 30 | 31 | **Additional context** 32 | Add any other context about the problem here. 33 | -------------------------------------------------------------------------------- /supporters.md: -------------------------------------------------------------------------------- 1 | ### Ultimate Supporter $100/month 2 | No Ultimate Supporters yet. 3 | 4 | ### Super Supporter $25/month 5 | No Super Supporters yet. 6 | 7 | ### Top Supporter $10/month 8 | No Top Supporters yet. 9 | 10 | ### Official Supporter $5/month 11 | * [Graham Seymour](https://www.patreon.com/user/creators?u=3762497) 12 | 13 | ### Buy Me A Coffee 14 | * [Mike @techspaceshare](https://twitter.com/techspaceshare) 15 | * [Arnel Helja](https://github.com/ahelja) 16 | * [Dipesh Sukhani](https://github.com/amateur-dev) 17 | * Stan Waring 18 | * Tosin 19 | * [Rakesh Mane](https://rakeshmane.com/) 20 | * Ulisses Alves 21 | 22 | ### Other 23 | * Sebastian Günther 24 | * Danny Florian 25 | 26 | ### Project Contributors 27 | * Dmitriy Gorbunov & Vladimir V Kosolapov & Nikita (Ar4ikov) - Russian Translation 28 | * [Robert Kummer](https://github.com/rokde) - German Translation 29 | * Hagen & Maria M. - French Translation 30 | * Williams Melgar - Spanish Translation 31 | * [Ufuk Tan](https://github.com/ufukty) - Turkish Translation 32 | * [Joky Satria Pamungkas](https://github.com/jokysatria) - Indonesian Translation 33 | * Gabriele Fantin - Italian Translation 34 | * David Hontecillas - Spanish Translation 35 | -------------------------------------------------------------------------------- /release-notes.md: -------------------------------------------------------------------------------- 1 | ### Stacks v0.10.5 2021-03-15 2 | - ![](https://img.shields.io/badge/-New-brightgreen) Added new feedback message 3 | - ![](https://img.shields.io/badge/-Fixed-red) Fixed cancelling renaming the Board and Folder 4 | 5 | ### Stacks v0.10.3 2021-01-29 6 | - ![](https://img.shields.io/badge/-New-brightgreen) Added new feedback message 7 | - ![](https://img.shields.io/badge/-Fixed-red) Fixed adding a new Stack 8 | - ![](https://img.shields.io/badge/-Improved-blue) Updated translations 9 | 10 | ### Stacks v0.10.1 2020-12-05 11 | - ![](https://img.shields.io/badge/-Fixed-red) Fixed task drag accross the board 12 | - ![](https://img.shields.io/badge/-Fixed-red) Fixed attaching a link to the task 13 | 14 | ### Stacks v0.10.0 2020-11-18 15 | - ![](https://img.shields.io/badge/-New-brightgreen) Added folders 16 | - ![](https://img.shields.io/badge/-New-brightgreen) Added feedback popup 17 | - ![](https://img.shields.io/badge/-Improved-blue) Translations improvements 18 | - ![](https://img.shields.io/badge/-Fixed-red) Duplicate board 19 | - ![](https://img.shields.io/badge/-Fixed-red) Stack copy and move 20 | - ![](https://img.shields.io/badge/-Fixed-red) Task cover image not updating 21 | - ![](https://img.shields.io/badge/-Fixed-red) Windows initial start not finding the correct library path 22 | - ![](https://img.shields.io/badge/-Fixed-red) Library watcher 23 | - ![](https://img.shields.io/badge/-Fixed-red) Stack title after exited from collapsed mode 24 | - ![](https://img.shields.io/badge/-Fixed-red) Other minor bug fixes and performance improvements 25 | 26 | ### Stacks v0.9.0 2020-11-02 27 | - ![](https://img.shields.io/badge/-New-brightgreen) Colored/Tinted Stack header 28 | - ![](https://img.shields.io/badge/-New-brightgreen) Added menu item and hotkey to reload board 29 | - ![](https://img.shields.io/badge/-New-brightgreen) Added Indonesian translation 30 | - ![](https://img.shields.io/badge/-Fixed-red) Right click on collapsed Stack 31 | - ![](https://img.shields.io/badge/-Fixed-red) Server pinging not working 32 | - ![](https://img.shields.io/badge/-Fixed-red) Switching server accounts 33 | - ![](https://img.shields.io/badge/-Fixed-red) Stack header/title not updating 34 | - ![](https://img.shields.io/badge/-Fixed-red) Other minor bug fixes and performance improvements 35 | 36 | ### Stacks v0.8.0 2020-10-07 37 | - ![](https://img.shields.io/badge/-New-brightgreen) Added option to show task description in the card 38 | - ![](https://img.shields.io/badge/-New-brightgreen) Description popup in the card footer 39 | - ![](https://img.shields.io/badge/-New-brightgreen) Estimates and time spent popup in the card footer 40 | - ![](https://img.shields.io/badge/-New-brightgreen) Attachments popup in the card footer 41 | - ![](https://img.shields.io/badge/-New-brightgreen) Custom colors in the highlight markdown syntax code 42 | - ![](https://img.shields.io/badge/-New-brightgreen) Custom text colors markdown syntax code 43 | - ![](https://img.shields.io/badge/-New-brightgreen) Added Beta features toggle in the Preferences 44 | - ![](https://img.shields.io/badge/-Improved-blue) Improved overall board saving speeds 45 | - ![](https://img.shields.io/badge/-Improved-blue) Combined the spent time icon with the estimated time in the task card footer 46 | - ![](https://img.shields.io/badge/-Fixed-red) Task not saving when new and losing focus 47 | - ![](https://img.shields.io/badge/-Fixed-red) Task set to done from context now updates the progress to 100% correctly 48 | - ![](https://img.shields.io/badge/-Fixed-red) Fee input not working correctly 49 | - ![](https://img.shields.io/badge/-Fixed-red) Stack percentage now calculated correctly 50 | 51 | 52 | ### Stacks v0.7.0 2020-09-17 53 | - ![](https://img.shields.io/badge/-New-brightgreen) Datepicker locale based on current language 54 | - ![](https://img.shields.io/badge/-New-brightgreen) Tags in task context menu 55 | - ![](https://img.shields.io/badge/-Fixed-red) Dark mode task context menu 56 | 57 | ### Stacks v0.6.3 2020-09-16 58 | - ![](https://img.shields.io/badge/-Improved-blue) Bottom scrollbar 59 | - ![](https://img.shields.io/badge/-Improved-blue) Stack percentage when collapsed 60 | - ![](https://img.shields.io/badge/-Fixed-red) Links not opening in the default browser 61 | 62 | ### Stacks v0.6.2 2020-09-14 63 | - ![](https://img.shields.io/badge/-New-brightgreen) Stack width adjustable from the preferences 64 | - ![](https://img.shields.io/badge/-Improved-blue) Themed scrollbars 65 | - ![](https://img.shields.io/badge/-Fixed-red) Other minor bug fixes and performance improvements 66 | 67 | ### Stacks v0.6.0 2020-09-10 68 | - ![](https://img.shields.io/badge/-New-brightgreen) Cambodian translation (partial) 69 | - ![](https://img.shields.io/badge/-New-brightgreen) Navigation menu 70 | - ![](https://img.shields.io/badge/-New-brightgreen) Task detail title and description new renders Markdown text 71 | - ![](https://img.shields.io/badge/-Improved-blue) Stacks can now be closed and opened via hotkeys 72 | - ![](https://img.shields.io/badge/-Improved-blue) Markdown writing in the task title and description. Please check the Markdown cheatsheet window for the new syntax 73 | - ![](https://img.shields.io/badge/-Fixed-red) Moving around with the keyboard while completed tasks are hidden 74 | - ![](https://img.shields.io/badge/-Fixed-red) Re-ordering of tasks while completed tasks are hidden 75 | - ![](https://img.shields.io/badge/-Fixed-red) Other minor bug fixes and performance improvements 76 | - ![](https://img.shields.io/badge/-Fixed-red) Task info drag and drop color 77 | 78 | ### Stacks v0.5.1 2020-09-04 79 | - ![](https://img.shields.io/badge/-New-brightgreen) Turkish translation 80 | - ![](https://img.shields.io/badge/-New-brightgreen) Keyboard navigation 81 | - ![](https://img.shields.io/badge/-New-brightgreen) Menuitem to add new task 82 | - ![](https://img.shields.io/badge/-Fixed-red) Other minor bug fixes and performance improvements 83 | 84 | ### Stacks v0.4.0 2020-08-06 85 | - ![](https://img.shields.io/badge/-New-brightgreen) Spanish translation 86 | - ![](https://img.shields.io/badge/-New-brightgreen) Menu item to open a new Library folder 87 | - ![](https://img.shields.io/badge/-New-brightgreen) Menu item change the theme from light to dark 88 | - ![](https://img.shields.io/badge/-Improved-blue) Window now remembers previous state 89 | - ![](https://img.shields.io/badge/-Fixed-red) Menu not changing language 90 | 91 | ### Stacks v0.3.0 2020-07-29 92 | - ![](https://img.shields.io/badge/-New-brightgreen) Option add a new Stack to left or right of another Stack 93 | - ![](https://img.shields.io/badge/-Improved-blue) Update process 94 | - ![](https://img.shields.io/badge/-Improved-blue) Changed version number to **major.minor.bugfix** 95 | - ![](https://img.shields.io/badge/-Fixed-red) Other minor bug fixes and performance improvements 96 | 97 | ### Stacks v0.2.11 2020-07-27 98 | - ![](https://img.shields.io/badge/-New-brightgreen) Option to collapse a Stack (double click to open) 99 | - ![](https://img.shields.io/badge/-Improved-blue) Minor translation improvements 100 | - ![](https://img.shields.io/badge/-Fixed-red) Other minor bug fixes and performance improvements 101 | 102 | ### Stacks v0.2.10 2020-07-20 103 | - ![](https://img.shields.io/badge/-New-brightgreen) Option to hide the "New Stack" button 104 | - ![](https://img.shields.io/badge/-Improved-blue) Russian language improvements 105 | - ![](https://img.shields.io/badge/-Fixed-red) Other minor bug fixes and performance improvements 106 | 107 | ### Stacks v0.2.9 2020-06-30 108 | - ![](https://img.shields.io/badge/-New-brightgreen) Extra custom text widget in task detail 109 | - ![](https://img.shields.io/badge/-New-brightgreen) Added French translation 110 | - ![](https://img.shields.io/badge/-Improved-blue) New Stack menu not working 111 | - ![](https://img.shields.io/badge/-Improved-blue) Reorder (some) widgets 112 | - ![](https://img.shields.io/badge/-Improved-blue) Task description icon title new shows the complete description upon hover 113 | - ![](https://img.shields.io/badge/-Improved-blue) App window can be resized to 600x400 114 | - ![](https://img.shields.io/badge/-Fixed-red) Translation link (now also opens in the default browser) 115 | 116 | ### Stacks v0.2.8 2020-05-13 117 | - ![](https://img.shields.io/badge/-New-brightgreen) Simple way to reorder and delete checklist items from task details 118 | - ![](https://img.shields.io/badge/-New-brightgreen) Attachments now open on click with the default app (alternatively added button to save to a specific path) 119 | - ![](https://img.shields.io/badge/-Improved-blue) Upon reopening, Stacks will maintain the last seen board 120 | - ![](https://img.shields.io/badge/-Improved-blue) Start date won't be deleted upon removing the due date 121 | - ![](https://img.shields.io/badge/-Improved-blue) Smaller bug fixes and improvements 122 | 123 | ### Stacks v0.2.7 2020-05-11 124 | - ![](https://img.shields.io/badge/-New-brightgreen) German translation 125 | - ![](https://img.shields.io/badge/-New-brightgreen) German demo board 126 | - ![](https://img.shields.io/badge/-New-brightgreen) Task progress in context menu 127 | - ![](https://img.shields.io/badge/-New-brightgreen) Upcomming count box in Board Overview 128 | - ![](https://img.shields.io/badge/-Improved-blue) Start date UI in Task Detail 129 | 130 | ### Stacks v0.2.6 2020-05-07 131 | - ![](https://img.shields.io/badge/-New-brightgreen) Task start date (date picker date range - which will be used for the new GANTT view in future releases) 132 | - ![](https://img.shields.io/badge/-New-brightgreen) Board hourly fee and overall earning stats 133 | - ![](https://img.shields.io/badge/-New-brightgreen) Hourly fee overwrite per single task 134 | - ![](https://img.shields.io/badge/-Improved-blue) Overall UI Improvements 135 | - ![](https://img.shields.io/badge/-Fixed-red) Task estimates section not shown if only time spent is set 136 | 137 | ### Stacks v0.2.5 2020-04-23 138 | - ![](https://img.shields.io/badge/-New-brightgreen) Translated demo board 139 | - ![](https://img.shields.io/badge/-New-brightgreen) Romanian translation 140 | - ![](https://img.shields.io/badge/-New-brightgreen) Link to GitHub for contributing to Stacks translations 141 | - ![](https://img.shields.io/badge/-Improved-blue) Russian typo fixes 142 | - ![](https://img.shields.io/badge/-Improved-blue) UI Improvements 143 | - ![](https://img.shields.io/badge/-Fixed-red) Dark mode for archived task detail 144 | 145 | ### Stacks v0.2.4 2020-04-22 146 | - ![](https://img.shields.io/badge/-New-brightgreen) Russian translation 147 | - ![](https://img.shields.io/badge/-Improved-blue) Change Linux executable name 148 | - ![](https://img.shields.io/badge/-Improved-blue) Changed license 149 | - ![](https://img.shields.io/badge/-Fixed-red) Open link in external app instead of Stacks' window 150 | - ![](https://img.shields.io/badge/-Fixed-red) macOS notarization 151 | 152 | 153 | ### Stacks v0.2.3 2020-04-16 154 | - ![](https://img.shields.io/badge/-New-brightgreen) Stacks for Linux 155 | - ![](https://img.shields.io/badge/-New-brightgreen) Edit task button (enabled in the preferences) 156 | - ![](https://img.shields.io/badge/-New-brightgreen) Classiefied content using markdown syntax 157 | - ![](https://img.shields.io/badge/-New-brightgreen) Visually see estimates and spent time in the task card 158 | - ![](https://img.shields.io/badge/-Improved-blue) App UI on Windows 159 | - ![](https://img.shields.io/badge/-Improved-blue) Emoji window for Windows 160 | - ![](https://img.shields.io/badge/-Fixed-red) Sidebar not closing on Windows 161 | 162 | ### Stacks v0.2.2 2020-04-15 163 | - ![](https://img.shields.io/badge/-New-brightgreen) Stacks for Windows 164 | - ![](https://img.shields.io/badge/-New-brightgreen) Task context menu for quick status change 165 | - ![](https://img.shields.io/badge/-New-brightgreen) Menu items for quickly open an issue or request a feature 166 | - ![](https://img.shields.io/badge/-Improved-blue) Board Overview placeholders for missing info 167 | - ![](https://img.shields.io/badge/-Improved-blue) Toolbar icons 168 | - ![](https://img.shields.io/badge/-Fixed-red) Learn more menu item link 169 | - ![](https://img.shields.io/badge/-Fixed-red) Notarization for macOS app 170 | - ![](https://img.shields.io/badge/-Fixed-red) Archives stack theme for dark mode 171 | 172 | ### Stacks v0.2.1 2020-04-13 173 | - ![](https://img.shields.io/badge/-Fixed-red) Board Overview dark mode 174 | 175 | ### Stacks v0.2.0 2020-04-13 176 | - ![](https://img.shields.io/badge/-New-brightgreen) Added Italian translations 177 | - ![](https://img.shields.io/badge/-New-brightgreen) Board selector menu (now you can switch board with hotkeys) 178 | - ![](https://img.shields.io/badge/-Improved-blue) Inverted board delete buttons (yes/no) 179 | - ![](https://img.shields.io/badge/-Improved-blue) Inverted board duplicate buttons (yes/no) 180 | - ![](https://img.shields.io/badge/-Fixed-red) Stack not deleting 181 | - ![](https://img.shields.io/badge/-Fixed-red) Various typos 182 | 183 | ### Stacks v0.1.5 2020-04-07 184 | - ![](https://img.shields.io/badge/-New-brightgreen) Board overview with charts 185 | - ![](https://img.shields.io/badge/-New-brightgreen) Menu item to switch between board overview, calendar view (soon) and map view 186 | 187 | ### Stacks v0.1.4 2020-04-06 188 | - ![](https://img.shields.io/badge/-New-brightgreen) Stacks menu new has an "Add new task" menu item 189 | - ![](https://img.shields.io/badge/-Improved-blue) Marker Popup in map view now renders markdown text 190 | - ![](https://img.shields.io/badge/-Improved-blue) Changed sidebar show archives button icon 191 | - ![](https://img.shields.io/badge/-Fixed-red) Task dark mode for done and overdue 192 | --------------------------------------------------------------------------------