Releases: sharafutdinovdi/revit-devloader
Release list
v0.4.2
0.4.2 (2026-09-14)
Bug Fixes
Install
- User setup: current Windows account, no elevation.
- Admin setup: all users on the machine.
- ZIP with install.ps1: scripted installs.
- SHA256SUMS.txt covers every asset above.
Close Revit before installing, then open Add-Ins > DevLoader > Dev.
v0.4.1
0.4.1 (2026-09-14)
Bug Fixes
Install
- User setup: current Windows account, no elevation.
- Admin setup: all users on the machine.
- ZIP with install.ps1: scripted installs.
- SHA256SUMS.txt covers every asset above.
Close Revit before installing, then open Add-Ins > DevLoader > Dev.
Revit DevLoader 0.4.0
Highlights
Added
- GitHub Pages documentation with MkDocs Material, local previews, strict PR builds,
llms.txtandllms-full.txt. - User and admin Inno Setup installers alongside the release ZIP, with SHA256 checksums.
- Windows CI smoke tests for silent install and uninstall, component selection, preserved settings and the running Revit guard.
- WinGet manifest generation and optional submission for stable releases when
WINGET_TOKENis configured. CODE_OF_CONDUCT.md(Contributor Covenant 2.1),AGENTS.mdandCLAUDE.mdfor contributors and coding agents.- Release notes start with a Highlights section taken from this changelog and direct install links.
Changed
- README leads with who the tool is for and a three-step install from the release; build-from-source and the sample plugin walkthrough moved to
CONTRIBUTING.md. - This changelog follows the Keep a Changelog layout.
Install
- User setup: current Windows account, no elevation.
- Admin setup: all users on the machine.
- ZIP with install.ps1: scripted installs.
- SHA256SUMS.txt covers every asset above.
Close Revit before installing, then open Add-Ins > DevLoader > Dev.
What's Changed
Docs
- feat(installer): add scoped setup installers and WinGet delivery by @sharafutdinovdi in #11
- docs: README as a showcase, Code of Conduct, agent instructions and release highlights by @sharafutdinovdi in #12
- docs: publish MkDocs Material site with LLM exports by @sharafutdinovdi in #13
- docs(changelog): cut 0.4.0 by @sharafutdinovdi in #15
Dependencies
- chore(deps): Bump ILRepack from 2.0.46 to 2.0.48 by @dependabot[bot] in #1
- chore(deps): Bump Microsoft.Extensions.Logging.Abstractions from 8.0.2 to 10.0.12 by @dependabot[bot] in #2
- chore(deps): Bump Microsoft.NET.Test.Sdk from 17.12.0 to 18.10.0 by @dependabot[bot] in #3
- chore(deps): Bump Serilog and Serilog.Sinks.File by @dependabot[bot] in #9
- chore(deps): Bump Serilog and Serilog.Sinks.File by @dependabot[bot] in #10
- chore(deps): Bump Serilog and Serilog.Sinks.File by @dependabot[bot] in #8
Other changes
- ci(docs): upload the mkdocs site directory to Pages by @sharafutdinovdi in #14
New Contributors
- @dependabot[bot] made their first contribution in #1
Full Changelog: v0.3.0...v0.4.0
Revit DevLoader 0.3.0
What's Changed
Docs
- feat: add plugin packages, manifest ribbon and demo feed v3 by @sharafutdinovdi in #7
New Contributors
- @sharafutdinovdi made their first contribution in #7
Full Changelog: v0.2.0...v0.3.0
Revit DevLoader 0.2.0
Full Changelog: v0.1.0...v0.2.0
Revit DevLoader 0.1.0
Full Changelog: demo-feed...v0.1.0
Demo feed for Revit 2026
Demo application feed for Revit 2026.
- RevitDayByDay 1.0.0, built from the archived public repository.
- Revit DevLoader 0.1.0, built from this repository.
Configure feedRepo=sharafutdinovdi/revit-devloader, feedTag=demo-feed and feedAsset=feed.json.
Application payloads require a Revit restart after installation.
The DevLoader payload creates a separate revit-devloader.addin. It does not replace the bootstrap RevitDevLoader.addin, and installing both can load duplicate copies. Automatic bootstrap self-update is not implemented.
Live Revit validation is pending.