Release v0.2.5
ยท 2 min read
We are happy to announce Bublik v0.2.5.
This update brings numerous enhancements to both the frontend and backend of Bublik.
- On the frontend, fixes were made to address issues like page overflow in the log section
- Adapting search parameters to API changes in history.
- Fixed app crashes due to toast messages on email confirmation page.
- Various issues in the history section were resolved
- We changed default logs to experimental ones by default. You can toggle those off in user settings if you have issues with experimental or use button above "Legacy" to disable experimental logs.
- Backend improvements include fixing issues with detailed run statistics
Changelogโ
Frontendโ
๐ Polishโ
- log: fix horizontal page overflow (803c05c)
โป Code Refactoringโ
- history: adapt search params to api changes (91ae184)
๐ฆ Choresโ
- log: change default log mode to experimental (d851f04)
๐ Bug Fixโ
- auth: prevent app crash caused by toast messages (ce1211f)
- history: [checkbox] prevent double select (ab1d2ed)
- history: [form] missing default values (ed7a34a)
- history: not display dates in legend (41a2a5a)
- history: skipping fetching data on direct navigation (bc721e1)
- log: scroll to saved line (41cf356)
Backendโ
๐จ Issue Fixโ
๐ฆ Choresโ
- history: unify names of query params containing metas (3c7e056)
- history: support filtering by metas with type label (bbd72e6)
- history: structure the use of metas and their exprs (9f400c0)
- history: structure the getting of query params (94c853b)
- history: fix query param and variable names (84f5342)
- history: add comments and division into blocks (b00caac)
- history: make the order of getting data more logical (09f06e7)