poignatov
b57b0bc901
Изменить логику выставления next_show_at: для repetition_period - сегодняшняя дата, для repetition_date - следующая подходящая дата
Build and Push Docker Image / build-and-push (push) Successful in 57s
2026-01-09 13:36:10 +03:00
Play Life Bot
60a6f4deb4
feat: improved navigation and unified close buttons - version 3.5.0
Build and Push Docker Image / build-and-push (push) Successful in 47s
2026-01-08 00:02:06 +03:00
poignatov
b1cfea22e6
Bump version to 3.4.2: improve date comparison in TaskList and enhance CI notifications
Build and Push Docker Image / build-and-push (push) Successful in 33s
2026-01-07 15:43:20 +03:00
poignatov
2f16876185
Bump version to 3.4.1 and add version logging on startup
Build and Push Docker Image / build-and-push (push) Successful in 44s
2026-01-07 15:31:40 +03:00
poignatov
b9133f60dc
Bump version to 3.4.0 and add Telegram notifications to CI
Build and Push Docker Image / build-and-push (push) Successful in 36s
2026-01-07 15:06:58 +03:00
poignatov
db74626068
Fix regex panic in task completion (v3.3.1)
...
Build and Push Docker Image / build-and-push (push) Successful in 41s
- Replace unsupported lookahead regex with manual string replacement
- Fix 502 error when completing tasks
- Update version to 3.3.1
2026-01-06 16:50:11 +03:00
poignatov
b41f6e7cdc
Add repetition_date support for tasks (v3.3.0)
...
Build and Push Docker Image / build-and-push (push) Successful in 42s
- Add repetition_date field to tasks table (migration 018)
- Support pattern-based repetition: day of week, day of month, specific date
- Add 'Через'/'Каждое' mode selector in task form
- Auto-calculate next_show_at from repetition_date on create/complete
- Show calculated next date in postpone dialog for repetition_date tasks
- Update version to 3.3.0
2026-01-06 16:41:54 +03:00
poignatov
508355dcb3
feat: добавлена функциональность откладывания задач (next_show_at)
Build and Push Docker Image / build-and-push (push) Successful in 41s
2026-01-06 15:56:52 +03:00
poignatov
1da35aaea4
fix: исправлен отступ между словами в списке перед и после теста
Build and Push Docker Image / build-and-push (push) Successful in 27s
2026-01-06 15:31:43 +03:00
poignatov
d9db42a598
v3.1.4: Улучшено равномерное распределение карточек в тесте
...
Build and Push Docker Image / build-and-push (push) Successful in 28s
- Добавлен учёт текущей карточки при перераспределении (не показывается следующей)
- Исправлен алгоритм равномерного распределения для предотвращения подряд идущих одинаковых карточек
- Исправлен правый счётчик: показывает текущий размер пула + показанные карточки (не больше maxCards)
2026-01-06 15:30:30 +03:00
poignatov
28a45ab81e
fix: использовать приоритет только из weekly_goals, без fallback на projects.priority (v3.1.3)
Build and Push Docker Image / build-and-push (push) Successful in 40s
2026-01-06 15:09:58 +03:00
poignatov
9e5790f70e
fix: очистка формы после добавления задачи (v3.1.2)
Build and Push Docker Image / build-and-push (push) Successful in 28s
2026-01-06 15:02:55 +03:00
poignatov
7df258da15
feat: добавлена поддержка шаблонов $0 и \$0 для наград в задачах (v3.1.1)
Build and Push Docker Image / build-and-push (push) Successful in 44s
2026-01-06 15:00:42 +03:00
poignatov
0ea531889d
v3.1.0: Оптимизация загрузки списка задач - все данные в одном запросе, добавлены индикаторы подзадач и прогрессии
Build and Push Docker Image / build-and-push (push) Successful in 40s
2026-01-06 14:54:37 +03:00
poignatov
28d8148665
fix: убрать текст 'Выполнение...' из кнопки выполнения задачи с длительностью
Build and Push Docker Image / build-and-push (push) Successful in 29s
2026-01-06 14:38:16 +03:00
poignatov
a7bc912db3
v3.0.0: Добавлен обратный поворот карточки в тесте по клику
Build and Push Docker Image / build-and-push (push) Successful in 28s
2026-01-06 14:34:28 +03:00
poignatov
647c549ec9
feat: добавлен раздел 'Бесконечные' для задач с периодичностью 0
Build and Push Docker Image / build-and-push (push) Successful in 45s
2026-01-06 14:31:00 +03:00
poignatov
a6065d7ff1
fix: исправлен импорт TaskForm с явным расширением .jsx, версия 2.9.1
Build and Push Docker Image / build-and-push (push) Successful in 39s
2026-01-04 19:42:29 +03:00
poignatov
79430ba7f0
v2.9.0: Улучшения экрана списка задач - оптимизация загрузки, toast уведомления, исправление центрирования
Build and Push Docker Image / build-and-push (push) Failing after 44s
2026-01-04 19:37:59 +03:00
poignatov
6d7d59d2ae
Add init/run scripts and Cursor/VSCode configurations
...
Build and Push Docker Image / build-and-push (push) Successful in 6s
- Add init.sh: initializes app with Docker, creates prod backup, restores to local DB
- Add run.sh: restarts all containers
- Update restore-db.sh: auto-selects latest dump, terminates active connections before restore
- Add .cursor/commands.json: Cursor commands (init, run, backupFromProd, restoreToLocal)
- Add .vscode/tasks.json: VSCode tasks for running scripts
- Add .vscode/launch.json: launch configurations for restarting server
- Remove play-life-backend/env.example (unified .env in root)
2026-01-03 17:08:42 +03:00
poignatov
2b9a024d3e
fix: исправлен расчет общего процента выполнения в ежедневном отчете и унифицирована логика
Build and Push Docker Image / build-and-push (push) Successful in 46s
2026-01-03 16:13:28 +03:00
Play Life Bot
4767f5975c
Revert add dictionary button color to black (v2.8.5)
Build and Push Docker Image / build-and-push (push) Successful in 11s
2026-01-02 18:27:25 +03:00
Play Life Bot
bacb605a0c
Change add dictionary button color to white (v2.8.4)
Build and Push Docker Image / build-and-push (push) Successful in 24s
2026-01-02 18:24:39 +03:00
Play Life Bot
3bdad682b3
Improve scroll handling in project priorities list (v2.8.3)
Build and Push Docker Image / build-and-push (push) Successful in 22s
2026-01-02 18:11:57 +03:00
Play Life Bot
01e8b3468c
Fix scroll calculation for project priorities list (v2.8.2)
Build and Push Docker Image / build-and-push (push) Successful in 22s
2026-01-02 18:05:02 +03:00
Play Life Bot
ac34f480be
Fix scroll issue in project priorities list (v2.8.1)
Build and Push Docker Image / build-and-push (push) Successful in 23s
2026-01-02 17:52:54 +03:00
Play Life Bot
27befeb92b
Refactor group 2 word selection: use (failure+1)/(success+1) ratio, bump version to 2.8.0
Build and Push Docker Image / build-and-push (push) Successful in 35s
2026-01-02 16:50:40 +03:00
Play Life Bot
9e50a718d8
chore: bump version to 2.7.4
Build and Push Docker Image / build-and-push (push) Successful in 22s
2026-01-02 16:41:20 +03:00
Play Life Bot
08c5422d35
fix: отображение блока процента выполнения даже при отсутствии проектов (v2.7.3)
Build and Push Docker Image / build-and-push (push) Successful in 6s
2026-01-02 16:30:08 +03:00
Play Life Bot
bf539c6e91
Fix: Improve auth persistence on container restart - distinguish network errors from auth errors (v2.7.3)
Build and Push Docker Image / build-and-push (push) Successful in 21s
2026-01-02 16:19:54 +03:00
Play Life Bot
2326a774ad
Fix: Prevent auth state loss on container restart (v2.7.2)
Build and Push Docker Image / build-and-push (push) Successful in 21s
2026-01-02 16:15:42 +03:00
Play Life Bot
1cfaaa9506
chore: bump version to 2.7.1
Build and Push Docker Image / build-and-push (push) Successful in 19s
2026-01-02 16:11:48 +03:00
Play Life Bot
ecc61c2a5f
fix: add project/create endpoint to nginx config
Build and Push Docker Image / build-and-push (push) Successful in 6s
2026-01-02 16:11:35 +03:00
Play Life Bot
a5ce0de236
feat: добавлена возможность создания проектов через UI - версия 2.7.0
Build and Push Docker Image / build-and-push (push) Successful in 38s
2026-01-02 16:09:16 +03:00
Play Life Bot
ccb365c95c
Remove integration icons from profile list
Build and Push Docker Image / build-and-push (push) Successful in 28s
2026-01-02 16:08:32 +03:00
Play Life Bot
1b2c79a8f2
Fix profile layout: align list items and add integration icons
Build and Push Docker Image / build-and-push (push) Successful in 30s
2026-01-02 16:04:22 +03:00
Play Life Bot
d012f39be8
feat: увеличить время жизни access token до 24 часов, сделать refresh token бессрочным
Build and Push Docker Image / build-and-push (push) Successful in 33s
2026-01-02 16:00:54 +03:00
Play Life Bot
8b66e5fd6e
Remove emoji from logout button (v2.4.1)
Build and Push Docker Image / build-and-push (push) Successful in 21s
2026-01-02 15:59:24 +03:00
Play Life Bot
4ca6eb4fd5
Remove emojis from integrations list in profile (v2.4.0)
Build and Push Docker Image / build-and-push (push) Successful in 20s
2026-01-02 15:55:56 +03:00
Play Life Bot
3a256dc290
Remove Floor from priority 0 calculation formula, bump version to 2.3.0
Build and Push Docker Image / build-and-push (push) Successful in 33s
2026-01-02 15:52:15 +03:00
Play Life Bot
38f640e38e
chore: bump version to 2.2.5
Build and Push Docker Image / build-and-push (push) Successful in 33s
2026-01-02 15:46:49 +03:00
Play Life Bot
8f7acee60c
fix: handle string ID in Todoist user info response
Build and Push Docker Image / build-and-push (push) Successful in 6s
2026-01-02 15:46:20 +03:00
Play Life Bot
bcea4b2bf5
fix: improve Todoist user info API call with better logging and error handling
Build and Push Docker Image / build-and-push (push) Successful in 6s
2026-01-02 15:45:54 +03:00
Play Life Bot
bd6dfd968c
chore: bump version to 2.2.4
Build and Push Docker Image / build-and-push (push) Successful in 33s
2026-01-02 15:43:28 +03:00
Play Life Bot
7547058507
fix: use App.jwtSecret instead of env for OAuth state token
Build and Push Docker Image / build-and-push (push) Successful in 6s
2026-01-02 15:42:59 +03:00
Play Life Bot
53e3f23422
chore: bump version to 2.2.3
Build and Push Docker Image / build-and-push (push) Successful in 41s
2026-01-02 15:40:34 +03:00
Play Life Bot
713f6020f6
fix: use authFetch for Todoist OAuth connect to send auth header
Build and Push Docker Image / build-and-push (push) Successful in 6s
2026-01-02 15:40:06 +03:00
Play Life Bot
72002a2b4f
chore: bump version to 2.2.2
Build and Push Docker Image / build-and-push (push) Successful in 32s
2026-01-02 15:37:56 +03:00
Play Life Bot
bc73160e1a
fix: remove duplicate code in todoistWebhookHandler
Build and Push Docker Image / build-and-push (push) Successful in 6s
2026-01-02 15:37:40 +03:00
Play Life Bot
9206b73b33
chore: bump version to 2.2.1
Build and Push Docker Image / build-and-push (push) Failing after 27s
2026-01-02 15:36:06 +03:00