Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
flear-site
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FLEAR
flear-site
Commits
dd0370d6
Verified
Commit
dd0370d6
authored
1 year ago
by
Jeffrey Phillips Freeman
Browse files
Options
Downloads
Patches
Plain Diff
Bumped major version per last patch
parent
e9361cdf
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+4
-2
4 additions, 2 deletions
CHANGELOG.md
api/nodeinfo/2.1.ts
+1
-1
1 addition, 1 deletion
api/nodeinfo/2.1.ts
with
5 additions
and
3 deletions
CHANGELOG.md
+
4
−
2
View file @
dd0370d6
# Changelog
##
1.1.1
##
2.0.0
*
Removed content folder and moved out the Fedipage site into a separate repo.
This should make it easier for people who use this site to update from the
...
...
@@ -13,7 +13,9 @@
*
Made
`/layout/top_list_generic`
site generic, it no longer mentions Fedipage.
*
Made the
`/layout/menu/html`
dynamic so now there is no need to edit it when
you customize sections.
*
Created type
`page`
and moved
`/content/_index.md`
to be that type.
*
Created type
`page`
and moved
`/content/_index.md`
to be that type. This
breaks backwards compatibility therefore we must bump major version
according to semantic versioning.
## 1.1.0
...
...
This diff is collapsed.
Click to expand it.
api/nodeinfo/2.1.ts
+
1
−
1
View file @
dd0370d6
...
...
@@ -9,7 +9,7 @@ export default function (req: VercelRequest, res: VercelResponse) {
"
name
"
:
"
Fedipage
"
,
"
repository
"
:
"
https://git.qoto.org/fedipage/fedipage
"
,
"
homepage
"
:
"
https://fedipage.com/
"
,
"
version
"
:
"
1.1.1
"
"
version
"
:
"
2.0.0
"
},
"
protocols
"
:
[
"
activitypub
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment