Short-term roadmap

Talk about code development, features, specific bugs, enhancements, patches, and similar things.
Forum rules
Please keep everything here strictly on-topic.
This board is meant for Pale Moon source code development related subjects only like code snippets, patches, specific bugs, git, the repositories, etc.

This is not for tech support! Please do not post tech support questions in the "Development" board!
Please make sure not to use this board for support questions. Please post issues with specific websites, extensions, etc. in the relevant boards for those topics.

Please keep things on-topic as this forum will be used for reference for Pale Moon development. Expect topics that aren't relevant as such to be moved or deleted.
miroR
Fanatic
Fanatic
Posts: 130
Joined: 2016-05-31, 19:22
Location: https://exdeo.net

Re: Short-term roadmap

Post by miroR » 2026-01-12, 14:39

Yup! Yes, the work is well ahead!
This is how the git pull in my machine looks like!
Can't wait.
Sorry for asking!

Code: Select all

$ git pull |& tee ~mr/LOG_n1/palemoon_git_pull_$(date +%y%m%d_%H%M)
From https://repo.palemoon.org/MoonchildProductions/Pale-Moon
   8f252dc1a8..2d5f68b599  master     -> origin/master
Fetching submodule platform
From https://repo.palemoon.org/MoonchildProductions/UXP
 * [new branch]            2853                -> origin/2853
 * [new branch]            2856                -> origin/2856
 * [new branch]            2887                -> origin/2887
 * [new branch]            Xoroshiro128++      -> origin/Xoroshiro128++
   49f4dad4fa..7ec3c640e7  master              -> origin/master
 * [new branch]            unprefix-appearance -> origin/unprefix-appearance
Updating 8f252dc1a8..2d5f68b599
Fast-forward
 palemoon/app/profile/palemoon.js                   | 19 +++--
 palemoon/base/content/browser-menubar.inc          |  2 +-
 palemoon/base/content/browser-places.js            |  1 -
 palemoon/base/content/browser.js                   |  9 ++-
 palemoon/base/content/padlock.css                  | 10 +--
 palemoon/components/preferences/applications.xul   |  2 +-
 palemoon/confvars.sh                               |  3 -
 palemoon/themes/linux/aboutSyncTabs.css            |  2 +-
 palemoon/themes/linux/autocomplete.css             | 12 +--
 palemoon/themes/linux/browser.css                  | 32 ++++----
 .../linux/downloads/allDownloadsViewOverlay.css    |  4 +-
 palemoon/themes/linux/downloads/downloads.css      |  6 +-
 palemoon/themes/linux/newtab/newTab.css            |  2 +-
 palemoon/themes/linux/pageInfo.css                 | 12 +--
 .../themes/linux/places/editBookmarkOverlay.css    |  4 +-
 palemoon/themes/linux/places/organizer.css         |  6 +-
 palemoon/themes/linux/searchbar.css                |  6 +-
 palemoon/themes/linux/statusbar/overlay.css        |  2 +-
 palemoon/themes/linux/syncSetup.css                |  6 +-
 palemoon/themes/osx/aboutSyncTabs.css              |  2 +-
 palemoon/themes/osx/autocomplete.css               | 10 +--
 palemoon/themes/osx/browser.css                    | 70 ++++++++--------
 .../osx/downloads/allDownloadsViewOverlay.css      |  4 +-
 palemoon/themes/osx/downloads/downloads.css        |  6 +-
 palemoon/themes/osx/newtab/newTab.css              |  2 +-
 palemoon/themes/osx/pageInfo.css                   |  6 +-
 .../themes/osx/permissions/aboutPermissions.css    |  2 +-
 palemoon/themes/osx/places/editBookmarkOverlay.css |  2 +-
 palemoon/themes/osx/places/places.css              |  2 +-
 palemoon/themes/osx/searchbar.css                  |  4 +-
 palemoon/themes/osx/statusbar/overlay.css          |  2 +-
 palemoon/themes/osx/syncSetup.css                  |  6 +-
 palemoon/themes/shared/statusbar/dynamic.css       |  2 +-
 palemoon/themes/shared/statusbar/overlay.css       |  8 +-
 palemoon/themes/windows/aboutSyncTabs.css          |  2 +-
 palemoon/themes/windows/autocomplete.css           | 10 +--
 palemoon/themes/windows/browser.css                | 94 +++++++++++-----------
 .../windows/downloads/allDownloadsViewOverlay.css  |  6 +-
 palemoon/themes/windows/downloads/downloads.css    |  6 +-
 palemoon/themes/windows/newtab/newTab.css          |  2 +-
 palemoon/themes/windows/pageInfo.css               |  6 +-
 .../windows/permissions/aboutPermissions.css       |  2 +-
 palemoon/themes/windows/places/organizer.css       | 12 +--
 palemoon/themes/windows/places/places.css          |  2 +-
 palemoon/themes/windows/searchbar.css              |  4 +-
 palemoon/themes/windows/statusbar/overlay.css      |  2 +-
 palemoon/themes/windows/syncSetup.css              |  6 +-
 platform                                           |  2 +-
 48 files changed, 216 insertions(+), 208 deletions(-)
$

User avatar
Moonchild
Project founder
Project founder
Posts: 38821
Joined: 2011-08-28, 17:27
Location: Sweden

Re: Short-term roadmap

Post by Moonchild » 2026-01-12, 15:27

Yes, milestone 34.0 is well underway.
"There is no point in arguing with an idiot, because then you're both idiots." - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
Night Wing
Knows the dark side
Knows the dark side
Posts: 5738
Joined: 2011-10-03, 10:19
Location: Piney Woods of Southeast Texas, USA

Re: Short-term roadmap

Post by Night Wing » 2026-01-12, 16:25

I hope the extension uBlock Origin version 1.16.6.1 will still work in Pale Moon version (34.0).
MX Linux 25.1 (Infinity) Xfce w/Pale Moon, Waterfox, Firefox
Linux Debian 13.3 (Trixie) Xfce w/Pale Moon, Waterfox, Firefox

User avatar
Moonchild
Project founder
Project founder
Posts: 38821
Joined: 2011-08-28, 17:27
Location: Sweden

Re: Short-term roadmap

Post by Moonchild » 2026-01-12, 16:36

Night Wing wrote:
2026-01-12, 16:25
I hope the extension uBlock Origin version 1.16.6.1 will still work in Pale Moon version (34.0).
I see no reason why it would not, but any extension dev is welcome to build Pale Moon in its current state to verify (or if desired I can make a binary for them to test against).
"There is no point in arguing with an idiot, because then you're both idiots." - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
rainyd
New to the forum
New to the forum
Posts: 2
Joined: 2025-11-29, 16:34

Re: Short-term roadmap

Post by rainyd » 2026-01-14, 18:53

Moonchild wrote:
2026-01-12, 15:27
Yes, milestone 34.0 is well underway.
Realistically, when we could expect release of 34.0 version?

User avatar
Moonchild
Project founder
Project founder
Posts: 38821
Joined: 2011-08-28, 17:27
Location: Sweden

Re: Short-term roadmap

Post by Moonchild » 2026-01-14, 18:57

rainyd wrote:
2026-01-14, 18:53
Moonchild wrote:
2026-01-12, 15:27
Yes, milestone 34.0 is well underway.
Realistically, when we could expect release of 34.0 version?
Soon™ or potentially When It's Done™
"There is no point in arguing with an idiot, because then you're both idiots." - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
Octopuss
Lunatic
Lunatic
Posts: 412
Joined: 2021-02-19, 20:46

Re: Short-term roadmap

Post by Octopuss » 2026-01-14, 20:20

Are there any teasers worth mentioning? Any significant new features or major changes?

User avatar
Moonchild
Project founder
Project founder
Posts: 38821
Joined: 2011-08-28, 17:27
Location: Sweden

Re: Short-term roadmap

Post by Moonchild » 2026-01-14, 22:15

LuftWafflePilot wrote:
2026-01-14, 20:20
Are there any teasers worth mentioning? Any significant new features or major changes?
Some hints to be found at:
https://repo.palemoon.org/MoonchildProd ... estone=277
"There is no point in arguing with an idiot, because then you're both idiots." - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite