aee884a586
Merge pull request 'build multi tenant' ( #1 ) from main into master
...
Reviewed-on: #1
2025-10-12 08:55:42 +00:00
1fbb202002
build multi tenant
2025-10-12 15:47:00 +07:00
Othman Suseno
460934af65
Add Windows build support and fix Windows compatibility issues- Add build-windows.ps1 PowerShell script for Windows builds- Add BUILD-WINDOWS.md documentation for Windows users - Update build.sh to include Windows AMD64 and .exe extensions- Fix util/util.go Windows path handling (use filepath instead of path)- Fix error logging format (%v instead of %w)- Support Windows AMD64, 386, and ARM64 architectures
2025-09-16 01:15:52 +07:00
Phanupong Janthapoon
0dedb1a7d9
[FIX] Misspell ( #46 )
2023-12-10 01:08:00 +06:00
Anis uddin Ahmad
8ac35a2c81
Fixed markdown syntax issue in readme
2022-01-07 22:38:02 +06:00
Anis Ahmad
df53721939
Added note about JetBrains sponsorship in Readme
2022-01-07 22:35:18 +06:00
Anis Ahmad
ca0479b28a
Some refactoring and fixing in confirmation popup implementation
...
- Restoring focus to previous (taskPane) panel after closing modal (works only when invoked with shortcut)
- `projectPane.RemoveActivateProject()` and `taskPane.ClearCompletedTasks()` do comply with `func()`. So no need to wrap within `func() {}`
- Fixed issue - Project dosen't exit with Ctrl+C once (maybe because of re-running `.Run()` in `AskYesNo()`).
- When focusing back to tasklist from task detail, re-showing projectDetail pane
2022-01-07 21:33:59 +06:00
Kuprijanov Roman
e466e2f801
Show confirmation popup for delete project and clear completed tasks ( #35 )
2022-01-07 19:01:52 +06:00
Kuprijanov Roman
e4132138ab
fix showing horizontal line rune ( #36 )
2021-12-09 11:16:31 +06:00
Kuprijanov Roman
9233c89ab6
fix golangci-lint warning ( #33 )
2021-12-03 00:38:45 +06:00
Kuprijanov Roman
21defdafdc
We give Shortcut Key to the lower case to reduce confusion. ( #32 )
2021-12-03 00:36:00 +06:00
Anis Ahmad
923f11be3e
Added flag for setting DB file path
2021-10-16 19:17:57 +06:00
Patrick Euerle
eaba2373d3
Added shortcuts '+', '-' and 'o' for date selection shortcuts, underlining for those and 'e' ( #26 )
...
* added shortcuts '+', '-' and 'o' for date selection shortcut
* underlining shortcut key for those and 'e' (Edit description)
* Moved set due date logic in separate functions
2021-10-07 14:57:55 +06:00
Anis Ahmad
0208277ce1
Prepared for release 0.1.2 -
...
- Various shortcuts added
- New dynamic list - Unscheduled
- Bug fixes
2021-03-15 12:59:20 +06:00
Anis Ahmad
c3f18968ee
Fixed issue with sudden restore of status bar message
...
It was hapening in case of new message display (statusBar.showForSeconds) within delay period.
2021-03-15 09:32:11 +06:00
Anis Ahmad
8a51d54452
Modified dynamic lists empty messages
2021-03-15 08:19:15 +06:00
Anis Ahmad
a0433a2f23
Added build arch for Mac Silicon (M1 chip)
2021-03-14 21:37:51 +06:00
Anis Ahmad
1cad2d0881
New dynamic list "Unscheduled" added. Close #18
2021-03-14 21:36:02 +06:00
Anis Ahmad
0087d6ea1f
Keyboard shortcuts for Project related actions added. Closes #13
2021-03-09 00:28:07 +06:00
Anis Ahmad
ae2dc575b1
Added Task Export (to clipboard) feature. Closes #17
2021-02-27 09:41:31 +06:00
Anis Ahmad
0d6b7080b3
Refactoring and color improvements
2021-01-18 03:32:01 +06:00
Anis Ahmad
d8677ca6d7
Fixed repeation of shortcut keys because of returning event even after executing shortcut
2021-01-15 21:32:09 +06:00
Anis Ahmad
0c09a29550
Fixed Mouse binding issue after external Editor by https://github.com/rivo/tview/issues/545
2021-01-15 11:35:06 +06:00
Anis Ahmad
1b6ae23158
Updated Dynamic lists in readme
2020-09-23 12:22:49 +06:00
Anis Ahmad
a52b5ca7da
Instruction text and screenshot updated
2020-07-11 08:11:58 +06:00
Anis Ahmad
533c28f8bc
Task rename added. Closes #3
...
- Moved title of TaskDetail panel to separate component
- Refactored indentation, formatting
- Updated status bar
2020-07-11 07:58:29 +06:00
Anis Ahmad
1508edce6f
Added dynamic lists and fixed timezone issue
...
- **Today:** Display tasks of today and overdue
- **Tomorrow:** Tasks scheduled for tomorrow
- **Upcoming:** Tasks scheduled for next 7 days
- Keep "Today" focused on starting
- Order Tasks of dynamic list by Project
- Parsing date input using local TZ - Fixes #7
2020-07-04 16:48:45 +06:00
Anis Ahmad
c1f11c3730
Added migration command t be executed after updating app version
2020-07-01 22:11:22 +06:00
Anis Ahmad
99527254b3
Added vim style keyboard shortcuts ( resolve #2 )
...
- Navigating lists with `j` and `k`
- Moving to panel (task-detail to tasks to projects) with `h`
2020-06-26 22:25:21 +06:00
Anis Ahmad
f3637b4598
Editing in external editor working - issue with Mouse
2020-06-21 04:43:43 +06:00
Anis Ahmad
b9b468ea3f
Updated lint recommendations. Simplified integer Env parsing.
2020-06-17 02:12:28 +06:00
Anis Ahmad
d62656e1b7
Handles defer error on Db closing. Updated lint recommendations.
2020-06-17 01:58:42 +06:00
Anis Ahmad
cc3ad9ae88
Resolved issue #1 (panic on creating task without project). Added more contextual hint message.
2020-06-17 01:58:41 +06:00
rex.tsou
1d11651a8e
Fix README typo ( #4 )
...
Havitica => Habitica
2020-06-15 05:28:25 +06:00
Anis Ahmad
ac9b2bf2c9
Fixed modified link to gif
2020-06-13 12:24:35 +06:00
Anis Ahmad
cf9258e019
Fixed modified link to gif
2020-06-13 12:15:24 +06:00
Anis Ahmad
6986df4358
Trying to fix logo alignment in README.md
2020-06-13 11:10:42 +06:00
Anis Ahmad
05207bdbe6
Updated readme - added logo, updated screenshot
2020-06-13 10:59:48 +06:00
Anis Ahmad
20cbdb4f8d
ProjectDetailPane modified as a Component (type)
2020-06-12 18:50:41 +06:00
Anis Ahmad
46cc0bfd18
taskDetailPane modified as a Component (type)
2020-06-12 18:20:40 +06:00
Anis Ahmad
19666900a2
taskPane modified as a Component (type)
2020-06-11 00:12:40 +06:00
Anis Ahmad
ea141f5013
Guthub markdown don't support Underline, so removed it
2020-06-09 03:51:14 +06:00
Anis Ahmad
3cc13ed445
Refactored Projects pane - changed into a type
2020-06-09 03:43:18 +06:00
Anis Ahmad
a6af1a617a
Refactored StatusBar - changed into a type, other small fixes
2020-06-08 01:05:17 +06:00
Anis Ahmad
62d04b2963
Stopped creating Project and Task with blank name
2020-06-06 12:57:29 +06:00
Anis Ahmad
032a53d1c3
type fix
2020-06-06 04:03:34 +06:00
Anis Ahmad
35f35d9697
Installation guide updated
2020-06-06 03:58:20 +06:00
Anis Ahmad
1881f395a7
Readme and screenshot update
2020-06-06 03:50:07 +06:00
Anis Ahmad
1cb95b3ce2
Prepared for first release
...
- Creating db file in home dir or DB_FILE env variable
- Updated README with usages details
- Added GIF screencast
2020-06-06 02:13:04 +06:00
Anis Ahmad
89624edcba
Organized approach to handle shortcuts based on currently focused panel
2020-05-30 13:17:20 +06:00