|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## [1.2.0-rc4](https://github.com/go-gitea/gitea/releases/tag/v1.2.0-rc4) - 2017-09-23 |
4 | | -* BUILD |
5 | | - * Fix release building in Drone CI (#2586, #2579, #2573) |
6 | | - |
7 | | -## [1.2.0-rc3](https://github.com/go-gitea/gitea/releases/tag/v1.2.0-rc3) - 2017-09-21 |
8 | | -* BUGFIXES |
9 | | - * Sync releases table with tags on push and for mirrors (#2459) |
10 | | - * Fix adding branch as protected to not allow pushing to it (#2556) |
11 | | - * Fix lint, fmt and integration testing errors (#2553) |
12 | | - * Remove go version check for make fmt (#2558) |
| 3 | +## [1.2.0](https://github.com/go-gitea/gitea/releases/tag/v1.2.0) - 2017-10-10 |
13 | 4 | * SECURITY |
14 | | - * Restricting access to fork functionality to users with Code access (#2542) |
15 | | - |
16 | | -## [1.2.0-rc2](https://github.com/go-gitea/gitea/releases/tag/v1.2.0-rc2) - 2017-09-06 |
17 | | -* BUGFIXES |
18 | | - * Fix migration from pre-v15 to 1.2.0 (#2460) |
19 | | - * Fix autolink javascript bug |
20 | | - * Fix releases to be counted from database not tags (#2389) |
21 | | - * fix duplicated feed (#2370) |
22 | | - * Set version to 1.2.0-dev |
23 | | - |
24 | | -## [1.2.0-rc1](https://github.com/go-gitea/gitea/releases/tag/v1.2.0-rc1) - 2017-08-25 |
| 5 | + * Sanitation fix from Gogs (#1461) |
25 | 6 | * BREAKING |
26 | 7 | * Rename /forget_password url to /forgot_password (#1219) |
27 | | - * SSH keys management URL changed from `/user/settings/ssh` to `/user/settings/keys` (#1293) |
28 | 8 | * FEATURE |
29 | | - * API: support '/orgs/:org/repos' (#2047) |
| 9 | + * Logo: Add task to generate images from SVG and change to new logo (#2194) |
| 10 | + * Status-API (#1332) |
| 11 | + * Show commit status icon in commits table (#1688) |
| 12 | + * Additional OAuth2 providers (#1010) |
| 13 | + * GPG commit validation (#1150) |
| 14 | + * Rework SSH key management UI to add GPG (#1293) |
| 15 | + * Implement GPG api (#710) |
| 16 | + * Login via OpenID-2.0 (#618) |
| 17 | + * Add units to team (#947) |
| 18 | + * Batch updates for issues (#926) |
30 | 19 | * Add Gitea Webhook (#1755) |
| 20 | + * API: support '/orgs/:org/repos' (#2047) |
31 | 21 | * Display all organization from user settings (#1739) |
32 | | - * Show commit status icon in commits table (#1688) |
| 22 | + * LDAP user synchronization (#1478) |
33 | 23 | * Adding #issuecomment to the URL in E-Mail notifications (#1674) |
34 | | - * feat: add download count field and unit testing for attachment. (#1512) |
| 24 | + * Add download count field and unit testing for attachment. (#1512) |
35 | 25 | * Add repo mirror sync API endpoint (#1508) |
36 | 26 | * Add markup package to prepare for org markup format (#1493) |
37 | | - * Repo size in admin panel (#1482) |
38 | | - * LDAP user synchronization (#1478) |
39 | 27 | * Support for custom html meta (#1423) |
40 | | - * [Notifications Step 6] Per issue/PR watch/unwatch (#1410) |
| 28 | + * Per issue/PR watch/unwatch (#1410) |
41 | 29 | * Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION (#1369) |
42 | | - * Fix FCGI (over TCP) support (#1368) |
43 | | - * Status-API (#1332) |
| 30 | + * Repo size in admin panel (#1482) |
44 | 31 | * Show user OpenID URIs in their profile (#1314) |
45 | 32 | * Add change-password admin command (#1304) |
46 | | - * feat: Only use issue and wiki on repo. (#1297) |
47 | | - * Rework SSH key management UI to add GPG (#1293) |
| 33 | + * Only use issue and wiki on repo. (#1297) |
48 | 34 | * Allow push to init a wiki repo (#1279) |
49 | | - * GPG commit validation (#1150) |
50 | | - * Dockerfile for aarch64 (#1128) (#1130) |
51 | | - * Additional OAuth2 providers (#1010) |
52 | | - * Add units to team (#947) |
53 | | - * Batch updates for issues (#926) |
54 | | - * Implement GPG api (#710) |
55 | | - * Login via OpenID-2.0 (#618) |
| 35 | +* ENHANCEMENT |
| 36 | + * Make time diff translatable (#2057) |
| 37 | + * Smaller watch, star, and fork buttons (#2052) |
| 38 | + * Display config file path on admin panel (#2030) |
| 39 | + * Only show SSH clone URL if signed in (#2169) (#2170) |
| 40 | + * Only show "No Description" to repo admins (#2167) |
| 41 | + * Always return valid go-get meta, even if unauthorized (#2010) |
| 42 | + * Enable assignee e-mail notification (#2003) |
| 43 | + * Let not-logged-in users view releases (#1999) |
| 44 | + * No highlighting for .txt files (#1922) |
| 45 | + * Make side nav on dashboard stackable (#1778) |
| 46 | + * Setting to disable authorized_keys backup (#1856) |
| 47 | + * Hide the create organization button (in dashboard/organization section) (#1705) |
| 48 | + * LFS: Return 404 for unimplemented endpoints (#1330) |
| 49 | + * Show a link to password reset from user settings requiring a password (#862) |
| 50 | + * Reserve the "explore" user/org name (#1222) |
| 51 | + * Send notifications to partecipants in issue comments (#1217) |
| 52 | + * Improve style of user OpenID setting page (#1324) |
| 53 | + * Use font-awesome OpenID icon more (#1320) |
| 54 | + * Use readonly input form to show the validated OpenID URI (#1308) |
| 55 | + * Add captcha support to OpenID based signup (#1307) |
| 56 | + * Minor improvements on commit graph UI (#1380) |
| 57 | + * Mirror sync interval specified as duration string (#1407) |
| 58 | + * Make issue in commit graph "clickable" (#1392) |
| 59 | + * Use whole button (commit graph) as link (#1390) |
| 60 | + * Autofocus on 2fa passcode fields (#1460) |
| 61 | + * Sort on repo size in admin panel (#1654) |
| 62 | + * Improve dashboard repo search (#1652) |
| 63 | + * Use a better default MAX_GIT_DIFF_LINE_CHARACTERS (#1845) |
| 64 | + * Adds Parent property to the repo API (#1687) |
| 65 | + * Add configuration option for default permission to create Organizations (#1686) |
| 66 | + * Remove sha1 hash display in repository table (#1678) |
| 67 | + * Download files to their original filename (#1676) |
| 68 | + * Exposes in API the Repo entity's Size and IsBare property (#1668) |
| 69 | + * Change two factor code entry box from text to number (#1733) |
| 70 | + * Directly show error if user hit repository limit (#1767) |
| 71 | + * Generate small and large logos at 4x resolution (#2233) |
| 72 | + * Tags listed in releases tab (#2389) (#2424) |
56 | 73 | * BUGFIXES |
| 74 | + * Fix adding branch as protected to not allow pushing to it (#2556) |
| 75 | + * Orgs: fix org page title when full name is not defined (#1495) |
| 76 | + * Fix double borders on edit page (#1152) (#1153) |
| 77 | + * Search bar fixes for #1187 and #1205 (#1207) |
| 78 | + * Fix upgrade failed after ever rollback (#1194) |
| 79 | + * Fix FCGI (over TCP) support (#1368) |
| 80 | + * Backport of migration fixes (#2604) (#2677) |
| 81 | + * fix panic on gogs webhook creation (#2675) (#2676) |
| 82 | + * Backport: Fixes 500 error on dashboard when using MSSQL (#2504) (#2662) |
| 83 | + * Fix go get response if only app URL is custom in configuration (#2634) (#2640) |
| 84 | + * Fix deletion of unprotected branches (#2630) |
| 85 | + * Backport of 2611 / Fix doubled issue tab introduced in migration v16 (#2622) |
| 86 | + * v38 migration used an outdated version of RepoUnit model (#2602) |
| 87 | + * fix go get subpackage bug (#2584) (#2589) |
| 88 | + * Backport: Sync releases table with tags on push and for mirrors (#2459) (#2554) |
| 89 | + * Backport: Restricting access to fork functioanlity to users with Code access (#2542) |
| 90 | + * Fix migration from pre-v15 to 1.2.0 (#2460) (#2465) |
| 91 | + * Fix migration from pre-v15 to 1.2.0 (#2460) |
| 92 | + * fix duplicated feed (#2370) (#2413) |
| 93 | + * Fix releases to be counted from database not tags (#2389) |
57 | 94 | * Fix missing collabrative repos (#2367) (#2382) |
58 | 95 | * Add more test for login links and fix a bug on action retrieve (#2361) |
59 | 96 | * Fix SQL condition bug in GetFeeds(..) (#2360) |
|
245 | 282 | * Bug fixed for delete repo failed (#1193) |
246 | 283 | * Fix migration failed when authorized_keys is not exist (#1180) |
247 | 284 | * Fix ini format incomiptable with crowdin (#1177) |
248 | | -* ENHANCEMENT |
249 | | - * Move 3rd party js/css into `public/vendor` and document sources (#2383) |
250 | | - * Prevent conflicting TOTP accounts by adding AppURL to issuer parameter (#2335) |
251 | | - * Fix variable name typo (#2327) |
252 | | - * Make use of Vue more universal (#2318) |
253 | | - * Remove (almost) server side data rendering from repo-search component (#2317) |
254 | | - * Add OpenID configuration in install page (#2276) |
255 | | - * More tweaks to repo top panel (#2267) |
256 | | - * File path tweaks in UI (#2264) |
257 | | - * Make SHOW_USER_EMAIL also apply to profiles (#2258) |
258 | | - * EnableUnit() -> UnitEnabled() (#2242) |
259 | | - * Prevent selection of diff line numbers (#2240) |
260 | | - * Generate small and large logos at 4x resolution (#2233) |
261 | | - * remove unused variable on makefile (#2225) |
262 | | - * No error log entries for repo 404 (#2200) |
263 | | - * Add task to generate images from SVG and change to new logo (#2194) |
264 | | - * Refactor vue delimeters to use es6 template delimeters (#2171) |
265 | | - * Only show SSH clone URL if signed in (#2169) (#2170) |
266 | | - * Only show "No Description" to repo admins (#2167) |
267 | | - * fix: replace tmp with TMPDIR. (#2152) |
268 | | - * Remove unused files (#2124) |
269 | | - * Improve org error handling (#2117) |
270 | | - * Absolute path for setting.CustomConf (#2085) |
271 | | - * Integration tests for issues API (#2059) |
272 | | - * Make time diff translatable (#2057) |
273 | | - * Smaller watch, star, and fork buttons (#2052) |
274 | | - * remove deprecated code for Gogs compitable (#2041) |
275 | | - * Display config file path on admin panel (#2030) |
276 | | - * Refactor session close as xorm already does everything needed internally (#2020) |
277 | | - * Always return valid go-get meta, even if unauthorized (#2010) |
278 | | - * Enable assignee e-mail notification (#2003) |
279 | | - * Let not-logged-in users view releases (#1999) |
280 | | - * SQLite has a query timeout. Hopefully fixes most 'database locked' errors (#1961) |
281 | | - * Use monospace font in githook editor (#1958) |
282 | | - * Fix import order (#1951) |
283 | | - * Gracefully handle bare repositories on API operations. (#1932) |
284 | | - * Fix errors caused by force push (#1927) |
285 | | - * Display URLs in integration test logs (#1924) |
286 | | - * No highlighting for .txt files (#1922) |
287 | | - * Set TMPDIR enviroment variable for dump command (#1915) |
288 | | - * Cache ctx.User in retrieveFeeds (#1902) |
289 | | - * Make `LocalCopyPath` a setting instead of a hard-coded path (#1881) |
290 | | - * feat: add check misspelling (#1877) |
291 | | - * Fix misspelled variables (#1874) |
292 | | - * gofmt (#1868) |
293 | | - * Rename misnamed migration (#1867) |
294 | | - * Support CRLF when splitting code lines for display (#1862) |
295 | | - * feat: add convert less css file step. (#1861) |
296 | | - * Prevent accidential selection of line numbers in code view (#1860) |
297 | | - * Setting to disable authorized_keys backup (#1856) |
298 | | - * Delete Public SSH Key tmp file after calculating fingerprint (#1855) |
299 | | - * Remove annoying difference in button heights. (#1853) |
300 | | - * Use a better default MAX_GIT_DIFF_LINE_CHARACTERS (#1845) |
301 | | - * fix: only run test coverage on master branch. (#1838) |
302 | | - * fix: error from mktemp command in MacOS. (#1837) |
303 | | - * use writeTmpKeyFile in calcFingerprint (#1828) |
304 | | - * ROOT_URL setting use the default as shown in conf/app.ini (#1823) |
305 | | - * Make side nav on dashboard stackable (#1778) |
306 | | - * Directly show error if user hit repository limit (#1767) |
307 | | - * Rename RepoCreationNum -> MaxCreationLimit (#1766) |
308 | | - * Add button to admin ui (#1738) |
309 | | - * Change two factor code entry box from text to number (#1733) |
310 | | - * gofmt (#1710) |
311 | | - * Hide the create organization button (in dashboard/organization section) (#1705) |
312 | | - * Correct spelling mistakes (#1703) |
313 | | - * Adds Parent property to the repo API (#1687) |
314 | | - * Add configuration option for default permission to create Organizations (#1686) |
315 | | - * Remove sha1 hash display in repository table (#1678) |
316 | | - * Download files to their original filename (#1676) |
317 | | - * Exposes in API the Repo entity's Size and IsBare property |
318 | | - (#1668) |
319 | | - * gofmt (#1662) |
320 | | - * Sort on repo size in admin panel (#1654) |
321 | | - * Improve dashboard repo search (#1652) |
322 | | - * Update xorm to latest version (#1651) |
323 | | - * Make openid support default false for compitable with v1.1 (#1650) |
324 | | - * Send mails as HTML as default. Setting for send as plain text. (#1648) |
325 | | - * fix potential lock when sqlite (#1647) |
326 | | - * Optimize png images via Google zopflipng [ci skip] (#1639) |
327 | | - * Upgrade alpine to v3.5 in Dockerfile (#1633) |
328 | | - * remove unused vendor packages (#1620) |
329 | | - * markup: microoptimise for many short filenames in directory (#1534) |
330 | | - * support health check via / and fix #969 (#1520) |
331 | | - * Remove env user salt since no need to use (#1515) |
332 | | - * Drop db operations from hook commands (#1514) |
333 | | - * Better URL validation (#1507) |
334 | | - * Orgs: fix org page title when full name is not defined (#1495) |
335 | | - * Migrate WatchInfo struct to api (#1492) |
336 | | - * refactor: show command help message. (#1486) |
337 | | - * refactor update ssh key use time (#1466) |
338 | | - * Autofocus on 2fa passcode fields (#1460) |
339 | | - * Set VERSION from git once, in a variable (#1447) |
340 | | - * Remove unused mutex field (#1440) |
341 | | - * Mirror sync interval specified as duration string (#1407) |
342 | | - * Make issue in commit graph "clickable" (#1392) |
343 | | - * Use whole button (commit graph) as link (#1390) |
344 | | - * Simplify settings pages with item list (#1389) |
345 | | - * Minor improvements on commit graph UI (#1380) |
346 | | - * Clean-up PostgreSQL Tests (#1361) |
347 | | - * refactor: remove workaround after the golang 1.7 release. (#1349) |
348 | | - * Delete the useless code (#1335) |
349 | | - * Run "make fmt" with go-1.6 (#1333) |
350 | | - * LFS: Return 404 for unimplemented endpoints (#1330) |
351 | | - * Improve style of user OpenID setting page (#1324) |
352 | | - * Use font-awesome OpenID icon more (#1320) |
353 | | - * Use readonly input form to show the validated OpenID URI (#1308) |
354 | | - * Add captcha support to OpenID based signup (#1307) |
355 | | - * Refactor admin/auth/new.tmpl (#1277) |
356 | | - * Refactor repo/issue/view_content.tmpl (#1276) |
357 | | - * Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270) |
358 | | - * Cleaner UI for explore page (#1253) (#1255) |
359 | | - * Synced licenses with github repo (#1246) |
360 | | - * Synced gitignores with github repo (#1245) |
361 | | - * Reserve the "explore" user/org name (#1222) |
362 | | - * Send notifications to partecipants in issue comments (#1217) |
363 | | - * Simplify RepositoryList.loadAttributes() (#1211) |
364 | | - * Move user_follow to separate file (#1210) |
365 | | - * Search bar fixes for #1187 and #1205 (#1207) |
366 | | - * Fix upgrade failed after ever rollback (#1194) |
367 | | - * Fix double borders on edit page (#1152) (#1153) |
368 | | - * Reduce conditionals in signin/signup inner forms (#1138) |
369 | | - * Show a link to password reset from user settings requiring a password (#862) |
370 | | -* SECURITY |
371 | | - * Sanitation fix from Gogs (#1461) |
372 | 285 | * TESTING |
| 286 | + * Integration tests for issues API (#2059) |
373 | 287 | * Add integration tests for signin (#2363) |
374 | 288 | * Add INTERNAL_TOKEN to integration .ini file (#2346) |
375 | 289 | * Add public links check (#2323) |
|
410 | 324 | * Fix bad grammar and wordiness (#1741) |
411 | 325 | * Make strings translatable (#1188) (#1198) |
412 | 326 | * BUILD |
| 327 | + * Dockerfile for aarch64 (#1128) (#1130) |
| 328 | + * backport from v1.2 branch: add secrets for github release (#2588) (#2598) |
| 329 | + * Add secrets for github release to fix drone failed (#2588) |
| 330 | + * Backport changes for latest drone (#2586) |
| 331 | + * Removing .drone.yml.sig (#2579) |
| 332 | + * Fix drone for tags (#2573) (#2576) |
| 333 | + * Backport: Remove go version check for make fmt (#2558) (#2561) |
| 334 | + * Backport: Fix lint, fmt and integration testing errors (#2553) |
413 | 335 | * update latest xorm version to vendor (#2353) |
414 | 336 | * Remove integration test executables on `make clean` (#2340) |
415 | 337 | * refactor(Makefile): allow overriding default go program (#2310) |
416 | 338 | * Revert to upstream ini dependency (#2304) |
417 | 339 | * Use /dev/urandom to create random password (#2298) |
418 | 340 | * update drone sig file. (#2262) |
419 | 341 | * go get github.com/wadey/gocovmerge when needed (#2235) |
420 | | - * Update code.gitea.io/git dependency (#2149) |
421 | 342 | * fix typo (#2145) |
422 | 343 | * Revert "Reduce number of layer" (#2086) |
423 | 344 | * Reduce number of layer (#2078) |
|
444 | 365 | * Add GOFLAGS and EXTRA_GOFLAGS (#1438) |
445 | 366 | * Include formatting check to the `make test` (and thus also `check`) rule (#1366) |
446 | 367 | * DOCS |
| 368 | + * fix wrong changelog title (#2395) |
447 | 369 | * fix webhook link (#2289) |
448 | 370 | * Improve swagger doc (#2274) |
449 | | - * Add changelog of release v1.1.3 (#2252) |
450 | 371 | * Add link to forum in issue template (#2070) |
451 | 372 | * add missing lfs config on example file (#2039) |
452 | 373 | * Add discourse link (#2027) |
453 | 374 | * Fix wording (#2024) |
454 | 375 | * Fix typo (#1974) |
455 | | - * [ci skip] add 1.1.2 change log. (#1945) |
456 | 376 | * Swagger docs for list/create forks (#1941) |
457 | 377 | * Update links to Discord server (#1940) |
458 | 378 | * [ci skip] update discord badge. (#1930) |
|
484 | 404 | * Use sqlite3 database as default for Docker image (#2182) |
485 | 405 | * update drone discord plugin to 0.0.4 version (#1992) |
486 | 406 | * fix typo (#1990) |
487 | | - * Applying to become maintainer (#1671) |
| 407 | + * Move 3rd party js/css into `public/vendor` and document sources (#2383) |
| 408 | + * Prevent conflicting TOTP accounts by adding AppURL to issuer parameter (#2335) |
| 409 | + * Fix variable name typo (#2327) |
| 410 | + * Make use of Vue more universal (#2318) |
| 411 | + * Remove (almost) server side data rendering from repo-search component (#2317) |
| 412 | + * Add OpenID configuration in install page (#2276) |
| 413 | + * More tweaks to repo top panel (#2267) |
| 414 | + * File path tweaks in UI (#2264) |
| 415 | + * Make SHOW_USER_EMAIL also apply to profiles (#2258) |
| 416 | + * EnableUnit() -> UnitEnabled() (#2242) |
| 417 | + * Prevent selection of diff line numbers (#2240) |
| 418 | + * Remove unused variable on makefile (#2225) |
| 419 | + * No error log entries for repo 404 (#2200) |
| 420 | + * Refactor vue delimeters to use es6 template delimeters (#2171) |
| 421 | + * Replace tmp with TMPDIR. (#2152) |
| 422 | + * Remove unused files (#2124) |
| 423 | + * Improve org error handling (#2117) |
| 424 | + * Absolute path for setting.CustomConf (#2085) |
| 425 | + * remove deprecated code for Gogs compitable (#2041) |
| 426 | + * Refactor session close as xorm already does everything needed internally (#2020) |
| 427 | + * SQLite has a query timeout. Hopefully fixes most 'database locked' errors (#1961) |
| 428 | + * Use monospace font in githook editor (#1958) |
| 429 | + * Fix import order (#1951) |
| 430 | + * Gracefully handle bare repositories on API operations. (#1932) |
| 431 | + * Fix errors caused by force push (#1927) |
| 432 | + * Display URLs in integration test logs (#1924) |
| 433 | + * Set TMPDIR enviroment variable for dump command (#1915) |
| 434 | + * Cache ctx.User in retrieveFeeds (#1902) |
| 435 | + * Make `LocalCopyPath` a setting instead of a hard-coded path (#1881) |
| 436 | + * Add check misspelling (#1877) |
| 437 | + * Fix misspelled variables (#1874) |
| 438 | + * Gofmt (#1868, #1710, #1662) |
| 439 | + * Rename misnamed migration (#1867) |
| 440 | + * Support CRLF when splitting code lines for display (#1862) |
| 441 | + * Add convert less css file step. (#1861) |
| 442 | + * Prevent accidential selection of line numbers in code view (#1860) |
| 443 | + * Delete Public SSH Key tmp file after calculating fingerprint (#1855) |
| 444 | + * Remove annoying difference in button heights. (#1853) |
| 445 | + * Only run test coverage on master branch. (#1838) |
| 446 | + * Error from mktemp command in MacOS. (#1837) |
| 447 | + * Use writeTmpKeyFile in calcFingerprint (#1828) |
| 448 | + * ROOT_URL setting use the default as shown in conf/app.ini (#1823) |
| 449 | + * Rename RepoCreationNum -> MaxCreationLimit (#1766) |
| 450 | + * Add button to admin ui (#1738) |
| 451 | + * Correct spelling mistakes (#1703) |
| 452 | + * Make openid support default false for compitable with v1.1 (#1650) |
| 453 | + * Send mails as HTML as default. Setting for send as plain text. (#1648) |
| 454 | + * fix potential lock when sqlite (#1647) |
| 455 | + * Optimize png images via Google zopflipng [ci skip] (#1639) |
| 456 | + * Upgrade alpine to v3.5 in Dockerfile (#1633) |
| 457 | + * remove unused vendor packages (#1620) |
| 458 | + * markup: microoptimise for many short filenames in directory (#1534) |
| 459 | + * support health check via / and fix #969 (#1520) |
| 460 | + * Remove env user salt since no need to use (#1515) |
| 461 | + * Drop db operations from hook commands (#1514) |
| 462 | + * Better URL validation (#1507) |
| 463 | + * Migrate WatchInfo struct to api (#1492) |
| 464 | + * refactor: show command help message. (#1486) |
| 465 | + * refactor update ssh key use time (#1466) |
| 466 | + * Set VERSION from git once, in a variable (#1447) |
| 467 | + * Remove unused mutex field (#1440) |
| 468 | + * Simplify settings pages with item list (#1389) |
| 469 | + * Clean-up PostgreSQL Tests (#1361) |
| 470 | + * refactor: remove workaround after the golang 1.7 release. (#1349) |
| 471 | + * Delete the useless code (#1335) |
| 472 | + * Run "make fmt" with go-1.6 (#1333) |
| 473 | + * Refactor admin/auth/new.tmpl (#1277) |
| 474 | + * Refactor repo/issue/view_content.tmpl (#1276) |
| 475 | + * Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270) |
| 476 | + * Cleaner UI for explore page (#1253) (#1255) |
| 477 | + * Synced licenses with github repo (#1246) |
| 478 | + * Synced gitignores with github repo (#1245) |
| 479 | + * Simplify RepositoryList.loadAttributes() (#1211) |
| 480 | + * Move user_follow to separate file (#1210) |
| 481 | + * Reduce conditionals in signin/signup inner forms (#1138) |
488 | 482 |
|
489 | 483 | ## [1.1.3](https://github.com/go-gitea/gitea/releases/tag/v1.1.3) - 2017-08-03 |
490 | 484 |
|
|
0 commit comments