Releases: cdrani/waterlogged
Releases · cdrani/waterlogged
v1.0.0
1.0.0 (2024-10-03)
Bug Fixes
- add default empty function for Tank props (971b522)
- add missing amount property to settings struct (ed4f80f)
- add missing types for settings input handler (f364c06)
- add missing types in App component (f092649)
- add missing types to modal* (e4287cb)
- add missing types to Nav & update styles (b2687c9)
- alarm audio playback in web (8b3fb92)
- app layout + positioning (f89a66f)
- attempt offline first pwa (9e3f40a)
- conditional check for enabled key in store (4d296f3)
- disconnect port on unmount (649a3df)
- display celebration on log goal reached (17ae7f9)
- dynamic import of dexie import/export modules (893be8a)
- end celebration on Congratulation close (0b73222)
- ensure app always has a log for current day (26f06ee)
- ensure callback called on settings update (80f4f99)
- ensure celebration ends on complete view close (534637a)
- ensure celebration occurs on canParty (7c4727e)
- ensure daily log set on connect (b2c391b)
- ensure footer is centered with main view (40b0026)
- ensure footer not affected by PopUp (10a1b64)
- ensure Graph tooltip is in sync with log (33ddc53)
- ensure log amount value is always an integer (c83a600)
- ensure notification logAmount updates total (df128ed)
- ensure Settings service can create settings data (eba3c4e)
- ensure touch & mouse events do not conflict (9a7f77d)
- ensure window access works in site (ca9c42b)
- enusure tooltip displayed above Cell (83607cc)
- formatDate to show correct date on tooltip (4d5f3b2)
- lock node engine to 20.x for builds (22b1c6f)
- misc ui changes across packages (95b1de5)
- mispell in licensing text (8685214)
- mispell of onSettingsUpdate function (19149f6)
- Modal on top layer + bg blurred (b802743)
- modal overlay not above all ui + blurred (0b814f1)
- move vercel insights & analytics (5ea5b80)
- only show welcome & set default data on install (743944c)
- pass key as string to Buffer (59ba0c7)
- prevent event bubbling on log intake (0f8b83e)
- remove empty wrapper around Default view (1726940)
- remove unused Tank component in site (945d1f7)
- remove user_id field from db tables (ca8af88)
- rename Timer field to interval (dcbff5c)
- resort intakes on time value edit (7d899df)
- save settings fields of type number saved as number (99f0a31)
- set date key in store if not found (82bbc2a)
- set default for manualUpdate for non apps (705d2f5)
- set fixed height for popup ui (0fc8e5a)
- set ssr false for logs route (50158ac)
- set vite server config for extension (3244645)
- set vite server config on dev (898b13f)
- settings update causing logs reset (6b53db4)
- show complete modal when user meets goal (ee28ba7)
- show LogsView only on dexie connect (97bb250)
- show welcome on install; start with keepAlive (5571283)
- site: set payments route prerender to false (db4d599)
- sync settings updates with today & date objects (27c011f)
- tooltip display on Cell (16c5405)
- update api env variable names & getters (f63dc9a)
- update date util import to use common package (998c698)
- update env variable import (2068058)
- update extension workspace name (ea02181)
- update github link (80e196e)
- update import of SettingsStore type (a01c2e9)
- update imports of CurrentTime & date util (ec7be91)
- update initMessageHandler to accept no args (0297cdd)
- update messaging import paths (ff31575)
- update notification clearing + creation (2f70c11)
- update offscreen path in vite config (40eedab)
- update prettier config (3bdea7a)
- update service worker handler to root route (4b053d4)
- update Settings handleInput target type ([749426b](749426b...