Commit Graph

92 Commits

Author SHA1 Message Date
8b5705c12f 0.4.2
All checks were successful
Deploy to Production / deploy (push) Successful in 13s
v0.4.2
2026-02-27 07:03:14 +00:00
a3bc069029 fix: responsive layout for url cleaner and sniffer icon alignment 2026-02-27 07:02:58 +00:00
a5fc242a97 0.4.1
All checks were successful
Deploy to Production / deploy (push) Successful in 12s
v0.4.1
2026-02-27 06:49:01 +00:00
a0346a64f0 feat: url cleaner exceptions keep-all and defaults reset 2026-02-27 06:48:39 +00:00
4c2d423715 0.4.0
All checks were successful
Deploy to Production / deploy (push) Successful in 12s
v0.4.0
2026-02-27 06:14:51 +00:00
204aeda00c feat: implement url cleaner tool, local storage persistence and extension integration 2026-02-27 06:14:43 +00:00
7d989be27f feat: url cleaner tool and extension update 2026-02-27 06:11:12 +00:00
efe23a99ac 0.3.5
All checks were successful
Deploy to Production / deploy (push) Successful in 13s
v0.3.5
2026-02-27 04:50:57 +00:00
bebb63c1de feat: improve PWA update mechanism with visibility check 2026-02-27 04:50:39 +00:00
98d76e3a35 0.3.4
All checks were successful
Deploy to Production / deploy (push) Successful in 13s
v0.3.4
2026-02-27 04:44:34 +00:00
cc7e80a807 feat: improve mobile layout for Password Generator button 2026-02-27 04:43:58 +00:00
1f5500f7d7 0.3.3
All checks were successful
Deploy to Production / deploy (push) Successful in 13s
v0.3.3
2026-02-27 04:37:29 +00:00
d404370027 fix: adjust layout for Password Generator and Clipboard Sniffer on smaller screens 2026-02-27 04:37:21 +00:00
8fb3ee1069 refactor: align privacy policy layout with app design
All checks were successful
Deploy to Production / deploy (push) Successful in 7s
2026-02-27 04:20:29 +00:00
348c78612d 0.3.2
All checks were successful
Deploy to Production / deploy (push) Successful in 13s
v0.3.2
2026-02-27 04:16:17 +00:00
dc99dce485 fix: restore dark mode styles and scope privacy policy styles 2026-02-27 04:16:01 +00:00
20dc18dd28 0.3.1
All checks were successful
Deploy to Production / deploy (push) Successful in 12s
v0.3.1
2026-02-27 04:03:50 +00:00
30d67472cb docs: add privacy policy and extension documentation 2026-02-27 04:03:35 +00:00
ac425d3df2 chore: remove dev-dist from version control
All checks were successful
Deploy to Production / deploy (push) Successful in 6s
2026-02-27 03:39:16 +00:00
e817ff6169 0.3.0
All checks were successful
Deploy to Production / deploy (push) Successful in 14s
v0.3.0
2026-02-27 03:37:50 +00:00
8e8bf47297 feat: improve Clipboard Sniffer extension integration and UI fixes 2026-02-27 03:37:33 +00:00
1d7fd9a5bc 0.2.0
All checks were successful
Deploy to Production / deploy (push) Successful in 13s
v0.2.0
2026-02-27 01:32:12 +00:00
8bf44cde6a feat: unify tool styles and add dynamic height for textareas 2026-02-27 01:32:08 +00:00
782786ec7e 0.1.2
All checks were successful
Deploy to Production / deploy (push) Successful in 6s
v0.1.2
2026-02-27 00:31:40 +00:00
c8a009dda1 feat: update passwords tool UI, fix layout issues, and set PWA theme color 2026-02-27 00:31:26 +00:00
7c4f1b20b3 fix(pwa): add workbox cleanup options to fix undefined payload error
All checks were successful
Deploy to Production / deploy (push) Successful in 7s
2026-02-26 23:52:47 +00:00
c3f96bacc7 fix(pwa): improve install prompt visibility and styling
All checks were successful
Deploy to Production / deploy (push) Successful in 6s
2026-02-26 23:49:55 +00:00
8655533a2d feat(pwa): add PWA support with auto-update and install prompt
All checks were successful
Deploy to Production / deploy (push) Successful in 12s
2026-02-26 23:46:17 +00:00
bec57f9e49 feat(ui): add new app icon svg
All checks were successful
Deploy to Production / deploy (push) Successful in 5s
2026-02-26 23:41:28 +00:00
9ec71db87c fix(ui): prevent label wrapping in passwords tool
All checks were successful
Deploy to Production / deploy (push) Successful in 6s
2026-02-26 23:38:07 +00:00
3b229b4719 fix(ui): adjust mobile bottom padding to match top margin
All checks were successful
Deploy to Production / deploy (push) Successful in 5s
2026-02-26 23:35:00 +00:00
c6baace721 fix(ui): prevent text selection on buttons
All checks were successful
Deploy to Production / deploy (push) Successful in 6s
2026-02-26 23:32:36 +00:00
ab2da36aa1 0.1.1
All checks were successful
Deploy to Production / deploy (push) Successful in 8s
v0.1.1
2026-02-26 23:21:39 +00:00
8691106d2f fix(passwords): adjust textarea width with box-sizing 2026-02-26 23:21:30 +00:00
5480b57615 0.1.0
All checks were successful
Deploy to Production / deploy (push) Successful in 9s
v0.1.0
2026-02-26 23:19:31 +00:00
f0dffa6cad feat: implement bulk passwords generator 2026-02-26 23:19:13 +00:00
ace98a0fbc 0.0.2
All checks were successful
Deploy to Production / deploy (push) Successful in 9s
v0.0.2
2026-02-26 23:08:04 +00:00
b2ddd95ff5 refactor: improve mobile layout, sticky footer, and UI spacing 2026-02-26 23:07:51 +00:00
776f367ee1 0.0.1
All checks were successful
Deploy to Production / deploy (push) Successful in 9s
v0.0.1
2026-02-26 22:57:17 +00:00
12a4130c38 feat: add ripple effect, update theme styles and layout 2026-02-26 22:57:03 +00:00
bdbb561740 Add Docker, Nginx, and Gitea workflow configuration
All checks were successful
Deploy to Production / deploy (push) Successful in 7s
2026-02-26 22:14:05 +00:00
1dcfbd1bd9 first commit 2026-02-26 22:06:58 +00:00