Logo
Explore Help
Sign in
thenick775/gbajs3
1
0
Fork
You've already forked gbajs3
0
Code Issues 3 Pull requests Projects Releases 65 Packages Wiki Activity Actions
65 releases 71 tags
  • 4.0.0 39ab8b3ec0

    4.0.0 Stable

    thenick775 released this 2024-06-30 23:23:23 -04:00 | 216 commits to master since this release

    What's Changed

    • feat: reorg monorepo by @thenick775 in https://github.com/thenick775/gbajs3/pull/144

    Full Changelog: https://github.com/thenick775/gbajs3/compare/3.1.2...4.0.0

    Note: This is a breaking change to the directory structure of this repo, before pulling if you're using the bind mounts I encourage you to back up your local file data in the event you need to move them. See the new .env.example file path locations for details on where to move files to if necessary.

  • 3.1.2 0217ff7de3

    3.1.2 Stable

    thenick775 released this 2024-06-30 03:01:01 -04:00 | 217 commits to master since this release

    What's Changed

    • chore: update deps by @thenick775 in https://github.com/thenick775/gbajs3/pull/131
    • chore: update server deps by @thenick775 in https://github.com/thenick775/gbajs3/pull/132
    • fix: missing image by @thenick775 in https://github.com/thenick775/gbajs3/pull/133
    • feat: upload file redesign by @thenick775 in https://github.com/thenick775/gbajs3/pull/135
    • chore: readme startup update by @thenick775 in https://github.com/thenick775/gbajs3/pull/139
    • feat: admin gbajs3 user edit by @thenick775 in https://github.com/thenick775/gbajs3/pull/143

    Full Changelog: https://github.com/thenick775/gbajs3/compare/3.1.1...3.1.2

  • 3.1.1 aa13af2b58

    3.1.1 Stable

    thenick775 released this 2024-06-11 23:00:30 -04:00 | 223 commits to master since this release

    What's Changed

    • feat: submit action button indicator by @thenick775 in https://github.com/thenick775/gbajs3/pull/121
    • feat: simplify effect deps with primitives by @thenick775 in https://github.com/thenick775/gbajs3/pull/122
    • chore: upgrade deps by @thenick775 in https://github.com/thenick775/gbajs3/pull/123
    • fix: unintentional touch actions by @thenick775 in https://github.com/thenick775/gbajs3/pull/124
    • chore: bump wasm files by @thenick775 in https://github.com/thenick775/gbajs3/pull/125
    • fix: fast forward slider tour position by @thenick775 in https://github.com/thenick775/gbajs3/pull/126
    • chore: upgrade deps by @thenick775 in https://github.com/thenick775/gbajs3/pull/127
    • fix: controls success button feedback by @thenick775 in https://github.com/thenick775/gbajs3/pull/129
    • feat: improved screenshot management by @thenick775 in https://github.com/thenick775/gbajs3/pull/130

    Full Changelog: https://github.com/thenick775/gbajs3/compare/3.1.0...3.1.1

  • 3.1.0 8c38de1249

    3.1.0 Stable

    thenick775 released this 2024-05-31 02:53:52 -04:00 | 232 commits to master since this release

    What's Changed

    • chore: update deps by @thenick775 in https://github.com/thenick775/gbajs3/pull/109
    • fix: misc modal bugs by @thenick775 in https://github.com/thenick775/gbajs3/pull/110
    • chore: upgrade deps by @thenick775 in https://github.com/thenick775/gbajs3/pull/114
    • chore: update staging deploy by @thenick775 in https://github.com/thenick775/gbajs3/pull/116
    • feat: performance enhancements v1 by @thenick775 in https://github.com/thenick775/gbajs3/pull/120

    Full Changelog: https://github.com/thenick775/gbajs3/compare/3.0.0...3.1.0

    Thank you to @sonht0555 for your contributions! 😎

  • 3.0.0 dc52d0dacd

    3.0.0 Stable

    thenick775 released this 2024-05-10 20:13:25 -04:00 | 237 commits to master since this release

    What's Changed

    • Mgba wasm support by @thenick775 in https://github.com/thenick775/gbajs3/pull/1
    • Mgba save state support by @thenick775 in https://github.com/thenick775/gbajs3/pull/2
    • Seo robots exclusion by @thenick775 in https://github.com/thenick775/gbajs3/pull/3
    • Nv/fix misc UI bugs by @thenick775 in https://github.com/thenick775/gbajs3/pull/4
    • feat: fix keyboard binding initial display by @thenick775 in https://github.com/thenick775/gbajs3/pull/5
    • mGBA cheat file support by @thenick775 in https://github.com/thenick775/gbajs3/pull/6
    • feat: consolidate virtual controls config by @thenick775 in https://github.com/thenick775/gbajs3/pull/7
    • Server enhancements mark 1 by @thenick775 in https://github.com/thenick775/gbajs3/pull/8
    • fix: db setup by @thenick775 in https://github.com/thenick775/gbajs3/pull/9
    • feat: fix uri encoding of query parameters by @thenick775 in https://github.com/thenick775/gbajs3/pull/11
    • Add tests by @thenick775 in https://github.com/thenick775/gbajs3/pull/10
    • Fix sticky controls by @thenick775 in https://github.com/thenick775/gbajs3/pull/12
    • Feature vite react beta by @thenick775 in https://github.com/thenick775/gbajs3/pull/26
    • Upgrade to vite v5 by @thenick775 in https://github.com/thenick775/gbajs3/pull/27
    • refactor: hoist and share localstorage keys by @thenick775 in https://github.com/thenick775/gbajs3/pull/28
    • feat: ios pwa install prompt by @thenick775 in https://github.com/thenick775/gbajs3/pull/29
    • Save virtual control positions, Closes #30 by @thenick775 in https://github.com/thenick775/gbajs3/pull/31
    • chore: update getting started section by @thenick775 in https://github.com/thenick775/gbajs3/pull/35
    • remove same site none cookies by @thenick775 in https://github.com/thenick775/gbajs3/pull/36
    • feat: initial pipeline setup by @thenick775 in https://github.com/thenick775/gbajs3/pull/37
    • Always run pipelines on master by @thenick775 in https://github.com/thenick775/gbajs3/pull/38
    • feat: reusable workflows by @thenick775 in https://github.com/thenick775/gbajs3/pull/39
    • fix: gbc screen resolution by @thenick775 in https://github.com/thenick775/gbajs3/pull/40
    • feat: update meta description by @thenick775 in https://github.com/thenick775/gbajs3/pull/41
    • feat: vitest and initial tests by @thenick775 in https://github.com/thenick775/gbajs3/pull/42
    • chore: update ci actions by @thenick775 in https://github.com/thenick775/gbajs3/pull/44
    • chore: periodic package updates by @thenick775 in https://github.com/thenick775/gbajs3/pull/45
    • Virtual controls UI feedback by @thenick775 in https://github.com/thenick775/gbajs3/pull/46
    • chore: periodic package upgrades by @thenick775 in https://github.com/thenick775/gbajs3/pull/47
    • chore: periodic package upgrades by @thenick775 in https://github.com/thenick775/gbajs3/pull/48
    • feat: quick reload across sessions by @thenick775 in https://github.com/thenick775/gbajs3/pull/50
    • chore: bump wasm files by @thenick775 in https://github.com/thenick775/gbajs3/pull/52
    • chore: update deps by @thenick775 in https://github.com/thenick775/gbajs3/pull/53
    • chore: periodic package updates by @thenick775 in https://github.com/thenick775/gbajs3/pull/56
    • increase nginx 4xx retry by @thenick775 in https://github.com/thenick775/gbajs3/pull/57
    • chore: upgrade deps by @thenick775 in https://github.com/thenick775/gbajs3/pull/59
    • chore: update legal copy by @thenick775 in https://github.com/thenick775/gbajs3/pull/60
    • feat: allow cheats raw input to horizontally scroll for long lines by @thenick775 in https://github.com/thenick775/gbajs3/pull/61
    • chore: upgrade deps by @thenick775 in https://github.com/thenick775/gbajs3/pull/62
    • chore: periodic updates - auth server by @thenick775 in https://github.com/thenick775/gbajs3/pull/63
    • fix: sticky opad by @thenick775 in https://github.com/thenick775/gbajs3/pull/65
    • chore: upgrade deps by @thenick775 in https://github.com/thenick775/gbajs3/pull/66
    • feat: update file upload copy, support zipped rom uploads by @thenick775 in https://github.com/thenick775/gbajs3/pull/67
    • feat: server, support uploading zipped rom files by @thenick775 in https://github.com/thenick775/gbajs3/pull/68
    • chore: update copy by @thenick775 in https://github.com/thenick775/gbajs3/pull/69
    • refactor: disable profile menu when built without server url by @thenick775 in https://github.com/thenick775/gbajs3/pull/71
    • chore: update deps by @thenick775 in https://github.com/thenick775/gbajs3/pull/72
    • chore: swagger updates, fmt swagger annotations by @thenick775 in https://github.com/thenick775/gbajs3/pull/73
    • feat: upload rom from external url by @thenick775 in https://github.com/thenick775/gbajs3/pull/75
    • chore: standardize node versions, upgrade deps by @thenick775 in https://github.com/thenick775/gbajs3/pull/76
    • refactor: allow text selection within modals by @thenick775 in https://github.com/thenick775/gbajs3/pull/77
    • fix: control panel tour zindex on desktop by @thenick775 in https://github.com/thenick775/gbajs3/pull/78
    • fix: control panel beacon zindex by @thenick775 in https://github.com/thenick775/gbajs3/pull/80
    • chore: update deps by @thenick775 in https://github.com/thenick775/gbajs3/pull/81
    • feat: persist fast forward settings by @thenick775 in https://github.com/thenick775/gbajs3/pull/82
    • fix: keyboard input by @thenick775 in https://github.com/thenick775/gbajs3/pull/83
    • fix: offline wasm binary load by @thenick775 in https://github.com/thenick775/gbajs3/pull/85
    • feat: download files from file system modal by @thenick775 in https://github.com/thenick775/gbajs3/pull/88
    • feat: vite relative base path by @thenick775 in https://github.com/thenick775/gbajs3/pull/90
    • chore: upgrade auth deps by @thenick775 in https://github.com/thenick775/gbajs3/pull/91
    • chore: upgrade admin deps by @thenick775 in https://github.com/thenick775/gbajs3/pull/92
    • chore: upgrade deps by @thenick775 in https://github.com/thenick775/gbajs3/pull/93
    • refactor: virtual controls defaults by @thenick775 in https://github.com/thenick775/gbajs3/pull/95
    • refactor: useid as prefix where necessary by @thenick775 in https://github.com/thenick775/gbajs3/pull/96
    • fix: formatting auth context by @thenick775 in https://github.com/thenick775/gbajs3/pull/97
    • chore: upgrade deps by @thenick775 in https://github.com/thenick775/gbajs3/pull/98
    • refactor: prop passing form registration by @thenick775 in https://github.com/thenick775/gbajs3/pull/99
    • chore: update deps by @thenick775 in https://github.com/thenick775/gbajs3/pull/100
    • fix: navigation menu keyboard actions when disabled by @thenick775 in https://github.com/thenick775/gbajs3/pull/101
    • fix: screen dimensions on desktop by @thenick775 in https://github.com/thenick775/gbajs3/pull/103
    • chore: update deps by @thenick775 in https://github.com/thenick775/gbajs3/pull/105

    Full Changelog: https://github.com/thenick775/gbajs3/compare/1.2...3.0.0

First Previous ... 3 4 5 6 7 Next Last
Powered by Forgejo Version: 13.0.3 Page: 1085ms Template: 351ms
English
Bahasa Indonesia Dansk Deutsch English Español Esperanto Filipino Français Italiano Latviešu Magyar nyelv Nederlands Plattdüütsch Polski Português de Portugal Português do Brasil Slovenščina Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API