# Degauss your screens, Discourse Rewind 2025 is here 💾

**URL:** https://meta.discourse.org/t/degauss-your-screens-discourse-rewind-2025-is-here/390852
**Category:** Announcements
**Tags:** rewind
**Created:** [December 10, 2025, 1:55am UTC](https://meta.discourse.org/t/degauss-your-screens-discourse-rewind-2025-is-here/390852 "2025-12-10T01:55:16Z")
**Posts on this page:** 20
**Page:** 2

<div class="post-metadata">

### Author: ![eisammy](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eisammy/32/528804_2.png) [@eisammy](https://meta.discourse.org/u/eisammy)
#### Post date: [December 10, 2025, 9:11pm UTC](https://meta.discourse.org/t/degauss-your-screens-discourse-rewind-2025-is-here/390852/22 "2025-12-10T21:11:53Z")

</div>

No way it’s amazing!

---

<div class="post-metadata">

### Author: ![eisammy](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eisammy/32/528804_2.png) [@eisammy](https://meta.discourse.org/u/eisammy)
#### Post date: [December 10, 2025, 10:52pm UTC](https://meta.discourse.org/t/degauss-your-screens-discourse-rewind-2025-is-here/390852/23 "2025-12-10T22:52:04Z")

</div>

```plaintext
.rewind__header-logo {
    display: grid;
    grid-template-areas:
        "logo rewind"
        "logo year";
    width: 7em;
    background-image: url('https://segredin.com/uploads/default/original/1X/7f734dd70ffa4c740309c5be684d39b66905cec6.png'); /* Small Logo */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 3.5em; 
    min-height: 3.5em; 
    position: relative;
}

.rewind__header-logo svg {
    display: none;
}

.rewind__header-title {
    grid-area: rewind;
    align-self: end; 
    font-size: 0.9em;
}

.rewind__header-year {
    grid-area: year;
    align-self: start; 
    font-size: 0.9em;
}

```

---

<div class="post-metadata">

### Author: ![j127](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/j127/32/79093_2.png) [@j127](https://meta.discourse.org/u/j127)
#### Post date: [December 10, 2025, 11:52pm UTC](https://meta.discourse.org/t/degauss-your-screens-discourse-rewind-2025-is-here/390852/25 "2025-12-10T23:52:17Z")

</div>

Thanks, it works. I also added this to your code to straighten the text:

```scss
.rewind__header-title {
  transform: none;
}

```

The Discourse logo is still appearing on the user avatar on the top right of the screen, but it disappeared already, so I’ll have to create a test account later to find the right CSS.

It would be useful for admins to be able to see the rewinds on other user profiles as they see it.

---

<div class="post-metadata">

### Author: ![eisammy](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eisammy/32/528804_2.png) [@eisammy](https://meta.discourse.org/u/eisammy)
#### Post date: [December 11, 2025, 12:13am UTC](https://meta.discourse.org/t/degauss-your-screens-discourse-rewind-2025-is-here/390852/26 "2025-12-11T00:13:43Z")

</div>

I will hide at profile header because I can’t change logo and background so two shortcuts to the same action I prefer the second

---

<div class="post-metadata">

### Author: ![eisammy](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eisammy/32/528804_2.png) [@eisammy](https://meta.discourse.org/u/eisammy)
#### Post date: [December 11, 2025, 12:15am UTC](https://meta.discourse.org/t/degauss-your-screens-discourse-rewind-2025-is-here/390852/27 "2025-12-11T00:15:36Z")

</div>

If anyone know where I translate this I appreciate

`<div class="wordart-text">your contributions helped</div>`

---

<div class="post-metadata">

### Author: ![martin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/martin/32/491371_2.png) [@martin](https://meta.discourse.org/u/martin)
#### Post date: [December 11, 2025, 12:43am UTC](https://meta.discourse.org/t/degauss-your-screens-discourse-rewind-2025-is-here/390852/28 "2025-12-11T00:43:59Z")

</div>

> [@eisammy](#):
>
> our contributions help

Oh this one fell through the cracks, will fix it with a translation.

> [@Moin](#):
>
> The reply was created less than 24 hours ago. I think working on something doesn’t mean the work was completed and merged. So, I guess we need a little more patience.

Yes I do need a little sleep now and then 😆

> [@j127](#):
>
> It would be useful for admins to be able to see the rewinds on other user profiles as they see it.

Will make this change as part of the change to allow for sharing rewinds.

---

<div class="post-metadata">

### Author: ![martin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/martin/32/491371_2.png) [@martin](https://meta.discourse.org/u/martin)
#### Post date: [December 11, 2025, 6:09am UTC](https://meta.discourse.org/t/degauss-your-screens-discourse-rewind-2025-is-here/390852/29 "2025-12-11T06:09:18Z")

</div>

Okay a couple of fixes are live now:

- [FIX: Better handling of syllables in rewind writing analysis by martin-brennan · Pull Request #36616 · discourse/discourse · GitHub](https://github.com/discourse/discourse/pull/36616)
- [UX: Rewind feedback and fixes 2 by martin-brennan · Pull Request #36614 · discourse/discourse · GitHub](https://github.com/discourse/discourse/pull/36614)

---

<div class="post-metadata">

### Author: ![msohm](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/msohm/32/379494_2.png) [@msohm](https://meta.discourse.org/u/msohm)
#### Post date: [December 11, 2025, 2:26pm UTC](https://meta.discourse.org/t/degauss-your-screens-discourse-rewind-2025-is-here/390852/30 "2025-12-11T14:26:35Z")

</div>

My site is running Discourse 2025.12.0-latest. In the latest features I saw the toggle to enable Rewind. When I toggle it on I get an error of:

`An error occurred: Enabled is not included in the list`

If I search for Rewind in my plugins list, nothing is found. Trying to load `/my/activity/rewind` results in page not found.

What version was this added in? I assume I’m on the latest with this feature since it’s in the “New Features Available” list.

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [December 11, 2025, 7:44pm UTC](https://meta.discourse.org/t/degauss-your-screens-discourse-rewind-2025-is-here/390852/31 "2025-12-11T19:44:53Z")

</div>

> [@msohm](#):
>
> My site is running Discourse 2025.12.0-latest

This may not be the ‘latest’ latest it can be as the hard-working Discourse dev team trickle in lots of new features and improvements almost every single day. 🙂

Did you update your site in the last day or so?

It is odd that you’re seeing some What’s New info for it if it’s not live on your site yet. I thought maybe they’d included the info prematurely, but I’ve not updated my site yet this month and it’s not shown up in my What’s New feed yet. 🤷

---

<div class="post-metadata">

### Author: ![msohm](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/msohm/32/379494_2.png) [@msohm](https://meta.discourse.org/u/msohm)
#### Post date: [December 11, 2025, 8:50pm UTC](https://meta.discourse.org/t/degauss-your-screens-discourse-rewind-2025-is-here/390852/32 "2025-12-11T20:50:34Z")

</div>

My site is hosted by Discourse and gets updated whenever they do the update. I’d assume they updated their hosted ones with the latest latest, but who knows. Can someone who has the feature confirm which version they have? Is it `2025.12.0-latest`?

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [December 11, 2025, 9:08pm UTC](https://meta.discourse.org/t/degauss-your-screens-discourse-rewind-2025-is-here/390852/34 "2025-12-11T21:08:40Z")

</div>

The version name only changes once a month. What really matters is the exact version you are on.  
You can see on your admin dashboard when your site was updated. Mine says

 ![Screenshot_20251211_220652_Firefox](https://global.discourse-cdn.com/meta/original/4X/6/8/2/68261302b37a7d77a195cc703e5a608eedc3ccda.jpeg)  
which is before rewind was added to Discourse. So I am still waiting for the next update. The exact version of my forum is [0e0e716e0d](https://github.com/discourse/discourse/commits/0e0e716e0d).

You can find the exact version in the browser console or by following the steps in [Finding what version of Discourse you're using](https://meta.discourse.org/t/finding-what-version-of-discourse-youre-using/104326)

---

<div class="post-metadata">

### Author: ![msohm](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/msohm/32/379494_2.png) [@msohm](https://meta.discourse.org/u/msohm)
#### Post date: [December 11, 2025, 9:27pm UTC](https://meta.discourse.org/t/degauss-your-screens-discourse-rewind-2025-is-here/390852/36 "2025-12-11T21:27:56Z")

</div>

My Admin Dashboard says it was updated 15 hours ago, so it should have it, right? Here is the exact version from the meta tag: `Discourse 2025.12.0-latest - ￼ version 5a8a0351fcc75f847c10f4753aa91a1e8f92027e`

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [December 11, 2025, 9:31pm UTC](https://meta.discourse.org/t/degauss-your-screens-discourse-rewind-2025-is-here/390852/37 "2025-12-11T21:31:59Z")

</div>

Indeed, it should work on that version. Does it work to search for the setting in “all site settings” and enable `Discourse rewind enabled` there?

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [December 11, 2025, 9:34pm UTC](https://meta.discourse.org/t/degauss-your-screens-discourse-rewind-2025-is-here/390852/38 "2025-12-11T21:34:02Z")

</div>

Hold tight @msohm … one of our engineers will have a look and sort you out.

---

<div class="post-metadata">

### Author: ![martin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/martin/32/491371_2.png) [@martin](https://meta.discourse.org/u/martin)
#### Post date: [December 12, 2025, 12:49am UTC](https://meta.discourse.org/t/degauss-your-screens-discourse-rewind-2025-is-here/390852/39 "2025-12-12T00:49:52Z")

</div>

Found the issue, it’s to do with new features feeds + a regression based on recent upcoming change work, working on a fix now.

---

<div class="post-metadata">

### Author: ![Kartoon](https://avatars.discourse-cdn.com/v4/letter/k/e36b37/32.png) [@Kartoon](https://meta.discourse.org/u/Kartoon)
#### Post date: [December 12, 2025, 3:24am UTC](https://meta.discourse.org/t/degauss-your-screens-discourse-rewind-2025-is-here/390852/40 "2025-12-12T03:24:10Z")

</div>

I’m just getting this

 ![Screenshot 2025-12-11 192324](https://global.discourse-cdn.com/meta/original/4X/7/0/9/709e1d43545a22da38881c1f9b67fb381f91ee48.png)

And it never finishes loading (it eventually 502 error once the loading stops and the screen goes black if I click on it). I updated everything to the latest version 5 minutes ago so it’s not that

Edit: it seems to maybe only be my account, one of my members just mentioned it so his is working and I tried on another account and it worked too. Maybe my main one has too many posts or something to go through?

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [December 12, 2025, 3:27am UTC](https://meta.discourse.org/t/degauss-your-screens-discourse-rewind-2025-is-here/390852/41 "2025-12-12T03:27:59Z")

</div>

Any error on the `/logs` page ?

---

<div class="post-metadata">

### Author: ![Kartoon](https://avatars.discourse-cdn.com/v4/letter/k/e36b37/32.png) [@Kartoon](https://meta.discourse.org/u/Kartoon)
#### Post date: [December 12, 2025, 3:30am UTC](https://meta.discourse.org/t/degauss-your-screens-discourse-rewind-2025-is-here/390852/42 "2025-12-12T03:30:28Z")

</div>

![Screenshot 2025-12-11 192959](https://global.discourse-cdn.com/meta/original/4X/5/8/3/58375c0f53de68f0a56731e441b9994628ff3fa6.png)

It does appear to be specifically mine (although I can’t test every account but three others work including my other admin). My only guess is it’s related to the amount of posts etc. that it’s trying to tabulate the data from on me

---

<div class="post-metadata">

### Author: ![martin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/martin/32/491371_2.png) [@martin](https://meta.discourse.org/u/martin)
#### Post date: [December 12, 2025, 3:33am UTC](https://meta.discourse.org/t/degauss-your-screens-discourse-rewind-2025-is-here/390852/43 "2025-12-12T03:33:03Z")

</div>

Yeah if you are getting a 502 error it will be some massive query timing out I suppose. Are you self-hosting or hosted with us?

---

<div class="post-metadata">

### Author: ![Kartoon](https://avatars.discourse-cdn.com/v4/letter/k/e36b37/32.png) [@Kartoon](https://meta.discourse.org/u/Kartoon)
#### Post date: [December 12, 2025, 3:35am UTC](https://meta.discourse.org/t/degauss-your-screens-discourse-rewind-2025-is-here/390852/44 "2025-12-12T03:35:46Z")

</div>

Self hosting with digitalocean. It’s not a big deal it seems to be working fine for everyone else

[Previous page](https://meta.discourse.org/t/degauss-your-screens-discourse-rewind-2025-is-here/390852.md?page=1)

[Next page](https://meta.discourse.org/t/degauss-your-screens-discourse-rewind-2025-is-here/390852.md?page=3)
