Home
Changelog
GitHub
Changelog
All notable changes to this project documented here. We follow
Semantic Versioning
.
Unreleased
In Development
Chores
•
bump version to %s
50b18c1
•
remove unused file
6935ba5
•
run deploy after release
3fb3939
v1.11.4
2025-12-23
Features
•
create gh-pages directory for GitHub Pages deployment
4650b80
Bug Fixes
•
set correct directory for gh pages
27e72d6
Code Refactoring
•
update embed-changelog.js to use gh-pages directory
60e1c62
Chores
•
update changelog
3d1f6bf
•
bump version to %s
199d4cc
•
fix package.json
7cc6db5
•
rename gh-pages directory
54d44b4
•
remove predeploy script
2c4da2b
•
regenerate changelog
3cd98e1
•
update changelog
fee23ca
•
update deployment scripts to use gh-pages directory
12f8b47
•
add changelog script
126bee2
•
update changelog
e7efd7a
v1.11.3
2025-12-23
Chores
•
bump version to %s
a3b7e09
•
add footer with version number
af5fc66
v1.11.2
2025-12-22
Features
•
enable AI features and copy across all editors
9e971ad
•
add copy button and summarization to rich text editor
b81ce7f
•
add text summary UI components
d7d1818
•
add text summarization React hook
8ab742a
•
add text summarization AI usecase
bd0a0b0
•
integrate text correction AI into rich text editor
b3be031
•
add text correction AI usecase and hook
377a96c
•
implement GitHub-style diff viewer for text corrections
6b5cd88
Chores
•
bump version to %s
431ccea
•
format RelatedItemPreviewCard with prettier
485b427
•
fix some issues with height
5647dfe
•
update EventDetail formatting
16f72e9
•
add diff, turndown, marked and types dependencies
521f351
v1.11.1
2025-12-22
Features
•
enhance CreateEventModal with template and default title
bb303f5
•
integrate dynamic event types in event components
69c4b97
•
migrate event type system to dynamic types
fac7373
•
add pressed state to ThemeIconButton
8078801
•
update ThemeTable to support ReactNode in cells
b5cb8fa
•
complete Task 12.0 - integrate settings modal into Projects Overview Page
d1c3681
•
complete Tasks 7-11 - UI components for event types and tag management
400a837
•
build project settings modal with tabbed interface
78d3bdc
•
create hooks for settings and tag management
23ebbb9
•
extend tags API with rename and delete operations
0f50c0b
•
add Supabase API functions for project settings management
7de4222
•
add API models for project settings and tag management
b3ba485
•
add database schema for project settings
bc3f70a
Code Refactoring
•
update supabase types and event type form
981120f
•
simplify event types UI
db7a124
•
simplify event type operations
ae1cecf
•
unify event types system
056bebf
•
use table layout for event types display
0b248b8
•
convert settings modal to dedicated page
2c7426b
•
remove verbose comments from model files
fd86f22
Chores
•
bump version to %s
c8709dd
v1.11.0
2025-12-21
Features
•
add tag filtering to Events, Insights, and Notes
b375533
•
build reusable tag UI components
a4f0798
•
implement custom hooks for tag functionality
c00f383
•
implement Command Dashboard (CMD+.) - Quick Access Focus View
52fdf03
•
add project archiving with collapsible pin/unpin sections
e09b0d6
•
implement command dashboard modal with sections
4390c4e
•
implement horizontal calendar view with infinite scroll
fae6a7c
•
implement command dashboard store with calendar filters
226ae5c
•
add project archiving database schema and API layer
3507fb7
•
add project archiving functionality with pin/unpin sections
258a9ed
Bug Fixes
•
remove task persistence to prevent localStorage quota exceeded
6e4342d
•
resolve infinite loop issues in multiple components
6e6cb8d
Code Refactoring
•
convert TagFilter trigger to icon button
11a718e
Styles
•
add small prop to SearchBar in tab filters
ad81e58
Chores
•
bump version to %s
7e18a5d
•
add directive to switch to feature breanch
9a31c53
•
add typecheck command
619fbcd
•
add source to tenders
77d9e22
v1.10.7
2025-09-25
Chores
•
bump version to %s
cc58cac
•
support code blocks in richt text
25a3770
v1.10.6
2025-09-22
Features
•
implement consolidated tender AI extraction edge function
46a21ea
•
implement improved tender AI extraction workflow with notifications
7954a5f
•
implement comprehensive notification system with real-time updates and user preferences
298a81e
•
implement complete notification UI with bell, dropdown, settings, and debug interface
a59c0ee
•
add notification state management with MobX store and hooks
bd39566
•
add database schema and API infrastructure for notifications
ab7f6f0
Bug Fixes
•
edge function now runs to completion before returning response
8e5781f
•
add initialPageParam to infinite query for TanStack Query v5 compatibility
8037b2b
•
refactor notification system to use hooks and add deletion confirmation
c38d12e
•
resolve TypeScript and component prop issues for notification system
e391824
Code Refactoring
•
remove unused code
248ab95
Chores
•
bump version to %s
b8e9165
•
use enhanced attachment section in tenders
6f49e13
•
allow downloading all attachments as zip
6936455
•
fix paddings
6d97bb5
•
add title to various theme components
5b37e02
•
add created at to meta section
1375821
•
consolidate tender AI extraction workflow with single edge function and ensure complete processing
ca6bc8b
•
some minor improvements
09c74ed
•
add missing files
fbea352
•
change icon in tender ai create
fc3657f
•
some changes to the notification stuff
51182eb
v1.10.5
2025-09-14
Code Refactoring
•
minor refactoring
c69e842
Chores
•
bump version to %s
e22da8e
•
make conversation starters collapsible
e3f27f7
•
add comments field to tenders
5144bbe
•
allow tender attachments up to 50mb
c0b4dc1
v1.10.4
2025-09-13
Features
•
implement project-level attachments with unified view
e2651c0
•
implement project-level attachments with unified view, enhanced management, and component architecture improvements
cef07fb
•
enhance project attachments with improved UX and component refactoring
40c2d78
•
implement project-level attachments with unified view
ec09aa5
Bug Fixes
•
properly delete attachments based on source
f6fdf73
•
clean up unused imports and add debugging for attachments issue
a3c6b7e
•
replace custom components with theme components and improve UX
be0c391
Code Refactoring
•
minor refactrings and improvements
d46f49b
Chores
•
bump version to %s
4d9ba5a
•
opt for attachment list only
8c7cc5a
•
properly load new user settings properties
991a45a
•
resolve merge conflicts
b355d49
•
some minor changes
9362665
•
regenerate supabase types after running migration
487e58a
v1.10.3
2025-09-13
Features
•
replace project select with ThemeProjectDropdown in TaskModal
f9a8665
•
create ThemeProjectDropdown component with search and custom layout
369c899
•
add confirmation dialog to image remove button
b7b1454
Bug Fixes
•
remove overflow hidden and apply border-radius directly to child elements
cbfde6b
Chores
•
bump version to %s
317f720
•
add new project dropdown to task modal meta section
7f25123
•
some minor improvements
74a18eb
•
remove project logo from pined projects in dashboard
e085501
v1.10.2
2025-09-12
Features
•
add rounded-rect display mode to ThemeImageUpload for command palette
351a691
•
replace directory icons with project logos in command palette
a981f51
•
add project initials fallback for logo display
2c1f900
•
add performance and security enhancements to image upload
de2e217
•
add logo upload to NewProjectModal
310c906
•
implement project logo functionality
0b8aa4b
•
add database schema support for project logos
0ca16bf
Bug Fixes
•
strip html from description in command palette
0873450
Code Refactoring
•
move logo methods from useProjects hook to ProjectStore
c889d5b
•
replace profile image component with ThemeImageUpload
5548f68
Chores
•
bump version to %s
0992ec3
•
optimize size of initials
e0c942e
•
optimize
fc7a4f4
•
add reusable image upload component and methods for crud-ing project logo
f929207
•
show character count for description in projects overview
a50a76d
v1.10.1
2025-09-09
Features
•
implement comprehensive note taker feature with AI extraction and relationship linking
18899aa
•
implement reusable components and query parameter navigation system
85dff17
•
implement comprehensive feedback fixes for note relationships system
e01f9d0
•
implement note relationships linking system
77eec69
•
add notes to command palette and create relationship schema
1c9f1e1
•
add AI extraction functionality for notes
fa6ef30
•
implement basic notes functionality with CRUD operations
1958858
•
implement CMD+K command palette with fuzzy search and quick actions
82251bd
•
implement major command palette improvements based on feedback
94e68d3
•
enhance command palette with debouncing and improved error handling
c99db89
•
implement CMD+K command palette with fuzzy search and quick actions
4899ac4
•
add comprehensive GitHub Copilot instructions and fix TypeScript errors
c066693
•
add conversation starters to tender AI chat
890d08d
Chores
•
bump version to %s
874edb3
•
add character count flag to theme rich text
9f83dee
•
set default title for notes
dbde98b
•
correctly set notes on CRUD in detail
4ad9878
•
do not bloat history on tab change
72132a9
•
fix selection logic
2f70f93
•
resolve merge conflicts
17fe92a
•
some changes
429b473
•
add comprehensive GitHub Copilot instructions and fix TypeScript compilation errors
cc84237
•
clean up temporary backup file
7132dfa
•
add copy to clipboard button for ai chat messages
14e951a
v1.10.0
2025-08-31
Features
•
add pdf generation of tender (wip)
bfeba3a
•
implement extraction of tender data from chat
60af855
•
implement modular chat list and conversation components
ce1e4e1
•
implement tender chat interface UI component
a1ea451
•
implement tender chat management hooks
adc7fb6
•
integrate tender chats with eager loading
5764005
•
enhance AI chat completion endpoint with vector store support
222f8f2
•
implement AI integration and vector store management
8e06aeb
•
implement AI-powered tender creation infrastructure
e85af4c
Bug Fixes
•
correctly set session for generate tender pdf
d073410
•
disable debounce for login mask
188af56
•
resolve chat synchronization issue between database and IndexedDB
690a19d
•
add logging to investigate chat sync issue
5b46b74
•
resolve chat interface UI layout and usability issues
e3b2bbc
•
resolve TypeScript compilation errors in chat interface
9fa6cf0
•
resolve TypeScript compilation errors in chat implementation
7fe9ca4
•
resolve OpenAI browser security issue and enhance file management
0dca8a4
Code Refactoring
•
store tenders in indexdb
ebe5e48
Chores
•
bump version to %s
dcd06e2
•
create directory for email templates
538db12
•
implement initial password flow
077e31e
•
add language chooser
a8ae7ee
•
further optimizations
ffb6585
•
correctly set chat title after message
050e9c3
•
further simplify tender management
c9353cd
•
add a model chooser
bd2cc51
•
correctly show chat tab based on existence of attachments
605f723
•
add chat message bubbles
a2adaac
•
optimize styles
243c53c
•
add filter section to tende overview
5aa032d
•
some smaller updates
4a2f058
•
finialize tender ai extraction
b71aeaf
•
finalize tech stack tab
6524cf3
•
refactor submission view
8b6b78b
•
add attachments tab
42cc890
•
make status badge editable
32883f5
•
make basic information editable
c819620
•
move deadlines into overview tab and some visual overhaul
20ac438
•
minor changes
de4ab33
•
finalize tenders overview page
6ee21fb
•
add tender over view page and tender detail page stubs
f6c8241
•
add basic tender models and CRUD functions
40d38f2
•
add prd workflow files
37cdd4f
v1.9.1
2025-07-24
Chores
•
bump version to %s
7711441
•
add supabase migrations
2a5d50b
•
add attachments to events
5feaec1
v1.9.0
2025-02-09
Features
•
finalize goal implementation
28acba3
Code Refactoring
•
extract cell component
14f5938
Chores
•
bump version to %s
834f509
•
allow users to create goals
fdb381c
•
add basic goal models and api
9e8a472
•
add yearly habit view
37b687b
•
add monthly tracker view
917d778
•
implement basic habit tracker with weekly view
54415d8
•
correctly handle user input when extracting information
5d8f377
•
improve ai modal handling for event information extraction
b49304f
v1.8.2
2025-02-01
Chores
•
bump version to %s
1c608ca
•
show currently active index in theme switch
9672c65
•
add deadlines to weekly and monthly calendar
f99ca48
v1.8.1
2025-02-01
Features
•
add option to rename project
41733e0
Bug Fixes
•
minor bug fixes
67f2f47
Chores
•
bump version to %s
2713db8
•
more minor improvements
8f11c08
•
visual improvements
f9f0ddb
•
add more information to project card
f625916
•
add and hide footer
a7be64b
v1.8.0
2025-01-31
Features
•
implement project pins
a193a62
•
show done tasks based on user settings in calendar view
c6674f0
Bug Fixes
•
fmake taskboard 3 columsn again
e898397
Chores
•
bump version to %s
8f208da
•
introduce a predicate based abstraction layer and add tests
06affee
•
ensure even distribution for grids
16f0556
•
ad dnew field for showing done tasks in calendar and fix bug
193b48c
•
set resolved date to tasks when completing them
d36b985
•
show better loading animation during hydration
a9b8eec
•
inject current date into system prompt
16edda3
v1.7.0
2025-01-19
Features
•
**projects:** add events tab to project detail view
5e5e400
Bug Fixes
•
fix issue, where value for occured at was not set in ui
8ba8e08
Code Refactoring
•
optimize file structure
d9a1761
Chores
•
fix import
3fe915b
•
bump version to %s
1210aa5
•
actually create th entities
56bf4e4
•
add member section to extract information from event ai dialog
bbbe1d9
•
add tasks section to extract information from event ai dialog
27ae512
•
add insight section to extract information from event ai dialog
72e6862
•
add link section to extract information from event ai dialog
4ff1186
•
add usecase for extracting entities from event
a1f7991
•
add timeline but disable it for now
052847b
•
add type and occurence date
463ed68
•
add some boilerplate for event implementation
7201f75
v1.6.2
2025-01-12
Chores
•
bump version to %s
dff34fa
•
add open tasks to project detail view
edcd7b4
v1.6.1
2025-01-11
Chores
•
bump version to %s
13aa841
•
make color editable from projects detail page
4c3ca5b
•
add color picker to create project modal and link to project in taskmodal
10e3d1b
•
show unsaved changes in taskmodal
aab18f7
v1.6.0
2025-01-11
Features
•
make upcoming period in days configurable
c442e1d
•
add quickfilters
f9da8d8
•
att project insights
04545fa
•
use badges in project header
406ad84
•
add project member section to projects detail
9b86ff6
•
add upcoming and open tasks without due date to daily view
b04e620
Bug Fixes
•
fix more react issues
400ccf2
•
fix react errors and warnings
368f652
•
fix issue where user could not open task card in monthly calendar
93feb58
Code Refactoring
•
rename buttonType to variant in IconThemeButton
f08014b
•
replace toolbar buttons
9cf72de
•
add tertiary button
3058138
•
improve some prompts and refactor ai setup
a843884
•
introduce theme modal and useModal hook
0cedd8a
•
move rich text editor to theme components
752b847
•
extract badges to dedicated components
c2faf47
Chores
•
bump version to %s
c21700b
•
show indictor when quickfilter is active
4a80837
•
add apply button that does not close taskmodal
944b3b1
•
minor changes
7a4baaa
•
improve project card display
539bd07
•
add missing files
67b8999
•
add links to projects and implement empty view
ce48c0c
•
add new datatypes and update existing ones
b3125be
v1.5.0
2025-01-01
Features
•
sync some user settings with supabase
b60dcb4
•
add sophisticated toast styling with dedicated error and success designs
e2520ac
•
add sophisticated toast styling with dedicated error and success designs
824b9c7
•
add daily calendar view
0d1033f
•
add monthly calendar view
5897031
•
add basic weekly calendar layout
2f7b83b
Bug Fixes
•
do not set loading to true in auth store
40fc406
Code Refactoring
•
enforce queryclient everywhere
93ea24b
•
rework api structure
ba179d9
•
extract router and 404
6a273c5
•
optimize layout
348d86b
•
rename toolbar and remove list view
5449d4e
•
extract some of the components to theme components
1f0b518
Chores
•
bump version to %s
30ad661
•
add working hours as settings item
38bddb1
•
add dedicated color to urgent tasks
a291098
•
introduce accent color and highlight today in weekly calendar
7f7677e
•
implement basic calendar view
a5fc93b
v1.4.0
2024-12-30
Features
•
**profile:** update profile page with notion-like design and auto-save
87f3ff8
•
add profile menu and remove header signout
403464e
•
implement profile API and update UI
0056567
•
implement global toolbar with new logo and navigation
f6eaebc
•
add TaskBreakdown components for AI task management
39866f2
•
enhance AIDialog with collapsible reasoning section
4a577ec
•
add Portal component for improved tooltip positioning
3d79c07
•
add status dropdown to subtask badges with immediate updates
a6d978d
•
add supabase storage management and improve image gallery
8654ccd
•
show child items of a task always in the correct order
e85d267
•
add subtasks as dedicated items to parent task in boar view
cbfcd12
•
allow users to delete tassk
7ea72bb
•
allow users to add subtasks to task
1591687
•
correctly display parent and allow user to navigate tasks
5b714dd
•
add project filter negation with toggle
145cfb0
•
add task creation with batch mode
4eaf996
•
add estimated time field to tasks
2a0665a
•
add rich text editor with line-clamped display
39d9a88
Bug Fixes
•
fix some styling issues due to refactoring
1375d55
•
remove debug view that seems to break the app
b971865
•
fix issues where parent or order was nullified on update
a77965b
•
streamline loading and storing projects
206f7a8
Code Refactoring
•
extract styling from components
d085ac0
•
extract testimonial data into separate file
97b8aa3
•
integrate AI task breakdown into TaskModal
cdda0de
•
extract task column to separate component
d115fed
•
split up taskmodal
f6f0355
Chores
•
improve version scripts
59a35e5
•
remove title
c733e44
•
add commitlint and husky for commit message validation
1cf2c0a
•
update supabase types
8a5a29e
•
force output of AI to german language
279a3f0
•
increase width of tooltip
c60abf9
•
implement ai usecase strategy and add task breakdown as usecase
196ee0d
•
add api client to implement ai completion edge function in webfrontend
4f51684
•
add edge function setup anc create function for ai completion
523774d
•
correctly handle attachment management
45aa828
•
fix more visual styling in subtasks
978640c
•
minor ux improvements
731def5
•
make done subtasks more noticable
bd8306c
•
fix some styling in subtasks
33ebcba
•
push to develop after release
ebdd224
•
update logo, page title and add favicon2
2c96d87
•
properly load children and parents and show parent in taskmodal
b95ea7e
•
load tasks including parent
1e2447e
•
minor visual improvements
bd1910e
•
update supabase types
96a25d2
•
install package for WYSIWYG editor
e16ddfc
•
fix some styling to look more notion like
e967aa8
•
update script
9747f98
•
add scripts to update ersion
ec08e7a
•
fix script
b84db4d
v1.0.2
2024-12-23
Features
•
add git flow release script
d40be5e
•
enhance task modal with project selection and metadata icons
67d27ad
•
add task edit modal with notion-like design
746f5e1
•
integrate supabase api for tasks and projects
27d39d2
•
add login in order to protected content
b8bc85d
•
add button to reset searchbar quickly
01e4997
•
add project filter with multi-select support
eb661c6
•
add toast notifications for task completion
17e6a2d
•
add task completion functionality to card and list views
8c14d12
•
add persistent user settings with done column toggle
d5a30e4
•
redesign task card with notion-like ui
f30d09c
•
add task search functionality with debounce
8e95b1a
•
add notion-like header with search and view toggle
55bb64d
•
add task complete endpoint
b2b5d07
•
add projects api endpoint
58f042b
•
**store:** implement task persistence with mobx-persist-store
d0fa51a
•
**frontend:** integrate task api with board and card components
a3f3ca6
•
**api:** implement task api integration with mobx and tanstack query
d9633d7
•
**task:** add task movement and deletion functionality
8f3f3e4
•
**board:** implement task state management and list rendering
97af606
•
**task:** add basic task card component
626611a
•
**board:** add task creation button
6f83434
•
**core:** add basic app structure with layout
3ee10fb
Bug Fixes
•
improve task board drag and drop with better scroll handling
c8db6df
•
use hydrated user settings store for task sorting
c91dc6c
•
bix a bug where faulty tasks break search function
bc6fa33
•
**api:** update components to handle correct task data structure
d5648f0
•
**api:** update api key header and remove unused store reference
b4d73b2
Code Refactoring
•
improve store hydration and component integration
e282690
•
complete typescript migration with index.tsx
19da1b7
•
convert project to typescript
8405018
Documentation
•
update readme with project overview and setup instructions
9cef7be
•
update changelog with js files removal
39549e4
•
add project documentation and gitignore
60d4fc8
Styles
•
update login page with notion-like design
172d30c
•
improve list view layout and metadata display
9efec11
Chores
•
add script for making releases easier
4f31349
•
add missing files
b867ce2
•
update tasks tatus in backend when dragging card
51f2391
•
remove strict mode
92d8ceb
•
add missing supabase types
072cd7c
•
reduce some row gaps
f5f7d49
•
downgrade to react18
da34fa6
•
commit missing changes
19f326f
•
add react toast lubrary
855c4d8
•
some changes
542f873
•
add column item count to header
3747c8c
•
fix some styling
10499a9
•
fix store setup
1f19bb3
•
allow decorators
88de4ce
•
add buildship api spec and update project configuration
1791235
•
remove javascript files
2e8f69a
•
remove javascript files after typescript conversion
d28f41f