Skip to content

Releases: ryonakano/reco

Reco 2.3.1 Released

05 Dec 11:33
Compare
Choose a tag to compare

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

31 Oct 11:09
Compare
Choose a tag to compare
  • @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

24 Sep 09:40
Compare
Choose a tag to compare
  • 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

08 Sep 13:50
Compare
Choose a tag to compare
  • 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

03 Aug 00:40
Compare
Choose a tag to compare
  • 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

01 Jun 11:58
Compare
Choose a tag to compare
  • Allow to record system sound
  • Fix the timer does not stop in accordance with the recording
  • Update Japanese translation

Reco 1.1.2 Released

09 Apr 03:38
Compare
Choose a tag to compare
  • 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

29 Mar 16:21
Compare
Choose a tag to compare
  • 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

11 Mar 09:17
Compare
Choose a tag to compare
  • 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

19 Feb 00:12
Compare
Choose a tag to compare
  • Show a confirmation dialog when trying to quit the app if a recording is in progress
  • Add Lithuanian translation (by welaq)
  • Update Japanese translation