Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Releases: Tiny-Foxes/Tiny-Webini

1.9 Beta

17 Sep 16:58
Compare
Choose a tag to compare

Matches websites changes after serenity pack release.

  • Removed FAQ page. (We have wiki now)
  • Updated about Page
  • Added Serenity Pack page (You can't translate everything)
  • Fixed missing "=" on elements properties.
  • Updated home page to showcase latest website elements
  • Removed the old move-freely page, will be supported again later.
  • Updated home page title (and as such, the program title)

image

1.8 Beta

09 Aug 13:26
Compare
Choose a tag to compare
  • Removes all the FAQ content, recently we updated our Wiki to match with all the FAQ content we had in our Forum/Reddit/Discord..etc, the Website now redirects to our Wiki's FAQ.
  • Updates Community Policies (Rule 9)
  • Updates Noteskin page, adding all-new community submitted noteskins.
  • Updates StepMania 5.3 references to Project OutFox
  • Update Discord Link pointing to Rytak Invite.

See all the changes from this commit on OutFoxWeb: Tiny-Foxes/OutFoxWeb@c004e3d

1.7 Beta

07 Jul 11:35
Compare
Choose a tag to compare

This version matches all the Moondance purge done on this commit.

1.6 Beta

14 Jun 15:20
Compare
Choose a tag to compare

image

This release focus on faq.html, it brings patches implemented by @SheepyChris on MoondanceWeb, more specifically it implements the following commits:

  • Update FAQ with new branding changes

Tiny-Foxes/OutFoxWeb@4e643a1

  • Clarify StepMania versions

Tiny-Foxes/OutFoxWeb@3f35f55

  • Correct confusing SL phrase and add W10 Intel HD 3000 workaround

Tiny-Foxes/OutFoxWeb@f630ee8

1.5 Beta

01 May 22:13
Compare
Choose a tag to compare

image

This update is focused on updating the app to match more with the current Website.

  • Fixed zerinho6, shrmpo, and sheepychris description not being able to translate.
  • Fixed JoseVarela name not generating correctly.
  • Fixed zerinho6 description typo.
  • Updated the home page from Dec 18 2020 to April 25, 2021
  • Added community pack page
  • Some strings in translated.ini are now useless, those have been documented so you don't waste time translating them.
  • Updated Jumbatron to match the latest background and text

1.4 Beta

28 Mar 19:27
Compare
Choose a tag to compare

Adds the new move-freely (community pack page)

° Fixed some bugs I guess

image

1.3 Beta

05 Mar 22:56
Compare
Choose a tag to compare

This updates is mostly for wrong string references.

° Added a notification system that tells when your HTML files finish generating.
° Fixed hashtagUseful being called as hastagUseful and thus undefined.
° Fixed ThirdStyle being called as Thirdstyle and thus undefined.
° Changed default languageCode from pt to en.

1.2 Beta

16 Jan 17:49
Compare
Choose a tag to compare

This release adds logging so activity can be shared when dealing with errors.

  • The logs can be found at resources/app/logs, they include the level (INFO or WARN), timestamp, what file, what line called the log and the message.

If you're updating from an older version and don't want to download everything again:

  1. Go to the app folder
  2. Create a "logs" folder with a "info.txt" inside of it
  3. Go back and enter the src folder, copy paste the contents from the repository index.js into your index.js (yes replace everything)
  4. Go back and enter the pageFiles/themes/moondance/assets folder, copy paste the contents from the repository main.js to your main.js (yes replace everything)

Now you can open Tiny-Webini.exe and it should log everything

1.1 Beta

12 Jan 12:29
Compare
Choose a tag to compare

This new release is to not create duplicate bug reports for tiny-errors

  • Fixes issue #5 where the download data-translation included an "=" making it impossible to translate. (Thanks snil4)
  • Corrected noteskins page now says exactly what it doesn't recommend to translate. (Thanks snil4)
  • Should not include duplicated noteskins keys at translated.ini (Thanks snil4)

Welcome Translator View

09 Jan 19:11
Compare
Choose a tag to compare

See your changes before uploading to Project Moondance backend, generate files needed for the backend while editing a .ini file just like StepMania and check for errors before they even happen.

New Features

Electron is now used to preview the Project Moondance Page, almost every element that can't be translated has been removed, while some pages still present some, you can use the Highlight mode to show what can and can't be translated.

  • Toggle Key Strings View

Changes so it shows the keys of each string and not the translated key, making it easier to know what you need change in translated.ini.

  • Highlight Translatable Elements

Will highlight in every string that is possible to translate in the page.

  • Generate HTML Files

Will the HTML files required to enter in the Project Moondance CMS backend, those files will utilize the translated strings inside the translated.ini. Consider removing old generated html files before generating again.

Important things to note

Your changes to translated.ini will only appear in the preview once you press "Click here to update translated.ini" and the end of the screen, utilizing tools like the Key View Mode or highlight will also update the page.

Don't touch template.json unless you know 100% what you're doing, same goes for anything inside the pageFiles folder.

Some debugging elements might still be present, this is a beta after all, later on logging will be added, you may suggest more tools and I may implement them.