Releases: szattila98/ups-and-downs
0.1.2
Bug Fixes
-
ef49417 - random emojis are fixed in dimensions - @szattila98
-
528ca87 - record view radio button has focus - @szattila98
-
e588fdf - content with length 1 or 2000 can be submitted without crashing - @szattila98
Miscellaneous Chores
- 2aada85 - (version) 0.1.2 - github-actions
0.1.1
Bug Fixes
-
8cc4a2a - views do not invoke commands anymore, only main app - @szattila98
-
4b86318 - added padding to textarea - @szattila98
-
7fb27bb - selected counter appears next to delete button, submitting 1 length content no longer panics - @szattila98
-
e966c4c - enter only submits, no new line is added - @szattila98
-
ef20927 - image flicker no longe occurs, transitions ease navigation - @szattila98
-
0506289 - window state is saved on exit button - @szattila98
-
1d55cc1 - user input is trimmed - @szattila98
Continuous Integration
- bf599aa - lints and tests run in parralel for backend and frontend - @szattila98
Miscellaneous Chores
- 9e98e34 - (version) 0.1.1 - github-actions
0.1.0
Bug Fixes
-
606a4b2 - release publishes hopefully - @szattila98
-
d582c02 - non functional features are invisible - @szattila98
-
35deab5 - wait on check action is given a correct check name - @szattila98
Continuous Integration
-
05ff5ed - (backend) release can be made manually - @szattila98
-
d301fe1 - (backend) deploy github job uploads bundles to release - @szattila98
-
2d8bf80 - lint fixes and older ubuntu runner - @szattila98
-
d4f45da - checks, lints and test run in ci - @szattila98
-
38f2f1d - basic CI present, lints missing yet - @szattila98
-
cd5a98a - git is configure correctly, toml files excluded with taplo - @szattila98
Features
-
4cbb17b - (backend) sqlite database is created and migrations run on startup - @szattila98
-
f61569a - release workflow waits on every other checks to run - @szattila98
-
677ee4f - wait on check correctly waits on workflow - @szattila98
-
0a39f3b - window state is saved on exit and restore on relaunch - @szattila98
-
00080bb - many kinds of emojis show up now - @szattila98
-
dd9514b - individual highlights can be edited and deleted - @szattila98
-
d0a70f0 - footer appears under menu and jump to top button on every scrollable view if scrolled far enough - @szattila98
-
108f14f - tooltip shows up on hovering over relative date of highlight - @szattila98
-
d0487e7 - loader shown on init, icon set is new - @szattila98
-
42bd0b8 - list and record views are less spaghetti - @szattila98
-
669b282 - record highlight is styled, every view has a layout - @szattila98
-
5d47feb - listing is styled, with random but contextual emojis and colors - @szattila98
-
4d67159 - new highlight can be recorded once a day - @szattila98
-
bf51f8e - highlights can be saved to the database - @szattila98
-
9115154 - commands are now typesafe thanks to specta - @szattila98
-
a62001d - tauri project is initialized - @szattila98
Miscellaneous Chores
- 888a536 - (version) 0.1.0 - github-actions
Style
- 637ebd9 - lintig enabled and test framework present - @szattila98