1 | <h1>Changelog</h1>
|
2 | <p>All notable changes to this project will be documented in this file.</p>
|
3 | <p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>,
|
4 | and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
|
5 | <h2><a href="https://github.com/sutton-signwriting/signmaker/compare/v1.1.0...HEAD">Unreleased</a></h2>
|
6 | <h3>To Do</h3>
|
7 | <ul>
|
8 | <li>better help and documentation</li>
|
9 | <li>rewire screen communication for fsw, swu, and style</li>
|
10 | <li>add layout and view</li>
|
11 | <li>upgrade interface with responsive HTML and CSS</li>
|
12 | <li>integrate the styling string</li>
|
13 | <li>upgrade mithril from v0.2 to v2.0</li>
|
14 | <li>upgrade config data from window object to json</li>
|
15 | <li>upgrade to sutton-signwriting packages</li>
|
16 | <li>test cross-platform</li>
|
17 | <li>fix undo and redo with history and back button</li>
|
18 | <li>make save interact with a SignWriting dictionary API</li>
|
19 | <li>integrate search and search results</li>
|
20 | <li>reorganize messages for user interface, eliminate and complete</li>
|
21 | <li>fix and expand keyboarding options</li>
|
22 | <li>add keyboard command to append the selected symbol to end of the sequence</li>
|
23 | <li>default demo to local home rather than dot home</li>
|
24 | <li>include links on demo page to GH and more</li>
|
25 | <li>signbox view, png view, svg view,fsw string,swu string</li>
|
26 | <li>charset to restrict links and communications</li>
|
27 | <li>whoami page</li>
|
28 | <li>head snapping on insertion of head symbol with overlay (complex faces) and overlapping</li>
|
29 | <li>fix demo page for opening with readme</li>
|
30 | <li>create font section with font installed or not information</li>
|
31 | <li>create profile page</li>
|
32 | <li>action > cancel shouldn't clear sign</li>
|
33 | <li>styling string needs breaking change individual symbol size and offset</li>
|
34 | <li>
|
35 | <ul>
|
36 | <li>after offset, add new max coordinate</li>
|
37 | </ul>
|
38 | </li>
|
39 | <li>
|
40 | <ul>
|
41 | <li>update sutton-signwriting/core for new styling string definition</li>
|
42 | </ul>
|
43 | </li>
|
44 | <li>
|
45 | <ul>
|
46 | <li>update draft-slevinski-formal-signwriting</li>
|
47 | </ul>
|
48 | </li>
|
49 | <li>add signmaker to sutton-signwriting/sgnw-components</li>
|
50 | <li>add offset coordinate to S state and URLs</li>
|
51 | </ul>
|
52 | <h2><a href="https://github.com/sutton-signwriting/signmaker/releases/tag/v1.1.0">1.1.0</a> - 2022-02-27</h2>
|
53 | <h3>added</h3>
|
54 | <ul>
|
55 | <li>demo page loads state</li>
|
56 | <li>more actions menu for share, demo, and cancel</li>
|
57 | <li>added iframesize</li>
|
58 | <li>URL parameter button highlights</li>
|
59 | <li>README and CHANGELOG html pages</li>
|
60 | </ul>
|
61 | <h3>fixed</h3>
|
62 | <ul>
|
63 | <li>demo page for file system access by explicitly referencing index.html</li>
|
64 | <li>double-touch to zoom on ipad</li>
|
65 | <li>server location of dot, local, or public for demo page use in a link and iframe</li>
|
66 | <li>state variables, defaults, and values</li>
|
67 | <li>url hash to removed unwanted key/value pairs</li>
|
68 | <li>readme link to escape iframe</li>
|
69 | <li>messaging when access signmaker through file system</li>
|
70 | </ul>
|
71 | <h2><a href="https://github.com/sutton-signwriting/signmaker/releases/tag/v1.0.0">1.0.0</a> - 2021-12-16</h2>
|
72 | <h3>Added</h3>
|
73 | <ul>
|
74 | <li>symbol palette</li>
|
75 | <li>signmaker editor</li>
|
76 | <li>PNG and SVG images with download</li>
|
77 | <li>URL parameters</li>
|
78 | <li>iFrame messaging</li>
|
79 | <li>demo page</li>
|
80 | </ul>
|