1
0
mirror of https://github.com/MultiMote/niimblue synced 2026-01-19 19:37:11 +03:00
Commit Graph

114 Commits

Author SHA1 Message Date
MultiMote
5cdffc2946 Print tasks rework 2024-10-19 23:17:34 +03:00
MultiMote
efd1dc2fb9 Remove "public" keyword (public by default) 2024-10-18 22:57:21 +03:00
MultiMote
430f352ac7 Add Dockerfile 2024-10-15 20:35:49 +03:00
MultiMote
6b387a0a3f Update README.md 2024-10-15 12:09:56 +03:00
MultiMote
d6753e4fcb Update bug-report.md 2024-10-13 18:35:03 +03:00
MultiMote
e3d6abf501 Update README.md 2024-10-13 14:23:49 +03:00
MultiMote
8dd6e852e4 Upgrade niimbluelib 2024-10-11 12:14:53 +03:00
MultiMote
b06892731b Avoid label decimal number dimensions when converting mm to pixels 2024-10-11 08:10:07 +03:00
MultiMote
bc6586537c Redesign printer connector 2024-10-10 23:01:23 +03:00
MultiMote
8da875eef3 Improve heartbeat functionality
* Auto start heartbeat
* Auto disconnect on 5 failed attempts
2024-10-10 22:03:27 +03:00
MultiMote
6c7f37a9b6 Upgrade niimbluelib, fix print status check for V1 print task 2024-10-09 16:36:48 +03:00
MultiMote
ebc3c7646f Add text edit button in cases where double-tapping does not work (#32) 2024-10-09 12:55:40 +03:00
MultiMote
c4ec2d0505 Do not wait for print finished in V1 task 2024-10-08 12:15:47 +03:00
MultiMote
1ddd9e6b92 Upgrade niimbluelib 2024-10-08 12:13:42 +03:00
MultiMote
bbf639d1b0 Upgrade niimbluelib, redesign debug menu, add hw/sw versions 2024-10-08 11:36:24 +03:00
Xiang
36e80dcc45 Add missing Simplified Chinese translation (#31) 2024-10-08 07:21:02 +03:00
MultiMote
e8a32e9007 Upgrade niimbluelib, enable rest of print task versions 2024-10-07 19:05:30 +03:00
MultiMote
231f00a7df Upgrade niimbluelib 2024-10-07 14:18:53 +03:00
MultiMote
a47f36f6ff Upgrade niimbluelib 2024-10-07 11:05:46 +03:00
MultiMote
1522487393 Fix typo 2024-10-04 11:18:11 +03:00
MultiMote
ad2e1a48fd Refactor i18n 2024-10-04 10:01:21 +03:00
MultiMote
4a6c2c673d Disable paste if any dropdown is open 2024-10-03 17:31:12 +03:00
MultiMote
2fd747a006 Move save/load buttons to dropdowns 2024-10-03 15:02:07 +03:00
MultiMote
b1a290b49d Replace alert() to toasts 2024-10-03 13:42:21 +03:00
MultiMote
0b0de248cf Validate data on save/load
* Zod is used as data validation library
* Added toastify-js for error messages
2024-10-03 13:26:26 +03:00
MultiMote
c6bfad2c64 Remove example code 2024-10-02 11:42:52 +03:00
MultiMote
1dc6a6070b Add class property to MdIcon 2024-10-02 10:41:13 +03:00
MultiMote
502689d12a Code formatting 2024-10-02 10:35:46 +03:00
MultiMote
bf41fa2769 Move label template add button 2024-10-01 12:25:20 +03:00
MultiMote
1983f0c6e2 Upgrade Svelte from 4.2.18 to 4.2.19 2024-10-01 10:52:59 +03:00
MultiMote
48ba59d8b9 Move icon style 2024-09-27 23:35:10 +03:00
MultiMote
d78fcd6d08 Make zh_cn translation keys optional 2024-09-27 23:01:43 +03:00
MultiMote
d63a16e2d0 Move to material-icons (#30) 2024-09-27 22:58:51 +03:00
MultiMote
ca25cd46da Make added objects selected 2024-09-27 11:28:59 +03:00
Xiang
8f6e4b9855 Add Paste Image and Text feature (#29) 2024-09-27 11:01:47 +03:00
Xiang
6bcc29f363 Add missing Simplified Chinese translation (#28) 2024-09-27 07:22:32 +03:00
MultiMote
bff9363bd5 New label dimensions editor (#27) 2024-09-26 22:43:36 +03:00
MultiMote
61c2c4d31f Upgrade Vite to 5.4.8 2024-09-25 19:51:21 +03:00
MultiMote
0d2ad083e1 Upgrade Fabric from 5.3.0 to 5.4.0-browser 2024-09-25 16:26:36 +03:00
MultiMote
6e820c3a7f Barcode rendering rewrite (#21)
* Barcode lines now have crisp edges
* Added font size property to barcode
* Added scale factor to barcode
* Barcode can be free-scaled only vertically
2024-09-25 15:01:53 +03:00
MultiMote
cac2e1396c Refactor persistence, save/load confirmation 2024-09-20 11:04:00 +03:00
MultiMote
e23a217d5a Update README.md 2024-09-20 07:57:56 +03:00
MultiMote
8a7c75097e Add text vertical origin control 2024-09-19 20:10:16 +03:00
MultiMote
c53ca6c004 Do not save CSV "enabled" state to avoid problems, highlight button if enabled 2024-09-19 16:14:14 +03:00
MultiMote
663958621e Clarify translation 2024-09-19 15:25:28 +03:00
MultiMote
a9ad0ac21b Batch print support with variables (CSV) 2024-09-19 15:17:47 +03:00
MultiMote
e1f544bf8f Basic templating support (dates currently supported) 2024-09-18 16:51:38 +03:00
MultiMote
89d2c514c6 Fix text alignment if text edited 2024-09-18 12:34:49 +03:00
MultiMote
c00ecda3fc Clear selection with Escape key 2024-09-18 10:51:52 +03:00
MultiMote
ede2686fba Move objects using the keyboard (closes #16) 2024-09-18 10:24:47 +03:00