Skip to content

Releases: TrueWinter/simofa

Simofa v0.0.7

04 Dec 18:48
Compare
Choose a tag to compare
  • Allow build logs to take up whole page instead of being limited to 60% of the screen
  • Fixed a bug that sometimes prevented assets from being copied to the JAR file when building

Simofa v0.0.6

04 Dec 15:46
Compare
Choose a tag to compare
  • Added modal for destructive actions (deleting/stopping)
  • Renamed Docker page and related routes to builds (breaking change for API integrations)

Simofa v0.0.5

01 Dec 19:53
Compare
Choose a tag to compare
  • Added build caching
    • You will need to set cache_directory in the config file to an absolute directory that Simofa can use for saving build caches
      • This directory should not be used by any other software
    • To use, create a zipped folder containing the files you'd like to use in future builds and place it at /simofa/cache/cache.zip
    • In future builds, the file will be copied to the build container
    • To skip copying the file, add [no cache] to the commit message
  • Build duration is now shown on the logs page
  • You can now scroll up in the build logs without the scroll position being reset every time a new log line arrives
    • Scrolling to the bottom allows automatic scrolling to work again

Simofa v0.0.4

19 Sep 14:07
Compare
Choose a tag to compare

Simofa v0.0.3

28 Aug 17:25
Compare
Choose a tag to compare

This release fixes a bug that prevented migrations from running.

Simofa v0.0.2

28 Aug 16:18
Compare
Choose a tag to compare

Changes

  • Commands can now be up to 512 characters long
  • Command text fields in the dashboard are now bigger
  • The maximum size of templates has been updated to accommodate the larger command lengths

Bug Fixes

  • Only create the default admin account if no other accounts exist
  • The development reload script should now handle connection errors properly
  • Fixed a bug related to database migrations
  • Ensure that version numbers are kept in sync when building Simofa

Simofa v0.0.1

21 Aug 14:49
Compare
Choose a tag to compare
initial commit