Skip to content

Clepsydre Stable v1.0.0

Choose a tag to compare

@jeremyrambaud jeremyrambaud released this 22 May 16:20
· 41 commits to main since this release

1.0.0 (2026-05-22)

Bug Fixes

  • added asterisk to required fields, changed placeholder text color (0a3ddd8)
  • adjust positioning of connector line in TicketRow component (5094915)
  • changed cursor for clickable elements (4620c2d)
  • changed extensions descriptions (807a836)
  • configure git to use PAT and update checkout action in semantic release workflow (d8b8c7e)
  • disable exiting save modal by clicking outside or using escape key (13ad1d2)
  • fix app with long ticket titles (modal sizing) (5c43217)
  • fix autocomplete not showing all results matching (2e09678)
  • fix case where 1h 59min and more than 30s was displaying as 1h 60m (fa3285c)
  • fix display of progression bar timeline tickets (634f139)
  • fix extension communication with app (0fafdb8)
  • fix extension name (0644689)
  • fix hover on extension buttons (c069022)
  • fix idle time end time calculation (3265caa)
  • fix idle timer end time (be358cf)
  • fix overtime not showing on estimated tasks (6d0a096)
  • fix progression bar update and added possibility to remove active ticket (3af59c2)
  • fix scrollbar style on built version (a4453e5)
  • fix update modal sizing (4389f1a)
  • fix warnings for firefox extension (f285115)
  • fixed autocomplete accessibility (8f2fc48)
  • fixed responsive of the app (f159530)
  • handle unstarted app for extension (d5a6f13)
  • keep active time after restart (061b48c)
  • keep system tray time in sync (4c28142)
  • release: add libxss-dev dependency and update args for Windows platform (3f4494b)
  • release: update GitHub CLI commands to include repository context for release dl and uploads (29608bb)
  • update cargo.lock version during semantic release (b0865e3)
  • update extension version with app version (76f9c47)
  • update extension versioning and manifest structure (b01b84c)
  • update Firefox extension manifest to include data collection permissions (3f1f124)
  • update release message format and specify Node.js and Bun versions in semantic release workflow (f0c7850)
  • update release naming and handling for beta/stable versions (cbddc4e)
  • updated icons (ae6e011)
  • when minimizing the app, remove the app icon from the task bar (3ccee71)
  • windows system tray icon in color (141a148)

Features

  • add functionality to fetch and display today's logged hours for selected issue in ActiveTicketSection (5d561ee)
  • add new icons for Clepsydre (7f72141)
  • added changelog in update dialog (f5d1250)
  • added Chrome and Firefox browser extensions (20ea883)
  • added experimental feature to search by comment (c9de4bd)
  • added extensions links to the settings app (6fed98a)
  • added real logo to the app (9f322e3)
  • added the ability to get the previous comment when starting a task (e5c6e6e)
  • added the possibility to change the ticket of an entry (b394f6d)
  • added tooltip to all buttons without labels (e05dbdc)
  • added translations (1b4d2e4)
  • App base (8abbf8a)
  • App update (37d7d26)
  • auto check updates (6ce4d67)
  • changed reset icon and added confirm (5d25ef7)
  • Idle time detection (9bdffa0)
  • implement semantic release and commit linting setup (17ad6ff)
  • integrate autostart functionality and enhance tray icon behavior (b1775f1)
  • manual mode (33982e1)
  • only allow a single instance (3fe7869)
  • reorganized settings (5df02ac)
  • show active ticket in timeline (ca6846a)
  • show comment under ticket label in timeline view (832d93b)
  • show total time elapsed on a ticket (2287c06)
  • Time tracking with search, timeline and time edition (88dd3dd)
  • update GITHUB_TOKEN to use SEMANTIC_RELEASE_PAT in semantic release workflow (e958683)