Pomatez Versions Save

Stay Focused. Take a Break.

v1.3.0

7 months ago

1.3.0 (2023-09-26)

Features ✨

  • add support for open at login in the settings tab (f57e133)
  • increase maximum focus time to 2 hours (#383) (3fc1493)

Bug Fixes 🐛

  • compact mode layout broke with 120 minutes max timer config (#393) (c8c3c66)
  • disable dragging for navigation links (#387) (a5b147f)
  • fix security issues (bcbd65f), closes #407
  • notification type selection issue in settings (04ddca1)

v1.2.3

1 year ago

1.2.3 (2023-05-03)

Bug Fixes 🐛

  • app/renderer: fix linter warnings that causes CI test build failing (26edd59)
  • Set Application Menu to Fix Mac Shortcuts (0e6d47f)

v1.2.2

1 year ago

1.2.2 (2022-12-21)

Bug Fixes 🐛

v1.2.1

1 year ago

1.2.1 (2022-12-20)

Changes to Existing Features 🔧

Miscellaneous Chores

  • this is just to try and trigger the right release version (2f6fb49)

Features ✨

  • added compact mode (#178) (c057c11)
  • allow other UI to scale to the new resizeable mode (dee69fe)
  • allow the window to be resized and app to scale (9bd0128)
  • compact mode: prevent user from resizing the window (dd69232)
  • website: update downloadable installer version (cd1b1cd)

Bug Fixes 🐛

  • app icon on mac (ce12ace)
  • app: invalid .desktop category mentioned here #127 (534db41)
  • app: try to fix issue #106 (1061494)
  • broken styles during compact mode (b142a47)
  • bump version for main package.json (was resulting in wrong release version) (c1530ce)
  • center add card element creating started (6d4ce16)
  • change help links cursor to pointer (930e79a), closes #167
  • don't close cards when clicking as its easy to lose info (8394249)
  • drag logic for logo on title bar (460090b)
  • exiting fullscreen error on linux (a08ec7a)
  • explicitly define security policy to stop electron complaining (d19fead)
  • flag extra files for version bumps (a9b2a31)
  • fullscreen break escape key issue (b4affbb)
  • lower electron version as bumping causes release build failures (dff7116)
  • lower uuid version to fix lib export issue (fd30315)
  • mac fullscreen break (42dd82d)
  • make tasks not edit when clicking contained links (7b4de89)
  • make the settings menu vertically resize (eec4ef0)
  • min size not respected when coming out of compact mode (1d3171f)
  • range slider visual bug on window resized (365fda3)
  • re-enable resizeable as it may be causing issues on ubuntu (e7befeb)
  • styling issues with compact mode + fullscreen (3cb1725)
  • task links not opening in new windows (a32807f)
  • timer task preview size (5ed1275)
  • update to electron 18 to avoid gpu issues on certain linux distros (bcd4755)
  • website: force render on client-side (#206) (fb9f111)
  • website: remove canonical link as because it's unnecessary (a4cd6ba)
  • website: remove the clean script on predeploy (065a0a6)
  • website: scrolling issues (0649dcf)
  • window randomly vanishing on mac after minimise (fbfaca9)
  • windows full screen mode issues (55344a2)

v1.1.0

3 years ago

:tada: Few Updates

  • Added portable version for Windows.
  • Fixed #119 - full screen bug for Ubuntu users.
  • Update electron version to the current released.

Please consider starring this project to show your :blue_heart: and support.

v1.0.0

3 years ago

Hello friends,

Please consider starring this project to show your :blue_heart: and support.

Your star will inspire the developer to continue improving the app for best user experience as possible.

Thank you so much! :vulcan_salute:

v3.2.0

3 years ago

:sparkles: Features

  • Smaller application installers.

:beetle: Fixes

  • Fixed initial localStorage state on app initialization.

:trumpet: Announcement

App name will be change soon to Pomatez starting on September 01, 2020 due to some reasons;

  1. Productivity Timer is a pretty generic name for an app.
  2. Due to the generic app name, it is really hard for the app website to be search on google because of its generic name.

Please redownload the app with its new name Pomatez if you want to continue getting an update.

Also, please consider starring this project to show your ? and support.

Thank you friends! ?

v3.1.0

3 years ago

:sparkles: Features

  • Added option to disable/enable voice assistance in settings tab #108.

:beetle: Fixes

  • Fixed browser window height when using custom titlebar.

:newspaper: Changes

  • Change default settings to be fit for many users.

    • Always On Top: default false.
    • Fullscreen Break: default false.
    • Strict Mode: default false.
    • Dark Theme: default system preferred.
    • Native Titlebar: only Window default true.
    • Progress Animation: default false.
    • Auto-start Work Time: default true.
    • Minimize To Tray: default false.
    • Close To Tray: default true.
    • Voice Assistance: default false.
    • Notification Property: default normal.
  • Make voice assistance and notification word minimal as possible.

v3.0.0

3 years ago

This released includes some changes with new features and bug fixes?.

✨ Features

  • Added Undo and Redo feature with Shortcut keys inside task list.

  • Added Context Menu on fields that are editable by default.

  • Added Spell Checker if there's something misspelled.

  • Added checkbox on card detail section enable to mark the card as DONE and UNDONE.

? Bug Fixes

  • Special break failed to interrupt.

? Enhancements

  • Improved timer accuracy and overall app performance.

  • Categorized shortcut keys inside the settings section.

  • Refactor tray tool-tip and context menu to be appropriate in some cases like on full-screen break.

  • Prevent user from breaking pomodoro rules by exiting while on break.

  • Update special break text-to-speech sentence.

  • Update default value useNativeTitlebar option and makes it depend on users operating system.

❄️ Changes

  • Replaced Timer Animation with Progress Animation on settings to be more appropriate.

v2.15.7-beta

3 years ago

This released includes new features and bug fixed?.

✨ Features

  • Auto-start Work Time. If enabled, the app will automatically start after the timer ends. It is useful when the user did not want to always start the timer manually from time to time.

  • Minimize to Tray. If enabled, clicking the minimize button will not minimize the app. It will be hidden and being send to Tray instead of minimizing on the Taskbar.

  • Close to Tray. If enabled, clicking the close button will not quit the app. It will be hidden and being send to Tray instead of closing and quitting the app.

  • Progress on Tray. The app will show progress animation on tray. Useful when the timer is being hidden.

? Bug Fixes

  • Fixed multiple tray icon instance on Manjaro Linux when Close To Tray Enabled and Native Titlebar Enabled.

? Enhancements

  • View Released Notes. Added option on notification to view released notes when new update is available.