Releases: ryonakano/reco
Releases · ryonakano/reco
Reco 2.3.1 Released
Congratulations on the release of elementary OS Hera! 🎉
This release celebrates not only it but also Reco: it has been a year since its first version was released! 🎂
- Downgrade Node.js to fix builds on Travis CI (thanks to @meisenzahl)
- Add Polish translation (thanks to @michalzkosmosu)
- Update French translation (thanks to @NathanBnm)
- Update Japanese translation
- Addressed small coding style fixes and removed unnecessary codes (as always)
Reco 2.3.0 Released
- @andreasomaini, who is the first coding contributor for this project, fixes the weird behavior of the countdown timer when pausing/canceling it! 🎉 A similar fix is addressed for the timer in the recording view too.
- The other biggest change of this version is that now Reco also supports recording sounds from both your microphone and PC at the same time, while it supports recording only either sounds at the same time in the previous releases.
- Now the app exits safely if the encoder is not created successfully
- The app description in the readme and AppCenter has been updated and gets more tantalizing
- Update Japanese translation
- Unnecessary field code that marks the app handleable files gets removed from the desktop file because Reco can't open files
- Source codes are cleaned as always; another small recorder refactoring has been addressed
Reco 2.2.1 Released
- Fix recording won't success when changing the file format. This issue is a regression of the recorder refactoring in the previous release
- Spanish translation is added. Big thanks to @fitojb!! 🇪🇸
- Long and redundant lines get shorter and simpler
Reco 2.2.0 Released
- Getting/setting window positions gets more efficient; Now it uses fewer keys and prevents position changes from being spammed
- Fix the app does not resume the pause icon when you cancel recording while pausing it
- Fix the app shows the successful mark even if a recording is not saved correctly
- The app now saves and restores values typed into the spin buttons. This is because of using GLib.Settings binding when possible
- Good news for contributors who would like to translate the app! The translation guideline came back. Check it out here
- As always, the source code got refined. I removed some stale, unnecessary, or redundant properties and comments. This time, in addition, codes that handle recording was separated from ones that describe UI, which should improve the readability of codes
Reco 2.1.0 Released
- Allow to cancel/pause countdown before recording
- Save recordings when the app window is destroyed
- Fix the app freezes on closing an error dialog
Reco 2.0.0 Released
- Allow to record system sound
- Fix the timer does not stop in accordance with the recording
- Update Japanese translation
Reco 1.1.2 Released
- Grammatically fixes in the app description (by imasaru)
- Fix the localized screenshots don't appear to AppCenter
- Update Japanese translation
Reco 1.1.1 Released
- Provide localized screenshots to AppCenter (French, Japanese, Lithuanian and Dutch)
- Fix temporary recording files remain when quit the app while recording
- Use upper case for WAV
- Update Japanese translation
- Add Dutch translation (by Vistaus)
Reco 1.1.0 Released
- Fix the app isn't listed in the "Sound & Video" category in Applications Menu
- Add a shortcut key to toggle recording
- Fix the name of "Recordings" folder is not created in system language
- Notify success of recording with a check mark
- Allow to cancel/pause recording
- Update translations
Reco 1.0.3 Released
- Show a confirmation dialog when trying to quit the app if a recording is in progress
- Add Lithuanian translation (by welaq)
- Update Japanese translation