changelog // textfields
If you find an issue with textfields, please let me know with an e-mail at this address. Include a board export if pertinent and possible to do. Thank you! <3
Release 1.0
It's here! Release 1.0 is available, now that I've added all the features I needed in a note-taking project. Please enjoy textfields responsibly, and please send me an e-mail if you have any ideas for features. Have fun!
A lot of customization was added as well as the new options pane, shortcuts pane and note information pane. Options use the existing defaults prior to implementation, but changes you make will be saved now.
New features in this version:
- New pane for adjusting options, they apply globally (to all boards) but won't come with an exported board.
- New keyboard shortcuts display, along with said shortcuts.
- Inter-note link lines can now be set to color themselves according to note colours.
- Inter-note lines can now be dashed or solid, and can have the arrowhead removed.
- The grid background can be disabled.
- Default font can be set.
- Default note color can be set.
- Deletion of notes via hotkey and X button can be disabled (still erases if you zero the contents)
- You can increase or decrease the size of the undo queue. Keep in mind that making it too large will result in memory constraints if you go on a deletion spree, though.
- You can view back-end information on a note by selecting it and pressing i.
- You can duplicate an existing note by selecting it and pressing d. Do remember that if you duplicate a max-length note, that you'll end up exhausting your computer's resources...
- Settings pane shows estimated storage quota as provided by your browser... keep in mind that this is subject to anti-fingerprinting mechanics, and may not be accurate to the byte.
Issues resolved from the previous version:
- The service worker didn't hand off control to its own operators, which resulted in the cache being used instead of self-updating when a serverside upgrade was made available, it ends up propogating to affect the entire cache, not just the PWA package.
- Fixed a double-initialization which just overwrote itself immediately after, leading to one function doing nothing.
- Fixed an issue with incorrectly capturing input immediately after a textbox loses focus (primarily i)
- Patch 1.0a: Fixed a PWA issue which caused a worker redirection making the browser think it couldn't load the page while offline.
- Patch 1.0b: Fixed a missing line in the caching file which resulted in the TTL being too long and updates coming in lopsided. Oops.
- Patch 1.0b: Fixed a typo in the stylesheet for this changelog. The page shouldn't have a scrolling gradient now...
Issues which are unresolved from past versions:
- (none)
beta 1.0-pre_2
This release adds note linking, and addresses some issues.
New features in this version:
- You can now add arrows from one note to another.
- Note length is now limited to two million characters. Attempting to paste content beyond this will result in a warning and it will be cut short.
Issues resolved from the previous version:
- Copy-pasting a lot (gigabytes) of content into a single note floods the browser and causes it to hang due to resource exhaustion.
- The search result dropdown would disappear for 1 frame when pressing the enter key in the search box.
Issues which are unresolved from past versions:
- (none)
beta 1.0-pre
This is the initial beta preview for bugtesting and such.
New features in this version:
- Initial release
Issues resolved from previous version:
- (none)
Issues which are still present from past releases:
- (none)