Releases: seriousm4x/UpSnap
Releases · seriousm4x/UpSnap
4.1.2-beta.2
Changelog
Bug fixes
- 5292ca8: fix: chinese date-fns import (@seriousm4x)
- f3ba248: fix: kill child processes of shutdown cmd #266 (@seriousm4x)
- 49d729e: fix: re-add whitespace for fr (@seriousm4x)
- fc3e6e6: fix: seperate platform specific process killing #266 (@seriousm4x)
Others
- 8457c49: Adding Chinese language (@denymz)
- 915872c: Merge pull request #270 from denymz/i18n-add-zh (@seriousm4x)
- 48228cb: add fr and zh (@seriousm4x)
- be98da5: format and use chinese wiki link (@seriousm4x)
- a4ab575: format pnpm-lock (@seriousm4x)
Npm dependencies
- 62e2096: npm-dep: bump @sveltejs/kit from 1.25.2 to 1.26.0 in /frontend (@dependabot[bot])
- 89c93d9: npm-dep: bump pocketbase from 0.18.3 to 0.19.0 in /frontend (@dependabot[bot])
- d12c37c: npm-dep: bump svelte from 4.2.1 to 4.2.2 in /frontend (@dependabot[bot])
- 3788862: npm-dep: bump vite from 4.4.11 to 4.5.0 in /frontend (@dependabot[bot])
4.1.2-beta.1
Changelog
Others
- 433d9e2: Adding French language (@DimitriDR)
- ea328bc: Fixing the typo 'cancle' (@DimitriDR)
- 128a1c6: Fixing typo for cancle instead of cancel in localization files (mainly) (@DimitriDR)
- 4b5354d: Merge remote-tracking branch 'origin/master' into i18n-add-fr (@seriousm4x)
- f525c4a: Update Crowdin configuration file (@seriousm4x)
- 4426d60: possible fix for #266 (@seriousm4x)
- f04a54e: remove whitespace chars (@seriousm4x)
- 90ebd6d: update deps (@seriousm4x)
- 888cd82: use full nmap path in exec (@seriousm4x)
Go dependencies
- c91f676: go-dep: bump github.com/pocketbase/pocketbase in /backend (@dependabot[bot])
- 1584c67: go-dep: bump github.com/pocketbase/pocketbase in /backend (@dependabot[bot])
Npm dependencies
- 8055967: npm-dep: bump @sveltejs/kit from 1.25.1 to 1.25.2 in /frontend (@dependabot[bot])
- 6079ff0: npm-dep: bump @typescript-eslint/eslint-plugin in /frontend (@dependabot[bot])
- 489261f: npm-dep: bump @typescript-eslint/eslint-plugin in /frontend (@dependabot[bot])
- 2d54d9b: npm-dep: bump @typescript-eslint/parser from 6.7.4 to 6.7.5 in /frontend (@dependabot[bot])
- 60e7ca2: npm-dep: bump @typescript-eslint/parser from 6.7.5 to 6.8.0 in /frontend (@dependabot[bot])
- a8a13c5: npm-dep: bump daisyui from 3.8.3 to 3.9.1 in /frontend (@dependabot[bot])
- f4f8d27: npm-dep: bump daisyui from 3.9.1 to 3.9.2 in /frontend (@dependabot[bot])
- a649e04: npm-dep: bump daisyui from 3.9.2 to 3.9.3 in /frontend (@dependabot[bot])
- a0d07ac: npm-dep: bump eslint from 8.50.0 to 8.51.0 in /frontend (@dependabot[bot])
- fab9f8e: npm-dep: bump eslint-plugin-svelte from 2.33.2 to 2.34.0 in /frontend (@dependabot[bot])
- 76b59e3: npm-dep: bump pocketbase from 0.18.0 to 0.18.1 in /frontend (@dependabot[bot])
- 88cfead: npm-dep: bump pocketbase from 0.18.1 to 0.18.2 in /frontend (@dependabot[bot])
- 2699ec5: npm-dep: bump pocketbase from 0.18.2 to 0.18.3 in /frontend (@dependabot[bot])
- 16107e0: npm-dep: bump vite from 4.4.10 to 4.4.11 in /frontend (@dependabot[bot])
- d01bad5: npm-dep: bump vite from 4.4.9 to 4.4.10 in /frontend (@dependabot[bot])
4.1.1
Changelog
Bug fixes
- 36d3afd: fix: date-fns not loading locales correctly (@seriousm4x)
Others
- 7e1491d: Update README.md (@seriousm4x)
- 47ed85f: add translating info to readme (@seriousm4x)
- 4b63d77: draft new releases first (@seriousm4x)
4.1.0
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)
4.1.0-beta.2
Changelog
Features
- 406f3cc: feat: change location of DefaultDataDir (@seriousm4x)
Bug fixes
- 6b91d15: fix: improve input width on small screens (@seriousm4x)
- 372c054: fix: spelling (@seriousm4x)
- d44bea5: fix: width of group add btn on small screens (@seriousm4x)
Others
- f521e6d: add typescript type to var (@seriousm4x)
- cf55c4a: format (@seriousm4x)
4.1.0-beta.1
Changelog
Features
- 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)
Bug fixes
- 7168ca2: fix: make sure $settingsPub is not undefined #242 (@seriousm4x)
Others
- 4878003: change to heading (@seriousm4x)
- 3c6c109: changelog: show 'others' above depndencies (@seriousm4x)
- 1fbb60f: cleanup: auto organize ts imports (@seriousm4x)
- 1f6e3c1: fix link (@seriousm4x)
- 72772fd: go-dep: bump github.com/pocketbase/pocketbase in /backend (@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])
- 8e86f3c: some i18n clean ups (@seriousm4x)
- d1e6b8a: update deps (@seriousm4x)
4.0.7
Changelog
Features
- e3ab652: feat: add some go unit tests (@seriousm4x)
- b67933a: feat: re-add non-root docker user #207 (@seriousm4x)
Go dependencies
- fcf25c9: go-dep: bump github.com/pocketbase/pocketbase in /backend (@dependabot[bot])
- 3d19ac7: go-dep: bump github.com/pocketbase/pocketbase in /backend (@dependabot[bot])
- eb5e073: go-dep: bump github.com/pocketbase/pocketbase in /backend (@dependabot[bot])
- ec01f35: go-dep: update all (@seriousm4x)
Npm dependencies
- 125c866: npm-dep: bump @sveltejs/kit from 1.24.1 to 1.25.0 in /frontend (@dependabot[bot])
- c1c464e: npm-dep: bump @typescript-eslint/eslint-plugin in /frontend (@dependabot[bot])
- 7780383: npm-dep: bump @typescript-eslint/parser from 6.6.0 to 6.7.0 in /frontend (@dependabot[bot])
- 4638545: npm-dep: bump daisyui from 3.7.3 to 3.7.4 in /frontend (@dependabot[bot])
- 6465711: npm-dep: bump daisyui from 3.7.4 to 3.7.5 in /frontend (@dependabot[bot])
- 952741e: npm-dep: update all (@seriousm4x)
Github Actions
- 9f5e253: gh-action: bump all actions (@seriousm4x)
- b5b994a: gh-action: bump docker/build-push-action from 4 to 5 (@dependabot[bot])
Others
- 5250d4a: go test -exec sudo (@seriousm4x)
- 8f84afa: remove ping test (@seriousm4x)
- 6c80eba: rename workflow (@seriousm4x)
- 45067e5: run test as sudo? (@seriousm4x)
- b4bd8c7: make root/non-root more clear (@seriousm4x)
4.0.7-beta.1
Changelog
Features
- e3ab652: feat: add some go unit tests (@seriousm4x)
- b67933a: feat: re-add non-root docker user #207 (@seriousm4x)
Go dependencies
- fcf25c9: go-dep: bump github.com/pocketbase/pocketbase in /backend (@dependabot[bot])
- 3d19ac7: go-dep: bump github.com/pocketbase/pocketbase in /backend (@dependabot[bot])
- eb5e073: go-dep: bump github.com/pocketbase/pocketbase in /backend (@dependabot[bot])
- ec01f35: go-dep: update all (@seriousm4x)
Npm dependencies
- 125c866: npm-dep: bump @sveltejs/kit from 1.24.1 to 1.25.0 in /frontend (@dependabot[bot])
- c1c464e: npm-dep: bump @typescript-eslint/eslint-plugin in /frontend (@dependabot[bot])
- 7780383: npm-dep: bump @typescript-eslint/parser from 6.6.0 to 6.7.0 in /frontend (@dependabot[bot])
- 4638545: npm-dep: bump daisyui from 3.7.3 to 3.7.4 in /frontend (@dependabot[bot])
- 6465711: npm-dep: bump daisyui from 3.7.4 to 3.7.5 in /frontend (@dependabot[bot])
- 952741e: npm-dep: update all (@seriousm4x)
Github Actions
- 9f5e253: gh-action: bump all actions (@seriousm4x)
- b5b994a: gh-action: bump docker/build-push-action from 4 to 5 (@dependabot[bot])
Others
- 5250d4a: go test -exec sudo (@seriousm4x)
- 8f84afa: remove ping test (@seriousm4x)
- 6c80eba: rename workflow (@seriousm4x)
- 45067e5: run test as sudo? (@seriousm4x)