Skip to content

Releases: supakeen/pinnwand

1.1.2

08 Jun 18:45
Compare
Choose a tag to compare

More bugfixes to some things that were either introduced in 1.1.1 or were
lower priority.

  • Update our dependencies.
  • Use the /static URLs directly for logo/favicon (#85)

1.1.1

02 Jun 18:42
Compare
Choose a tag to compare

The traditional bugfix release for the previous release. No real bugs here
but something to prevent CSS changes from not being loaded.

  • Prevent browsers from aggressively caching (#74)

1.1.0

24 May 21:38
Compare
Choose a tag to compare

The 1.1.0 release is focused on new features to improve ease of use.

  • Provide a button to toggle line wrapping, contributed by Kwpolska. (#51)
  • Auto-delete pastes on view when they've expired. (#63)
  • Include original filename if given for paste downloads (#26)
  • Provide a button to toggle opposite colorschemes. (#69)
  • For pastes the first file will now have the same slug as the paste itself, this allows for users to replace part of the URL to get to raw and download links. (#64)
  • Allow access to raw and download handlers through /:id/(raw|download) to let people more easily change the URL by hand when linked to a paste (#72)
  • Consolidate separate pygments and pinnwand stylesheets into one.

1.0.2

24 May 21:39
Compare
Choose a tag to compare

Bugfix release to deal with spaces at the front of pastes being eaten leading to wonky things when people paste pre-indented code.

  • something eats spaces at the start of a paste (#68)

1.0.1

24 May 21:39
Compare
Choose a tag to compare

A quick bugfix release to depend on a newer version of pygments-better-html.

  • Empty lines don't survive copy/paste. (#67)

1.0.0

24 May 21:40
Compare
Choose a tag to compare

After a period of darkness (changelog-wise) version 1.0.0 was released and this changelog created.