Releases: jasonjmcghee/rem
v0.1.14
🎉 @cparish312 🎉 with all commits for this release!
IF YOU HAVE INSTALLED BEFORE
If you are experiencing repeatedly re-asking for permissions, even though you've granted:
- Remove permission for the previous version of rem
- Quit the app
- Try recording again, follow prompts (grant access, relaunch the app)
Once we get automatic updates working, this should be fixed...
What's Changed
- Fix chunk indexing by @cparish312 in #90
- Convert frameId to chunksFramesIndex before passing from search to TL and fix search results missing frames with offset of 29 by @cparish312 in #92
- Store OCR Locations by @cparish312 in #94
- Active Display by Mouse Location by @cparish312 in #93
- retryScreenshot for more Robust screenshot loop by @cparish312 in #95
- startScreenCapture in loop by @cparish312 in #96
Full Changelog: v0.1.13...v0.1.14
v0.1.13
Resolution Fix, Start on Login, External Monitor Fix
Still very alpha!
Please let me know if you have issues with the build.
To install:
- open DMG
- drag rem to applications shortcut
- launch
IF YOU HAVE INSTALLED BEFORE
If you are experiencing repeatedly re-asking for permissions, even though you've granted:
- Remove permission for the previous version of rem
- Quit the app
- Try recording again, follow prompts (grant access, relaunch the app)
Once we get automatic updates working, this should be fixed...
What's Changed
- Feat:added login item - Rem will run on boot by @ruslanjabari in #9
- [rem-88]: Ensures the backing scaling factor is taken into account by @jasonjmcghee in #89
- Timeline Fullscreen Without Ext Monitor Blackouts by @cparish312 in #86
New Contributors
- @cparish312 made their first contribution in #86
Full Changelog: v0.1.12...v0.1.13
External / Multiple monitor support (rudimentary, but working)!
Officially, Apple Silicon Only, (but an untested Intel one too)
Still very alpha!
Please let me know if you have issues with the build.
To install:
- open DMG
- drag rem to applications shortcut
- launch
IF YOU HAVE INSTALLED BEFORE
If you are experiencing repeatedly re-asking for permissions, even though you've granted:
- Remove permission for the previous version of rem
- Quit the app
- Try recording again, follow prompts (grant access, relaunch the app)
Once we get automatic updates working, this should be fixed...
What's Changed
- [rem-47]: first step toward multi monitor by @jasonjmcghee in #70
- [rem-66]: Fix status icon constant update on animated screens by @jasonjmcghee in #71
- Update to use our forked SQLite.swift by @jasonjmcghee in #73
- fix external monitor bugs, mainly by calling CGDisplayCreateImage without passing the display frame by @jasonjmcghee in #74
Full Changelog: v0.1.11...v0.1.12
Big Efficiency Improvements and Stability
Officially, Apple Silicon Only, (but an untested Intel one too)
Still very alpha!
Please let me know if you have issues with the build.
To install:
- open DMG
- drag rem to applications shortcut
- launch
What's Changed
- [rem-59]: Found a flag in ffmpeg for h264_videotoolbox for more energy efficiency! by @jasonjmcghee in #67
- [rem-19]: Fix not continuing to record after sleep/wake by @jasonjmcghee in #68
- [rem-50]: Only take a screenshot + ocr if the frame changed by @jasonjmcghee in #69
Full Changelog: v0.1.10...v0.1.11
rem: Improved Efficiency / Reduced Energy Usage and Some Filtering
Notes
You'll see two new settings, both on by default:
- Only OCR the active window
- Faster / Lower accuracy OCR
Feel free to disable either feature, but together they help a lot with energy / cpu usage.
Apple Silicon Only
(until one of you change that!)
Still very alpha!
Please let me know if you have issues with the build.
To install:
- open DMG
- drag rem to applications shortcut
- launch
What's Changed
- [rem-3]: try to get everything ffmpeg + app store to work by @jasonjmcghee in #49
- [rem-52]: fix compatability with 13 by @jasonjmcghee in #53
- whoops, add missing changes in ffmpeg binary due to signing by @jasonjmcghee in #54
- feat:Only OCR active app window by @seletz in #40
- Filter by app names by @caetano-dev in #56
- [rem-59]: Adds 'Fast OCR' (lower accuracy, more efficient) and modifies our approach to be more efficent by @jasonjmcghee in #64
- New database table for unique app names by @caetano-dev in #62
Full Changelog: v0.1.9...v0.1.10
It works!
Apple Silicon Only
(until one of you change that!)
Still very alpha!
Please let me know if you have issues with the build.
To install:
- open DMG
- drag rem to applications shortcut
- launch
What's Changed
- Fix Application Name by @seletz in #37
- MacOS standard settings window. Fix issue#39 by @caetano-dev in #42
- Prompt typo by @sudocurse in #43
New Contributors
- @seletz made their first contribution in #37
- @caetano-dev made their first contribution in #42
- @sudocurse made their first contribution in #43
Full Changelog: v0.1.8...v0.1.9
Stability + Auto-pause (and resume) recording when viewing timeline / searching
Apple Silicon Only
(until one of you change that!)
Still very alpha!
Please let me know if you have issues with the build.
To install:
- open DMG
- drag rem to applications shortcut
- launch
UI + Search Performance Improvements
Apple Silicon Only
(until one of you change that!)
Still very alpha!
Please let me know if you have issues with the build.
To install:
- open DMG
- drag rem to applications shortcut
- launch
Now with 100% more infinite lazy load scroll in search
There was a report that there was a performance regression with this release. Haven't figured out what would have caused it yet, and trying to gather more info, but you've been warned!
scrolling.mp4
Apple Silicon Only
(until one of you change that!)
Still very alpha!
Please let me know if you have issues with the build.
To install:
- open DMG
- drag rem to applications shortcut
- launch
Dark wallpaper support and option to disable cmd + scroll
Apple Silicon Only
(until one of you change that!)
Still very alpha!
Please let me know if you have issues with the build.
To install:
- open DMG
- drag rem to applications shortcut
- launch
"Dark wallpaper support"?
Look, i didn't know what to call it - you can see what i'm talking about here: #20
Oh I also added the feature to be able to jump to where data is stored: #18
And made it possible to disable cmd + scroll: #22