499 Commits

Author SHA1 Message Date
e12f4eba2b Fix broken migration with fill property 2025-06-08 10:27:22 +02:00
6aaac08e62 Remove duplicated name property in text styles 2025-06-04 13:00:20 +02:00
cbfc06e376 Improve text based handling for saving and importing 2025-05-30 16:22:11 +02:00
7e12d33479 Upgrade dependencies 2025-05-29 23:01:44 +02:00
a0a8acba3c Fix temporary handler and text element behavior 2025-05-24 20:24:51 +02:00
dd7454e9c5 Fix updating text properties in selection 2025-05-24 19:38:13 +02:00
6cf432c830 Add support for grid in label, ctrl + enter for new element in label tool 2025-05-24 19:10:08 +02:00
47a80b491a Upgrade to flutter 3.32 2025-05-21 12:59:04 +02:00
1eede988e8 Merge branch 'develop' into feature/2.4-file-format 2025-05-21 12:27:08 +02:00
a9b9ebdcbf Update Version to 2.4.0-beta.0 2025-05-21 10:22:15 +00:00
a956bbe68d Add migration 2025-05-21 12:19:09 +02:00
3eaf64b86c Upgrade dependencies 2025-05-21 11:49:38 +02:00
db3a561633 Use uri in thumbnail, add new shortcuts docs 2025-05-20 18:02:49 +02:00
594820b8e6 Update newest shortcuts, fix sorted text file format export 2025-05-20 17:49:21 +02:00
9161cb0572 Add support for exporting to text in ui 2025-05-20 15:22:36 +02:00
0f82a9a80c Fix alignment in navigator page 2025-05-19 10:57:17 +02:00
ee54266257 Improve navigator 2025-05-18 22:31:30 +02:00
6795f58f34 Add converter for data to texxt 2025-05-18 18:42:56 +02:00
893649f423 Add extra fill color, closes #802 2025-05-14 21:33:11 +02:00
abd8f8a1d0 Use named item on pack items 2025-05-14 21:14:23 +02:00
df3780da91 Wrap stylesheet with named 2025-05-14 20:07:17 +02:00
362ec87f18 Wrap component inside NamedItem 2025-05-13 22:16:37 +02:00
d7078cf4b0 Finish migrating to global packs 2025-05-13 21:57:44 +02:00
09f6df1ff6 Update Version to 2.3.1-rc.2 2025-05-12 10:23:38 +00:00
dc313a195c Merge translations 2025-05-11 21:53:24 +02:00
95a0634467 Fix color palette, improve pack assets 2025-05-08 15:41:24 +02:00
aaec5241af Fix handler and api with pack items 2025-05-08 11:11:24 +02:00
884040f0f8 Make tools not packs dependent, related to #805 2025-05-07 17:28:57 +02:00
d78d20c00b Use modern material progress indicator 2025-05-06 14:50:05 +02:00
e0883fcc33 Update Version to 2.3.1-rc.1 2025-05-05 20:20:51 +00:00
772f24c028 Fix flavor in build gradle kts 2025-05-05 21:42:24 +02:00
bf73d8686e Rework undo/redo to work in collaboration 2025-05-04 00:07:10 +02:00
339536aaeb Add process intent queries in android to fix internal flutter android processing 2025-05-01 18:51:38 +02:00
738a51693f Improve screenshots of app 2025-04-30 22:09:11 +02:00
1da636a44e Update Version to 2.3.1-rc.0 2025-04-20 10:02:28 +00:00
d116c905f6 Update to 2.0.0 stable 2025-04-20 10:26:14 +02:00
bbea10dc91 Fix exporting svg, add 2.3.0 changelog 2025-04-19 20:27:35 +02:00
9c6735b89c Update Version to 2.3.0-rc.2 2025-04-16 15:04:48 +00:00
f2ffcd947c Add dark mode image of main view 2025-04-16 10:58:38 +02:00
23a83e054a Fix android openwith 2025-04-15 14:45:31 +02:00
c10b599b9f Update Version to 2.3.0-rc.1 2025-04-13 13:42:38 +00:00
5db7565edd Upgrade dependencies 2025-04-13 13:20:38 +02:00
ff2d0d34f6 Add lock layer option to restrict editing to current layer 2025-04-08 20:52:54 +02:00
6ef1056af4 Fix local storage not using specified path, closes #835 2025-04-07 13:15:02 +02:00
eb31e8eaa2 Move collaboration button to popup menu 2025-04-06 11:44:37 +02:00
527306a932 Update Version to 2.3.0-rc.0 2025-03-31 14:22:24 +00:00
b99b166b26 Add aspectratio to barcode pasting 2025-03-29 13:52:46 +01:00
5f562ec37f Add multiple types of barcodes 2025-03-29 13:30:20 +01:00
5e46f3ac25 Fix opening a note from a recent files tile loads an outdated note and saves, closes #816 2025-03-26 09:57:16 +01:00
38e4d4f695 Add ability to replace waypoints (#817)
* Add button to redefine waypoints

* Add ability to redefine origin waypoint

* Refactor custom origin retrieval

* Teleport to origin on note load

* Add ability to reset the origin waypoint back to default

* Fix origin waypoint reset button visible after reset

* Fix page.dart format

* Fix waypoint.dart format

* Make waypoints list typed

* Simplify visibility logic for origin clear menu item

* Extract logic from getOriginWaypoint to getWaypointByName

* Switch origin waypoint to have null name

* Waypoint refactors

* Fix screen not updating after resetting origin waypoint

* Merge WaypointReplaceDialog into WaypointCreateDialog

* In-line origin reset dialog definition

* Refactor WaypointCreateDialog element visibility logic

* Simplify origin waypoint reset dialog builder

* Remove unnecessary container
2025-03-25 17:20:33 +01:00