All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
nicer listen bubbles for artists
handle available jobs
smol top margin for main nav
profile works again, smol unused stuff
make series generation more modular
nicer album overview
remove queue tabs in job index
tag default rules not being created when using Tags.create_tag/1
remove unused params
rename top artists/albums
only add default tag rule on insert
use Report.top for artist chart
show newest artists/albums
add icons to bookmark buttons
add bookmark sidebar
improve card meta
give home link a title
turn bookmark visit link into live_redirect
use coffe icon for jobs
add icon to add bookmark button
show tagged bookmarks on tag show page
revert gzip to false
use live_patch on tag show page
job duration for discarded jobs
card styles for job errors
use normal path for site.webmanifest
add markdown class to note content
add edit button to note component
add markdown rendering to notes content
inbox shows only untagged bookmarks
artist/album card styles
excess spacing on notes
fucked up closure_table dep
delete note
delete notebook
add card footer, remote root note component
add card content class
add notes, initial ugly ui
delete notes on notebook delete
update notebooks
edit notes
add initial notes application
missing content classes on jobs and tags
return of the confirmation box on delete :)
bookmark html missing content class
rename notebook form
add names to user, improve profile
add listen charts route
album show
update silly chart, load though hooks
add chart.js and chartkick from npm
format chart date
wrap chart in card
artist/album pages span 2 weeks now
remove inspects
greatly improve silly chart
nicer chart colors
remove jobstate
prevent listen image from shrinking
add top albums/artists :)
add report module for listens
add listen sidebar
support image sizes for artists, albums
uploader default path
warnings
listens: update listens on worker completion
add initial listen overview page
listens: add artist and album image workers
upload path
separate job errors
handle_info without page nor queue params
pass down job_id to pubsub
reduce attempts of listenbrainz worker
limit concurrency to 1 for listens
payload string too long in NOTIFY trigger
prevent merging unrelated albums
listen cards
clean up logging in listenbrainz worker
unified stats for listenbrainz worker
listens: add sidebar component
add bookmark icon
handle_info without page nor queue params
pass down job_id to pubsub
reduce attempts of listenbrainz worker
limit concurrency to 1 for listens
payload string too long in NOTIFY trigger
prevent merging unrelated albums
assign existing bookmark jobs to bookmark queue
put bookmark worker in bookmark queue
clean up logging in listenbrainz worker
unified stats for listenbrainz worker
listens: listenbrainz worker
listens: add album functions, fix schemas
duration crashes when completed_at is nil
missing db references
make email field an actual email field lol
tweak main#content nav hover styles
tweak notification colors
tweak divider colors
add job sidebar
add listen app
search tags with ilike instead of equals
order tags by name
tags and favorite status on bookmarks
add iconview to render svg icons
make sidebar sticky :DDD
make main nav scrollable on smol devices
limit Bookmark worker to 5 attempts
move telemetry to Tomie
show archive in bookmark index, hide archived bookmarks elsewhere
add archive action to bookmark
Navigate to selected filter on Bookmark show backbutton, fixes #25
expand scope of .icon class
use Phoenix.PubSub.subscribe/3
add telemetry and live_dashboard :))
update to Phoenix 1.5 RC0 :))
show recent page as default
only show host of bookmark source, hyphenate source & title
add inbox which shows untagged/unviewed bookmarks
add icons to sidebar, hide text on smol devices
add .button to all submit buttons to prevent stripping their styles
incorrect App name in systemd service
preserve search query when switching filters in sidebar
add is_favorite, is_published, is_archived fields to bookmark
initial sidebar for bookmark index
favicon
add changeset error when content cannot be rendered
dont render markdown inside p tag