Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #64

Merged
merged 1 commit into from
Oct 14, 2023
Merged

chore: release main #64

merged 1 commit into from
Oct 14, 2023

Conversation

github-actions[bot]
Copy link
Contributor

🤖 I have created a release beep boop

solo2-desktop: 1.0.0

1.0.0 (2023-10-14)

Features

  • add key names to TOTP (9fd9c88)
  • add side menu (2671ae8)
  • add TOTP credentials (a2a44e2)
  • add updater (8b40e08)
  • basic diagnostics/maintenance (913dd71), closes #4
  • basic totp implementation (421e3fa)
  • basic working version (71eab76)
  • basically working listing + updating (b18b4e5)
  • better UX when hiding TOTP codes (b1be12a)
  • copy TOTP codes on click (6f52faf)
  • delete TOTP credentials (f7ff068)
  • don't use dynamic imports for store api (6cbfced)
  • generate new icons (dcf0235)
  • get most of the app working without svelte kit (24436de)
  • improve TOTP registration styling (72ad8bb)
  • proper release pipeline (6e6db14)
  • refresh list after adding and work with multiple keys (6ddfe91)
  • register HTOP (80f6c65)
  • rename OathCard to TotpCard to prepare for hotp (814b840)
  • small UI improvements (fe5199f)
  • start on a basic key naming implementation without a store yet (a15a87e)
  • ui: add tooltip to selected file button (596dadb)
  • update progress (7c50615)
  • update: upload firmware from files (fb5394e), closes #8
  • upgrade to Svelte 4 (c10dde7)
  • use tauri-plugin-store (9104529)
  • wink (771e0c4)
  • working key name change (20dedd0)

Bug Fixes

  • add aliases to tsconfig so VSCode doesn't complain (4b0dd5b)
  • add prerender entries (1307b85)
  • apply_mica parameter changes (e9faf0d)
  • ci: use fromJSON (989d520)
  • currect updater endpoints (6741bee)
  • default-run target (f532ff5)
  • deps: update dependency @fontsource/fira-mono to v5 (#41) (716fa31)
  • deps: update rust crate tauri to 1.2.5 [security] (#22) (54c0411)
  • deps: update rust crate tokio to 1.32.0 (#26) (a513cc0)
  • deps: update rust crate tokio to 1.33.0 (#55) (60ce644)
  • deps: update rust crate ureq to 2.7.1 (#27) (6919518)
  • deps: update rust crate ureq to 2.8.0 (#53) (2168b05)
  • deps: update rust crate window-vibrancy to 0.4.0 (#28) (36fb560)
  • deps: update rust crate window-vibrancy to 0.4.2 (#48) (fea4fe9)
  • deps: update tauri monorepo (#29) (64618ff)
  • deps: update tauri monorepo (#42) (2fad380)
  • deps: update tauri monorepo (#43) (8b24b0b)
  • don't use full ref (391d998)
  • filter releases (c1cc36d)
  • fromJSON (22eedc0)
  • hide isolation iframe (9e006e4)
  • it's not python (ca581a2)
  • linter updates (4fd0b36)
  • make release id work perhaps (7e3a830)
  • mark active nav link on key-specific TOTP page (a4099c1)
  • release-please config name (d507de9)
  • release: use -i in sed (a7e6fc9)
  • release: use await (2f1436f)
  • release: use tag ref (8417d4d)
  • remove pre-release on Windows (c09950e)
  • remove some unnecessary styles (207eb60)
  • set version to package.json (a397dc4)
  • simplify get-ref code (0d3824c)
  • sometimes the expander could get stuck when quickly opening/closing it (c12250b)
  • styling (23b9548)
  • test output (d49d4ce)
  • typo (4479ed3)
  • ui: correct calver format to one used by solokeys (b69874f)
  • update tauri plugin store usage (c6642f2)
  • update version in Cargo.toml (d8cfcef)
  • use alpha branch (ed04993)
  • use sha (70933ce)
  • warn when major is different, not the same (6d9207a)
solo2-desktop: 1.0.0

1.0.0 (2023-10-14)

Features

Bug Fixes

  • apply_mica parameter changes (e9faf0d)
  • currect updater endpoints (6741bee)
  • default-run target (f532ff5)
  • deps: update rust crate tauri to 1.2.5 [security] (#22) (54c0411)
  • deps: update rust crate tokio to 1.32.0 (#26) (a513cc0)
  • deps: update rust crate tokio to 1.33.0 (#55) (60ce644)
  • deps: update rust crate ureq to 2.7.1 (#27) (6919518)
  • deps: update rust crate ureq to 2.8.0 (#53) (2168b05)
  • deps: update rust crate window-vibrancy to 0.4.0 (#28) (36fb560)
  • deps: update rust crate window-vibrancy to 0.4.2 (#48) (fea4fe9)
  • deps: update tauri monorepo (#29) (64618ff)
  • deps: update tauri monorepo (#42) (2fad380)
  • deps: update tauri monorepo (#43) (8b24b0b)
  • linter updates (4fd0b36)
  • set version to package.json (a397dc4)
  • update tauri plugin store usage (c6642f2)
  • update version in Cargo.toml (d8cfcef)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--main branch from 5acff9f to 8f20b2f Compare October 14, 2023 21:03
@oplik0 oplik0 merged commit 0450566 into main Oct 14, 2023
@github-actions
Copy link
Contributor Author

@github-actions
Copy link
Contributor Author

oplik0 pushed a commit that referenced this pull request Oct 14, 2023
* chore: release main (#64)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* chore: release main

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upload firmware from a file Basic device diagnostics/actions
1 participant