Commit be6a814
authored
v1.2.1 - Composition, bugfixes and more (#25)
* Squashed commit of the following:
commit 76e74e2
Author: Marcos Gutiérrez Alonso <marcos56@mailbox.org>
Date: Wed Mar 15 23:41:00 2023 +0100
Improved cli (#19)
* Removed CLI flag for argument
* Updated eframe dependency
* Formatted code
Added an exercise book explorer
* Squashed commit of the following:
commit 76e74e2
Author: Marcos Gutiérrez Alonso <marcos56@mailbox.org>
Date: Wed Mar 15 23:41:00 2023 +0100
Improved cli (#19)
* Removed CLI flag for argument
* Updated eframe dependency
* Formatted code
* Added missing dependency after merge
* Added a real exercise
Also made the debug window appear after selecting an exercise
And made the debug window display a message if the code does not compile.
Finally, added an ID to all windows, to avoid ID collisions
* Added pagination to the workbook
* Improved workbook
* Moved library to external crate
* Formatted project
* Bumped version
* Updated program version to rc1
* [New feature] - Optional file (#20)
* Added a save option for the editor
* Refactored UI code to be in separate functions
* Removed file_lock dependency
* Added save functionality for the web version
* Run cargo fmt
* Removed debug on hover and disabled autosave checkbox if no file was selected
* Hotfix: added keyboard shortcuts for saving and opening files
* Workbooks (#21)
* Merged dev_master
* Added serialization for the workbooks
* Added de-serialization
* Moved the exercise into a module
* Run cargo fmt
* Fixed serialization and deserialization
* Removed magic number
* Started workbook editor
* Continuation of the editor
* Added complete editor
* Improved style
* Added ability to load and save workbooks
* Added compilation flag for teachers' workbok editor
* Resolved conflict
* Added wayland feature
* Updated dependencies
* Slightly improved keyboard event handling
* Fixed missing extension when saving workbooks
* Fixed bug serializing/deserializing workbooks
* Features: composition (#23)
* Minor improvements
* Preparing for composition
* Updated dependencies
* Run cargo fmt
* Fixed bug related to the main window creation
* Update to use the new error system
* Fixes error messages according to latest turing-lib changes
* Run cargo fmt
* Use latest release of the turing lib
* First preview of composition interface
* Bumbed rc version
* Fixed examples
* Fixed incorrect finished state
* Improved visual style of compile button
* Updated version
* Finish look on composed libraries
* Run cargo fmt
* docs: Added changelog
* Refactor: Added tooltips (#24)
* style: Improved usability on header buttons
* feat: Added tooltips
* fix: Remove program title when a program errors out
* docs: Updated changelog
* docs: Reset version
* refactor: Run cargo fmt
* fix: error on load_file, but still does not work
* fix: Disable load_file_async for non-wasm
* fix: formatted code1 parent 76e74e2 commit be6a814
File tree
34 files changed
+3427
-1568
lines changed- Examples
- assets
- ui
- exercise1
- exercise2
- locales
- src
- turing
- windows
- workbook
34 files changed
+3427
-1568
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
0 commit comments