Warning
The default location for the pb_data
location has moved. No actions from you should be required.
- Previously it was the same directory as the upsnap binary (
./pb_data
). - Now it will only use the
pb_data
directory if it already exists in the same path and will fall back to the user home directory~/.config/upsnap
.
π i18n Support
UpSnap is now available in:
- πΊπΈ English (en-US)
- π©πͺ German (de-DE)
- π΅πΉ Portuguese (pt-PT) (thanks to @MadTiago)
Language defaults to the browser language with fallback to english if no translation exists. On the account edit page you can choose your prefered language as well, which will overwrite the default language.
You can change the language on the /account
page.
If you can speak other languages, please help translating! Check out the wiki how to do it.
π§ AUR package
UpSnap is now available in the AUR. You can install it like this:
yay -Sy upsnap-bin
Changelog
Features
- 8316eae: feat: add arch aur package (@seriousm4x)
- 3590f66: feat: i18n add portuguese (@seriousm4x)
- 406f3cc: feat: change location of DefaultDataDir (@seriousm4x)
- d544899: feat: i18n add missing toast #71 (@seriousm4x)
- 7d2b3a7: feat: i18n add rest of routes #71 (@seriousm4x)
- a1cba01: feat: i18n completed #71 (@seriousm4x)
- db6990f: feat: i18n home page #71 (@seriousm4x)
- 003c202: feat: initial i18n support #71 (@seriousm4x)
Others
- e2ba2b4: Added pt-PT language (@MadTiago)
- 32914fa: Replaced double to single quote (@MadTiago)
- 2a72aa9: Update Crowdin configuration file (@seriousm4x)
- fe63b4d: Update Crowdin configuration file (@seriousm4x)
- c79dc23: add date-fns import for pt (@seriousm4x)
- ef08c05: go mod tidy (@seriousm4x)
- b34c9e9: goreleaser git ignore beta tags (@seriousm4x)
- c593c98: goreleaser ignore beta tags (@seriousm4x)
- f2bd222: import correct base locales (@seriousm4x)
- ee1403a: inherit lang variations from base language (@seriousm4x)
- 297574c: readme: add i18n support (@seriousm4x)
- 6dc6f6f: revert changelog structure (@seriousm4x)
- 1661401: update deps (@seriousm4x)
- f521e6d: add typescript type to var (@seriousm4x)
- cf55c4a: format (@seriousm4x)
- 4878003: change to heading (@seriousm4x)
- 3c6c109: changelog: show 'others' above depndencies (@seriousm4x)
- 1fbb60f: cleanup: auto organize ts imports (@seriousm4x)
- 1f6e3c1: fix link (@seriousm4x)
- 8e86f3c: some i18n clean ups (@seriousm4x)
- d1e6b8a: update deps (@seriousm4x)
Go dependencies
- 72772fd: go-dep: bump github.com/pocketbase/pocketbase in /backend (@dependabot[bot])
Npm dependencies
- b065fc3: npm-dep: bump @typescript-eslint/eslint-plugin in /frontend (@dependabot[bot])
- 26a2ae7: npm-dep: bump @typescript-eslint/parser from 6.7.3 to 6.7.4 in /frontend (@dependabot[bot])
- 11c4410: npm-dep: bump daisyui from 3.8.2 to 3.8.3 in /frontend (@dependabot[bot])
- 4c0dab6: npm-dep: bump @sveltejs/kit from 1.25.0 to 1.25.1 in /frontend (@dependabot[bot])
- c02b912: npm-dep: bump @typescript-eslint/eslint-plugin in /frontend (@dependabot[bot])
- 553bc7e: npm-dep: bump @typescript-eslint/parser from 6.7.2 to 6.7.3 in /frontend (@dependabot[bot])
- b73eae6: npm-dep: bump autoprefixer from 10.4.15 to 10.4.16 in /frontend (@dependabot[bot])
- 0da9070: npm-dep: bump daisyui from 3.7.5 to 3.7.6 in /frontend (@dependabot[bot])
- 875111a: npm-dep: bump daisyui from 3.7.6 to 3.7.7 in /frontend (@dependabot[bot])
- ee15619: npm-dep: bump daisyui from 3.7.7 to 3.8.0 in /frontend (@dependabot[bot])
- 6afd6c5: npm-dep: bump daisyui from 3.8.0 to 3.8.1 in /frontend (@dependabot[bot])
- a36716a: npm-dep: bump eslint from 8.49.0 to 8.50.0 in /frontend (@dependabot[bot])
- 543b45e: npm-dep: bump eslint-plugin-svelte from 2.33.1 to 2.33.2 in /frontend (@dependabot[bot])
- 39ec66c: npm-dep: bump postcss from 8.4.29 to 8.4.30 in /frontend (@dependabot[bot])
- 31dbf4d: npm-dep: bump postcss from 8.4.30 to 8.4.31 in /frontend (@dependabot[bot])
- 57a8a88: npm-dep: bump svelte from 4.2.0 to 4.2.1 in /frontend (@dependabot[bot])
- 4e12a33: npm-dep: bump svelte-check from 3.5.1 to 3.5.2 in /frontend (@dependabot[bot])
Github Actions
- b6029e1: Revert "gh-action: replace $ with quotes for env vars" (@seriousm4x)
- 2639d61: Revert "gh-action: use filepath for private_key" (@seriousm4x)
- 02367b5: gh-action: add needs check-runner (@seriousm4x)
- 7be5374: gh-action: add quotes (@seriousm4x)
- b32d569: gh-action: auto-choose runner (@seriousm4x)
- ef32a48: gh-action: fix env AUR_KEY (@seriousm4x)
- e8e64df: gh-action: only test if backend files changed (@seriousm4x)
- 2457a60: gh-action: replace $ with quotes for env vars (@seriousm4x)
- 8f55285: gh-action: replace $ with quotes for private_key (@seriousm4x)
- b430d37: gh-action: test auto-choose runner (@seriousm4x)
- 909702c: gh-action: use filepath for private_key (@seriousm4x)