flightlesssomething

flightlessmango.com clone, written in Go.

Stars
3
Committers
1

Bot releases are hidden (Show)

flightlesssomething - v0.0.20

Published by erkexzcx 25 days ago

Changes:

  • Removed 100 fps cap from Summary tab, so it can show more than 100 fps.
flightlesssomething - v0.0.19

Published by erkexzcx 2 months ago

Changes:

  • Potential performance increase (client-side charts rendering)

Full Changelog: https://github.com/erkexzcx/flightlesssomething/compare/v0.0.18...v0.0.19

flightlesssomething - v0.0.18

Published by erkexzcx 2 months ago

Changes:

  • Updated AI prompt (should write more "smart" summaries)

Full Changelog: https://github.com/erkexzcx/flightlesssomething/compare/v0.0.17...v0.0.18

flightlesssomething - v0.0.17

Published by erkexzcx 2 months ago

Changes:

  • Added OpenAI integration, for automated AI summary of the benchmark.

Full Changelog: https://github.com/erkexzcx/flightlesssomething/compare/v0.0.16...v0.0.17

flightlesssomething - v0.0.16

Published by erkexzcx 3 months ago

Changes:

  • Benchmark UI rework
    • Tabbed categories of Fps, Frametime, Summary and All data
    • Fps basically what it was before, but Frametime is a clone of Fps that is basically Frametime analysis.
    • All data contains raw line-based charts for all the data that is available.
  • (invisible change) a bit of preparation for AI integration (for automated summary/comment by AI)

Full Changelog: https://github.com/erkexzcx/flightlesssomething/compare/v0.0.15...v0.0.16

flightlesssomething - v0.0.15

Published by erkexzcx 3 months ago

Changes:

  • Same as v0.0.14 which failed to build

Full Changelog: https://github.com/erkexzcx/flightlesssomething/compare/v0.0.14...v0.0.15

flightlesssomething - v0.0.14

Published by erkexzcx 3 months ago

Changes:

  • Fix connection reset when uploading large/many files to Docker container setup.

Full Changelog: https://github.com/erkexzcx/flightlesssomething/compare/v0.0.13...v0.0.14

flightlesssomething - v0.0.13

Published by erkexzcx 3 months ago

Changes:

  • Added some missing comments, better documentation.

No changes in functionality...

Full Changelog: https://github.com/erkexzcx/flightlesssomething/compare/v0.0.12...v0.0.13

flightlesssomething - v0.0.12

Published by erkexzcx 3 months ago

Changes:

  • Added standard deviation and variance of FPS. This value tells FPS spikiness and consistency.

Full Changelog: https://github.com/erkexzcx/flightlesssomething/compare/v0.0.11...v0.0.12

flightlesssomething - v0.0.11

Published by erkexzcx 3 months ago

Changes:

  • Avg FPS % chart should be sorted.

Small release. Development is kind of slowed down (btw it's summer 😅)

Full Changelog: https://github.com/erkexzcx/flightlesssomething/compare/v0.0.10...v0.0.11

flightlesssomething - v0.0.10

Published by erkexzcx 3 months ago

Changes:

  • Added new FPS Density chart.
  • Properly fix static files cache. Instead of static 1h now it will be dynamic, using ETag header.
  • Added version to navbar, under FlightlessSomething title (top-left corner)
  • Deduplicated static JS and backend's files parsing code - better maintainability.
  • Removed few references where it says "do something with CSV" while it's no longer CSV-specific.

Special thanks to OpenAI and their gpt-4o for writing a lot of the code in this project! xD

Full Changelog: https://github.com/erkexzcx/flightlesssomething/compare/v0.0.9...v0.0.10

flightlesssomething - v0.0.9

Published by erkexzcx 3 months ago

Changes:

  • Fixed terribly looking table on smartphones
  • Fixed downloads not working for certain benchmarks
  • Fixed instructions, where it says user should upload CSVs while it also accepts .hlm format (of Afterburner)

Full Changelog: https://github.com/erkexzcx/flightlesssomething/compare/v0.0.8...v0.0.9

flightlesssomething - v0.0.8

Published by erkexzcx 3 months ago

Changes:

  • Specs should be part of file and not part of benchmark (show specs for each file individually).
  • Outsource javascript and css code into separate static file, to speed up page loading time.
  • Add button to download re-constructed CSV files.
  • Support .hml format (Afterburner log format, for Windows benchmarks).
  • Add documentation (instructions) for MangoHud and Afterburner formats.
  • [BUG] Fix pagination for user benchmarks (clicking on user and clicking next page will result in global search)
  • [BUG] Fix additional metrics charts, so they are not messed up (or contains invalid values/measurement units)
  • Implement proper session secret passphrase instead of using secret...

Benchmark/database format has changed! Migration not possible, start over...

What's Changed

New Contributors

Full Changelog: https://github.com/erkexzcx/flightlesssomething/compare/v0.0.7...v0.0.8

flightlesssomething - v0.0.7 Latest Release

Published by erkexzcx 3 months ago

Changes:

  • UI changes only, no changes in backend.
    • Added Source button to Navbar, linking to this repo.
    • Added additional description/explanation to benchmark creation page

Full Changelog: https://github.com/erkexzcx/flightlesssomething/compare/v0.0.6...v0.0.7

flightlesssomething - v0.0.6

Published by erkexzcx 3 months ago

Changes:

  • Allow up to 50 files upload (instead of previous 30 files limit)

Full Changelog: https://github.com/erkexzcx/flightlesssomething/compare/v0.0.5...v0.0.6

flightlesssomething - v0.0.5

Published by erkexzcx 4 months ago

Changes:

  • Fix CPU spec, so instead of showing Distro name, now it shows CPU model

Full Changelog: https://github.com/erkexzcx/flightlesssomething/compare/v0.0.4...v0.0.5

flightlesssomething - v0.0.4

Published by erkexzcx 4 months ago

Changes:

  • Deleting benchmark will delete benchmark record from DB instead of marking it as deleted in DB (we prefer storage & performance here)

Full Changelog: https://github.com/erkexzcx/flightlesssomething/compare/v0.0.3...v0.0.4

flightlesssomething - v0.0.3

Published by erkexzcx 4 months ago

Changes:

  • Do not show Delete button next to benchmark if not the owner of benchmark.

Full Changelog: https://github.com/erkexzcx/flightlesssomething/compare/v0.0.2...v0.0.3

flightlesssomething - v0.0.2

Published by erkexzcx 4 months ago

Changes:

  1. Improve FPS spikes calculation logic.
  2. Do not re-login if already logged in.

Full Changelog: https://github.com/erkexzcx/flightlesssomething/compare/v0.0.1...v0.0.2

flightlesssomething - v0.0.1

Published by erkexzcx 4 months ago

Initial release

Related Projects