Skip to content

Fantasia Archive - 0.1.14

Choose a tag to compare

@vishiri vishiri released this 21 Jul 17:35
· 10 commits to master since this release

Major, very sad announcement

  • GitHub Actions (the compiler for multiple operating systems that I use) stopped supporting our MacOS version (MacOS11) and therefore I won't be able to automatically created Mac-builds for FA1 (new version will not have this issue). Perhaps this issues can be remedied if one compiles FA on their own Mac or if someone from the community with a Mac reaches out and managed to compile the newest FA version for you people, but as it stands now, I am sadly forced to remove direct support for any new pre-compiled Mac builds from now on.
  • This issue might be temporarily fixed by a dear friend of mine offering a pre-M-series Mac for compilation at least for the time being - This is not a permanent solution, but should at least work for the current version in the time of writing this (0.1.14).

Removed legacy features

  • Removed legacy document check (top right red button on the screen). If you will still require this feature, reinstall older version of FA (0.1.13), fix your project and then reinstall this one or newer.

Known issues

  • Creating a brand new project can very occasionally get stuck. Restarting the app fixes this.
  • Loading existing project can very occasionally get stuck. Restarting the app fixes this.
  • Saving documents can sometimes leave it in edit mode instead of closing it (data gets saved anyway).

New features

  • Remapped CTRL + F keybind to full-page search instead of Editor full screen mode toggle
  • Remapped CTRL + SHIFT + F keybind to Editor full screen mode toggle instead of full-page search
  • Added F11 keybind as alternative way to toggle Editor full screen mode
  • Added option to rebind the Editor full-screen mode keybind
  • Added auto-scroll on tab-swapping inside full-screen editors
  • Added a setting for limit text editor height when not using full-screen mode.
  • Added developer data on what version of FA the project was created on.

Bugfixes & Optimizations

  • Added text editor Full Screen mode persisting through tab-swapping
  • Fixed auto-scroll on tab-swapping
  • Fixed auto-focus in text editor when toggling full-screen mode
  • Fixed buggy window scrolling event listener memory leak
  • Fixed @ insert in text editors removing white lines before it and attaching itself to the previous text
  • Fixed buggy text wrapping in editor (text wasn't wrapping in <div> tag properly)
  • Fixed search-box (CTRL + F) not working in full-screen mode (please note that the search is acting a little weird in regards to auto-scrolling in the fullscreen mode, but at least it somewhat works instead of not working at all)
  • Fixed welcome screen/project overview not properly horizontally centering
  • Reworded repair-popup wording and changed the bottom red-alert wording along with behavior
  • Removed CTRL + Q keybind for "Quote" command in text editor mode, because it was conflicting with default "Open existing document" for quick search