Xinyu Yang
3d279094d4
fix(positioner): Prevent tray relative windows from being moved off-screen ( #291 )
...
* feat: add system tray positioning method
* apply patch
* remove pos
* fix linter
* fix cargo fmt
* linter
* add changefile
* Update and rename stronghold-tray-position.md to tray-position.md
---------
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2023-09-27 15:55:44 +02:00
Alexandre Dang
dacde1629d
feat(stronghold): add an init function that uses argon2 ( #449 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2023-08-08 09:36:16 -03:00
Fabian-Lars
9e440d27ae
chore: Re-add changefiles from #416 and #422 ( #457 )
...
This reverts commit 8916544034 .
2023-07-10 12:51:28 +02:00
github-actions[bot]
395ff65547
Publish New Versions ( #470 )
...
* publish new versions
* Update Cargo.toml
---------
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2023-07-10 12:29:59 +02:00
Fabian-Lars
ad3028646c
fix(persisted-scope): separately save asset protocol patterns ( #459 )
2023-07-10 11:22:11 +02:00
github-actions[bot]
8916544034
remove changefiles to publish release ( #456 )
...
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
2023-06-30 00:26:02 +02:00
github-actions[bot]
3d4697b34a
publish new versions ( #417 )
...
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2023-06-30 00:15:29 +02:00
Thibault
9174b808dc
[persisted scope] fix: handle recursive directory correctly ( #455 )
...
* fix: use correct functions to allow/forbid
Without changing the data structure
* fix: wrong type passed when passing path by ref
* fix: remove '**' before allowing pattern to no trash the scope
* fmt: run fmt
* fix: Remove trailling '*' for non-recursive directories
* fix: remove superfluous asteriks recursively
* info: add changefile
* fix: remove unwated yarn.lock
* fix: simplify directories' fix and apply it to forbid_path too.
* fix: simplify path to str in fix_directory
* don't convert path back to str
* Update persisted-scope-fix-handle-glob-directories.md
---------
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2023-06-29 23:23:08 +02:00
amrbashir
be2a90b7e2
chore: remove unneeded change file
2023-06-13 15:56:09 +03:00
Amr Bashir
617cf38069
fix(window-state): propagate promise ( #435 )
...
closes #432
2023-06-13 15:47:55 +03:00
Alexandre Dang
ea63b40224
fix(stronghold): change wrong argument name for remove ( #422 )
2023-06-07 08:09:43 -03:00
Lucas Fernandes Nogueira
b3d7d11ae3
fix(stronghold): remove constructor, add static load function ( #416 )
2023-06-06 08:50:05 -03:00
github-actions[bot]
843800ab1e
Publish New Versions ( #341 )
...
* publish new versions
* Update Cargo.toml
* add msrv note to changelog
* changelog wording
---------
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com >
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2023-05-17 17:52:51 +02:00
FabianLars
40e3624f37
ci: change covector script to .cjs file extension
2023-05-17 11:54:56 +02:00
Lucas Fernandes Nogueira
882fcf8ab1
feat(ci): update covector getPublishedVersion ( #339 )
2023-05-02 13:42:52 -03:00
Fabian-Lars
ebb2eb2fe2
fix(persisted-scope): Prevent out-of-memory issues, fixes #274 ( #328 )
...
* fix(persisted-scope): Unescape paths before saving to disk.
* fix cfg flags
* dedupe code
* unescape when reading to try to fix existing files
* add more patterns. only fix pattern on app start. don't check if pattern is allowed already.
* remove dbg log
* typo
* remove unused imports
* clippy
* fix compilation with asset-protocol feature flag enabled
* update patterns
* manually re-save state once
* add changefile
* remove dbg print
2023-04-26 12:37:23 +02:00
FabianLars
8e5dead7d3
ci: Prefill covector manager fields.
2023-04-25 18:14:10 +02:00
Fabian-Lars
3fddf476de
ci: set up covector ( #329 )
...
* ci: set up covector
* remove postpublish
* push new tags to mirrors
* fetch tags of current repo in workflow file
* use our fork of create-pull-request action
* fmt
* use org tokens
* simplify string subst
* fmt again
2023-04-25 17:31:33 +02:00