Releases: kentya6/Fuwari
v1.0.0
➕ Added the function to change the display range in the space.
➕ Added the function to move windows with the arrow keys.
➕ The window generation position has been changed to be the same as the selected area.
🐛 Fixed a bug in which a small window is displayed at startup.
🐛 Fixed a bug that the zoom in command was different on JIS keyboards.
🐛 Fixed a bug in which the "Launch at login" function was not working properly.
➕ 操作スペースでの表示範囲を変更できる機能を追加しました
➕ 矢印キーでウィンドウを移動する機能を追加しました
➕ ウィンドウの生成位置が選択範囲と同じになるように変更しました
🐛 起動時に小さいウィンドウが表示される不具合を修正しました
🐛 JISキーボードで拡大のコマンドが異なる不具合を修正しました
🐛 「ログイン時に起動」の機能が正常に動作していない不具合を修正しました
v0.6.0
➕Change bundle id of the app (Please delete the previous version of the app)
➕Added the ability to send to Gyazo from the right-click menu
➕Image scaling can now be changed by dragging the mouse
➕Added the ability to change the transparency of the capture with the mouse wheel
➕Added support for OS standard dark themes
➕Added the ability to specify the degree of transparency when dragging from the settings screen
✨Universal Binary with support for Apple Silicon
✨Changed the default shortcut for capture to Cmd+Shift+7
✨Changed so that captures are displayed in all workspaces
🐛Fixed an issue that caused the app to crash when canceling capture with ESC
🐛Fixed a memory leak issue
➕アプリのbundle idを変更しました(以前のバージョンのアプリは削除してください)
➕右クリックメニューからGyazoに送信できる機能を追加しました
➕画像の拡大縮小をマウスドラッグで変更可能にしました
➕マウスウィールでキャプチャの透明度を変更できるようにしました
➕OS標準のダークテーマに対応しました
➕設定画面からドラッグ移動時の透明度を指定できるようにしました
✨Apple Siliconに対応したUniversal Binaryにしました
✨キャプチャのデフォルトショートカットをCmd+Shift+7に変更しました
✨キャプチャが全てのワークスペースで表示されるように変更しました
🐛キャプチャをESCでキャンセルするとアプリがクラッシュする問題を修正
🐛メモリーリークが発生していた問題を修正
thanks to the contribution!
@sskmy1024y
PR: #18
v0.5.1
v0.5.0
v0.4
- ➕ Enabled to select image export format
- ➕ Added display the menu when Right-click the cut image
- ➕ ⌘+ / ⌘- to zoom in / zoom out the image
- ➕ Added ⌘C to copy the image to the clipboard
- 🐛 Fixed shortcut not working with some keyboard layout
- 🐛 Fixed an issue where shortcuts were enabled during capture
- 🐛 Fixed the beep sound was enabled at shortcut
- ➕ 画像の書き出し形式を選択できるようにしました
- ➕ 切り取った画像を右クリックしてメニューを表示するようにしました
- ➕ ⌘+/⌘-で画像を拡大/縮小できるようにしました
- ➕ ⌘Cで画像をクリップボードにコピーするようにしました
- 🐛 一部のキーボード配列でショートカットが動作しない問題を修正
- 🐛 キャプチャ中にショートカットが有効になっている問題を修正
- 🐛 ショートカット時にビープ音が有効になっていたので修正
v0.3
- 🔥 Removed launch view
- ➕ Added about app view
- ➕ Added customizable capture shortcut
- 🐛 Fixed a problem that capture shifted with some multi-screen
- ➕ Improved capture accuracy
- 🐛 Slightly lowered the display of the captured screen from the top
- 🐛 Fixed a problem that the cursor remained when moving the mouse to multi-screen edge
- 🔥 起動画面を削除(メニューバーからのみの操作としました)
- ➕ アプリ情報画面を追加
- ➕ キャプチャのショートカットをカスタマイズできるようになりました
- 🐛 一部のマルチスクリーンでキャプチャがずれる問題を修正
- ➕ キャプチャ精度を向上
- 🐛 キャプチャした画面の表示を最上面から少し下げました
- 🐛 マルチスクリーンで画面端にマウスを動かしたときにカーソルが残る問題を修正
v0.21
v0.2
- ➕Support multi screen capture
- ➕Add Cancel capture when Esc key pressed
- 🐛Remove global preference hotkey
- ✨Change default capture shortcut key from Cmd+Shift+5 to Cmd+Shift+6
- ✨Add cursor coordinate shadow
- 🐛Fix y-coordinate position
- 🐛Fix cursor hide bug
- ➕マルチスクリーン対応
- ➕Escキーによるキャプチャキャンセル追加
- 🐛環境設定のショートカットが他のアプリより優先される問題の修正
- ✨キャプチャのデフォルトショートカットをCmd+Shift+5からCmd+Shift+6へ変更
- ✨キャプチャ時のカーソルの数値を見やすくしました
- 🐛カーソルのy座標を反転し、標準と合わせました
- 🐛カーソルが消える問題の修正