Releases: jrosener/digitalscratch
Releases · jrosener/digitalscratch
Digital-Scratch v1.8.0
- audio:
- decoding: replace ffmpeg deprecated API (#118)
- mp3: fix failing mp3 decoding since new ffmpeg
- decoding: fix memory leaks
- scan music key: fix crash while scanning a lot of tracks
- audio track tag management: (#91)
- database: get/store list of tags for a track
- gui: add buttons and menus for tag management
Buttons:- to add a new tag (open a dialog)
- to show/hide untagged tracks
- to show/hide tracks tagged with the button's tag name
- to select/deselect all tags buttons
Righ-click (on a track name) sub menus: - to apply a tag to a track
- to remove a tag from a track
- file browser: remove collapse/expand (now showing a flat file structure)
- file_browser: show tags for each tracks
- gui:
- file browser: always show 2 digits for music keys (required for sorting)
- file browser: support for actions (scan key, add/rem tag,...) of multiple
tracks selection. - fullscreen: disable screensaver in fullscreen mode
- audio track search: more efficient search mechanism
- playlist: support add/remove/moveup/movedown actions in a loaded playlist
- tests:
- travis CI: switch test environment from Ubuntu 14.04 to 16.04
- gui:
- fix translation issues (#131)
- coding:
- dicer: move Dicer's reader/writer command thread outside of control process
- configuration:
- settings: support backup/restore app settings and music DB
- log:
- add a minimum log level
- packaging:
Digital-Scratch v1.7.0
- features:
- tracklist: add a "SHOW" button that open the tracklist currently played (#125)
- configuration:
- settings: add path of recorded tracklist as a user setting (#124)
- gui:
- dicer (external midi controller):
- cue point: pause playback while button "play from cue point" is pressed (#65)
- tests:
- travis CI: switch test environment from Ubuntu 12.04 to 14.04 (d566b72)
- libdigitalscratch 1.7.0 (motion detection engine):
- coding: rename some classes for better understanding (33bb8e1)
Digital-Scratch v1.6.2
Digital-Scratch v1.6.1
Digital-Scratch v1.6.0
- Features:
- Motion detection engine (libdigitalscratch):
- Music tracks management:
- Graphics:
- refactor the main GUI buttons into a menu layer (#104)
- Coding:
Digital-Scratch v1.5.0
- Features:
- Configuration:
- Graphics:
- Bug fix:
- application is blocked during audio file parsing at startup (#85)
Digital-Scratch v1.4.0
- Features:
- Configuration:
- Graphics:
- added a directory browser panel (#77)
- added buttons to reset samplers (#78)
- added buttons to reset cue points (#52)
- added right click contextual menu for track loading (#74)
- added drag and drop support for track loading (#61)
- added buttons to start/stop motion detection (#73)
- added a progress bar when analysing file audio collection (#69)
- Build:
- created Debian stable package (#75)
- added again support of Qt4.x
Digital-Scratch v1.3.0
Digital-Scratch v1.2.0
- Configuration:
- Graphics:
- Bugs:
- fixed a Jack crash
- fixed icon issue in Ubuntu Unity
- fixed a playback issue when playing backward after end of a track (#1)
- Build: