Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • 8cba61fe3eb86d9f4649f9a98766f3145ee146e8
  • master par défaut protégée
  • dev
  • dev-admin
  • migration-pg
  • dev-partie
  • dev-deplacement-msg-erreurs
  • dev-jeux-favoris
  • dev-update-forms
  • dev-header-profil-deconnexion
  • dev-contact
  • dev_page_accueil
  • dev-edit-profil
  • dev-classement
  • dev_espace_membre
  • dev-images
  • javascript_valid_form
  • application_design_views
  • dev-table
  • dev-nestor
20 résultats

footer.include.html

Blame
  • CHANGELOG 2,46 Kio
    # Next
    
    - Download the bakabase with obfuscation or not
    - Add json-c to the download dependency script (add cmake as a requirement for that)
    - Choose between static or shared library for liblektor
    - Download the bakabase with obfuscation or not
    - Implicit types for queries with lkt
    - Import favorites from kurisu as new playlists
    - Catch signals to close cleanly lektord
    - Some bug fixes...
    
    # v2.1 (df74b85f)
    
    - Add dependency dl system at configure time, to be able to build on systems that don't have the correct version of libraries
    - Add hooks at queue begin and queue next events
    - Some documentation update
    - Auto create the config file when it doesn't exist
    - Better separation of modules within lektor
    - Bug fix: failed to clear
    - Bug fix: incorrect play state with sdl2 module
    - Bug fix: failed to insert, queue duplication
    
    # v2.0 (02c1203b)
    
    - Change build toolchain to autotools
    - Asserts are enabled manually at runtime
    - Enable static modules and debug builds at compile time
    - Add a CI
    - Update documentation
    - Some refactor done
    - Some bug fixes...
    
    # v1.8 (3e1d569e)
    
    - Command find <id> command
    - Command lkt queue get renamed 'lkt queue database'
    - Command lkt queue get is calling the find <id> command
    - SDL shortcuts with control key
    - Big and little endian support
    - Modules are more modular
    - Bug fixes
    
    Revision 1 (1fc75ed9)
    
    - Segfault correction when uri is an integer
    
    Revision 2 (3fcf202e)
    
    - Add plt list to list all available playlists
    - Add plt list <name> [query] to list the content of a playlist with
      possibility of filtering the results with a query
    - Fix some bugs (mostly segfaults on incorrect input)
    
    Revision 3 (c41b723e)
    
    - No more crash when inserting in the queue
    - The lkt command is usable in php, some signal handlers can't be installed there (damn php)
    - Some bug fixes
    
    # v1.7 (1f2e80fa)
    
    - DB lock
    - SDL shortcuts
    - DB improvements
    - Restart keeps the play state
    - Addid can add multiple ids to the queue
    - Playlists and queue interaction improved
    - Bug fixes...
    
    # v1.6 (d7ac3759)
    
    - Stickers support
    - Update and rescan
    - Archlinux package
    
    # v1.5 (70c68ec6)
    
    - Bug fixes
    - Drop search add and search insert, use queue add and queue insert now
    - Own ini parser
    - Source code is only in ISC licence
    
    # v1.4 (f0615d2f)
    
    - Sync from kurisu with update and rescan commands
    - Manpages
    - Introduction of mthread
    - Compiles with gcc and clang
    
    # v1.3 (89c82c01)
    
    - Drop PCRE dependency
    - Add help to lkt and lktadm commands
    
    # v1.2 (5974e1ba)
    
    - Add the sdl module